pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  3 08:50:56 UTC 2025

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

Log Message:
py-zope.interface: depend on latest setuptools

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-zope.interface/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.interface/Makefile
diff -u pkgsrc/devel/py-zope.interface/Makefile:1.15 pkgsrc/devel/py-zope.interface/Makefile:1.16
--- pkgsrc/devel/py-zope.interface/Makefile:1.15        Mon Mar  3 08:33:50 2025
+++ pkgsrc/devel/py-zope.interface/Makefile     Mon Mar  3 08:50:56 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2025/03/03 08:33:50 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/03/03 08:50:56 wiz Exp $
 
 DISTNAME=      zope.interface-7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zope.interface/}
 
@@ -12,7 +13,7 @@ LICENSE=      zpl-2.1
 
 WHEEL_NAME=    ${DISTNAME:S/./_/}
 
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=5.0.3:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-zope.event-[0-9]*:../../devel/py-zope.event
 TEST_DEPENDS+= ${PYPKGPREFIX}-zope.testing-[0-9]*:../../devel/py-zope.testing



Home | Main Index | Thread Index | Old Index