Date: Sat, 11 Jan 2025 12:09:42 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: d95a3bfd25a5 - main - devel/py-zconfig: update to 4.1 Message-ID: <202501111209.50BC9g1F018487@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=d95a3bfd25a564064cffb0e459a1052af208c6e9 commit d95a3bfd25a564064cffb0e459a1052af208c6e9 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2025-01-11 12:09:10 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2025-01-11 12:09:10 +0000 devel/py-zconfig: update to 4.1 - update to 4.1 - convert to pep517 - change package name to make autoplist work - bump PORTREVISION for dependend ports --- databases/zodb/Makefile | 3 ++- devel/py-zconfig/Makefile | 11 +++++++---- devel/py-zconfig/distinfo | 5 +++-- sysutils/py-zdaemon/Makefile | 3 ++- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/databases/zodb/Makefile b/databases/zodb/Makefile index 6fdf16c6cb10..b513b1f9d58e 100644 --- a/databases/zodb/Makefile +++ b/databases/zodb/Makefile @@ -1,5 +1,6 @@ PORTNAME= zodb PORTVERSION= 6.0 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}persistent>=4.4.0:devel/py-persistent@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}BTrees>=4.2.0:devel/py-BTrees@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zconfig>0:devel/py-zconfig@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ZConfig>0:devel/py-zconfig@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}transaction>=2.4:devel/py-transaction@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zclockfile>=0:devel/py-zclockfile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ diff --git a/devel/py-zconfig/Makefile b/devel/py-zconfig/Makefile index 888b42881a4e..b3bdc89f4678 100644 --- a/devel/py-zconfig/Makefile +++ b/devel/py-zconfig/Makefile @@ -1,9 +1,9 @@ -PORTNAME= zconfig -PORTVERSION= 3.0.4 +PORTNAME= ZConfig +DISTVERSION= 4.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ZConfig-${PORTVERSION} +DISTNAME= zconfig-${PORTVERSION} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org @@ -13,8 +13,11 @@ WWW= https://pypi.org/project/ZConfig/ LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 .include <bsd.port.mk> diff --git a/devel/py-zconfig/distinfo b/devel/py-zconfig/distinfo index 02d144c74cb3..c0dcef5e2071 100644 --- a/devel/py-zconfig/distinfo +++ b/devel/py-zconfig/distinfo @@ -1,2 +1,3 @@ -SHA256 (zope/ZConfig-3.0.4.tar.gz) = 7db2f932e74730eb5302e16964f9997121b5381738ac87ddf9559b5df2a0bffe -SIZE (zope/ZConfig-3.0.4.tar.gz) = 260105 +TIMESTAMP = 1736508337 +SHA256 (zope/zconfig-4.1.tar.gz) = b6a79dda157f3698c8768d2cedc263216e8af240d3cf9d09a02a64291114eb20 +SIZE (zope/zconfig-4.1.tar.gz) = 146996 diff --git a/sysutils/py-zdaemon/Makefile b/sysutils/py-zdaemon/Makefile index b55e3899aa25..c78007cb7ddb 100644 --- a/sysutils/py-zdaemon/Makefile +++ b/sysutils/py-zdaemon/Makefile @@ -1,5 +1,6 @@ PORTNAME= zdaemon PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ WWW= https://pypi.org/project/zdaemon/ LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>0:devel/py-zconfig@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ZConfig>0:devel/py-zconfig@${PY_FLAVOR} NO_ARCH= yes USES= python zip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501111209.50BC9g1F018487>