pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-zope.configuration



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Mar  8 12:40:05 UTC 2025

Modified Files:
        pkgsrc/devel/py-zope.configuration: Makefile

Log Message:
py-zope.configuration: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-zope.configuration/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-zope.configuration/Makefile
diff -u pkgsrc/devel/py-zope.configuration/Makefile:1.4 pkgsrc/devel/py-zope.configuration/Makefile:1.5
--- pkgsrc/devel/py-zope.configuration/Makefile:1.4     Tue Jan  7 11:45:19 2025
+++ pkgsrc/devel/py-zope.configuration/Makefile Sat Mar  8 12:40:04 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2025/01/07 11:45:19 adam Exp $
+# $NetBSD: Makefile,v 1.5 2025/03/08 12:40:04 wiz Exp $
 
 DISTNAME=      zope_configuration-6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zope.configuration/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://github.com/zopefoundat
 COMMENT=       Zope Configuration Markup Language
 LICENSE=       zpl-2.1
 
-WHEEL_NAME=    ${DISTNAME:S/_/./}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-zope.i18nmessageid-[0-9]*:../../devel/py-zope.i18nmessageid
 DEPENDS+=      ${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
 DEPENDS+=      ${PYPKGPREFIX}-zope.schema>=4.9:../../devel/py-zope.schema



Home | Main Index | Thread Index | Old Index