pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-zconfig



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 09:53:40 UTC 2025

Modified Files:
        pkgsrc/devel/py-zconfig: Makefile

Log Message:
py-zconfig: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-zconfig/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-zconfig/Makefile
diff -u pkgsrc/devel/py-zconfig/Makefile:1.30 pkgsrc/devel/py-zconfig/Makefile:1.31
--- pkgsrc/devel/py-zconfig/Makefile:1.30       Mon Jan 20 08:24:33 2025
+++ pkgsrc/devel/py-zconfig/Makefile    Wed Mar  5 09:53:40 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2025/01/20 08:24:33 adam Exp $
+# $NetBSD: Makefile,v 1.31 2025/03/05 09:53:40 wiz Exp $
 
 DISTNAME=      zconfig-4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=Z/ZConfig/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://github.com/zopefoundat
 COMMENT=       Configuration library
 LICENSE=       zpl-2.1
 
-WHEEL_NAME=    ZConfig-${PKGVERSION_NOREV}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 TEST_DEPENDS+= ${PYPKGPREFIX}-manuel-[0-9]*:../../textproc/py-manuel
 TEST_DEPENDS+= ${PYPKGPREFIX}-zope.exceptions-[0-9]*:../../devel/py-zope.exceptions



Home | Main Index | Thread Index | Old Index