pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-zope.proxy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 11:01:13 UTC 2025

Modified Files:
        pkgsrc/www/py-zope.proxy: Makefile PLIST

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-zope.proxy/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-zope.proxy/PLIST

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

Modified files:

Index: pkgsrc/www/py-zope.proxy/Makefile
diff -u pkgsrc/www/py-zope.proxy/Makefile:1.16 pkgsrc/www/py-zope.proxy/Makefile:1.17
--- pkgsrc/www/py-zope.proxy/Makefile:1.16      Mon Nov 11 07:29:30 2024
+++ pkgsrc/www/py-zope.proxy/Makefile   Wed Mar  5 11:01:13 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2024/11/11 07:29:30 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/03/05 11:01:13 wiz Exp $
 
 DISTNAME=      zope_proxy-6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zope.proxy/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://github.com/zopefoundat
 COMMENT=       Generic Transparent Proxies
 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
 DEPENDS+=      ${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/www/py-zope.proxy/PLIST
diff -u pkgsrc/www/py-zope.proxy/PLIST:1.4 pkgsrc/www/py-zope.proxy/PLIST:1.5
--- pkgsrc/www/py-zope.proxy/PLIST:1.4  Sat Feb 10 07:19:52 2024
+++ pkgsrc/www/py-zope.proxy/PLIST      Wed Mar  5 11:01:13 2025
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2024/02/10 07:19:52 adam Exp $
-${PYINC}/zope.proxy/proxy.h
+@comment $NetBSD: PLIST,v 1.5 2025/03/05 11:01:13 wiz Exp $
+${PYINC}/zope_proxy/proxy.h
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD



Home | Main Index | Thread Index | Old Index