Date: Mon, 28 Aug 2023 10:16:55 GMT From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dd4f969530fe - main - textproc/py-zope.i18nmessageid: update to 6.0.1 Message-ID: <202308281016.37SAGtUC048603@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd4f969530fe8da1737240b14666c2b8dfc7eb16 commit dd4f969530fe8da1737240b14666c2b8dfc7eb16 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2023-08-28 10:15:56 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2023-08-28 10:15:56 +0000 textproc/py-zope.i18nmessageid: update to 6.0.1 This release adds decent python versions support. Convert to pep517 while here With hat: zope --- textproc/py-zope.i18nmessageid/Makefile | 7 +++++-- textproc/py-zope.i18nmessageid/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/textproc/py-zope.i18nmessageid/Makefile b/textproc/py-zope.i18nmessageid/Makefile index e33ea4e19eb7..38e69f7a179c 100644 --- a/textproc/py-zope.i18nmessageid/Makefile +++ b/textproc/py-zope.i18nmessageid/Makefile @@ -1,5 +1,5 @@ PORTNAME= zope.i18nmessageid -PORTVERSION= 5.0.1 +DISTVERSION= 6.0.1 CATEGORIES= textproc www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,10 @@ WWW= https://pypi.org/project/zope.i18nmessageid/ LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist pep517 .include <bsd.port.mk> diff --git a/textproc/py-zope.i18nmessageid/distinfo b/textproc/py-zope.i18nmessageid/distinfo index d4023f1f7dc3..27a84cc768dc 100644 --- a/textproc/py-zope.i18nmessageid/distinfo +++ b/textproc/py-zope.i18nmessageid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622489099 -SHA256 (zope/zope.i18nmessageid-5.0.1.tar.gz) = 9534142b684c986f5303f469573978e5a340f05ba2eee4f872933f1c38b1b059 -SIZE (zope/zope.i18nmessageid-5.0.1.tar.gz) = 28217 +TIMESTAMP = 1693217132 +SHA256 (zope/zope.i18nmessageid-6.0.1.tar.gz) = 2d5bce6fb31f1cea0efa2644649bc867d2972303f1dbbd9ffefce5b2eb9e0176 +SIZE (zope/zope.i18nmessageid-6.0.1.tar.gz) = 27797
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308281016.37SAGtUC048603>