update to py3-et_xmlfile-1.1.0

This commit is contained in:
sthen 2021-11-07 08:37:46 +00:00
parent 59492b887b
commit 17ace22429
3 changed files with 8 additions and 16 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2021/11/02 00:02:37 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2021/11/07 08:37:46 sthen Exp $
COMMENT = low memory library for creating large XML files
MODPY_EGG_VERSION = 1.0.1
MODPY_EGG_VERSION = 1.1.0
DISTNAME = et_xmlfile-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = textproc
@ -21,4 +20,7 @@ MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR = python3
# not in the distfile
NO_TEST = Yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (et_xmlfile-1.0.1.tar.gz) = YU2XItVy9iRjAsRJGEbSw5PBmc+k7cmvWTQ3aRaDM1s=
SIZE (et_xmlfile-1.0.1.tar.gz) = 8427
SHA256 (et_xmlfile-1.1.0.tar.gz) = jrnivC+Ml+N6LchaCezc3snYo5ZTCm1aM7MLmpLaDFw=
SIZE (et_xmlfile-1.1.0.tar.gz) = 3218

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/01/05 12:58:23 sthen Exp $
@comment $OpenBSD: PLIST,v 1.2 2021/11/07 08:37:46 sthen Exp $
lib/python${MODPY_VERSION}/site-packages/et_xmlfile/
lib/python${MODPY_VERSION}/site-packages/et_xmlfile-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/et_xmlfile-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
@ -9,14 +9,4 @@ lib/python${MODPY_VERSION}/site-packages/et_xmlfile/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/et_xmlfile/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/et_xmlfile/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/et_xmlfile/${MODPY_PYCACHE}xmlfile.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/et_xmlfile/tests/
lib/python${MODPY_VERSION}/site-packages/et_xmlfile/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/et_xmlfile/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/et_xmlfile/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/et_xmlfile/tests/${MODPY_PYCACHE}common_imports.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/et_xmlfile/tests/${MODPY_PYCACHE}helper.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/et_xmlfile/tests/${MODPY_PYCACHE}test_incremental_xmlfile.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/et_xmlfile/tests/common_imports.py
lib/python${MODPY_VERSION}/site-packages/et_xmlfile/tests/helper.py
lib/python${MODPY_VERSION}/site-packages/et_xmlfile/tests/test_incremental_xmlfile.py
lib/python${MODPY_VERSION}/site-packages/et_xmlfile/xmlfile.py