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: adam
Date: Mon Mar 3 08:33:50 UTC 2025
Modified Files:
pkgsrc/devel/py-zope.interface: Makefile
Log Message:
py-zope.interface: fix WHEEL_NAME
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/devel/py-zope.interface/Makefile:1.15
--- pkgsrc/devel/py-zope.interface/Makefile:1.14 Sun Feb 2 10:38:02 2025
+++ pkgsrc/devel/py-zope.interface/Makefile Mon Mar 3 08:33:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/02/02 10:38:02 he Exp $
+# $NetBSD: Makefile,v 1.15 2025/03/03 08:33:50 adam Exp $
DISTNAME= zope.interface-7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/zopefoundat
COMMENT= Zope interfaces for Python
LICENSE= zpl-2.1
-WHEEL_NAME= ${DISTNAME:S/_/./}
+WHEEL_NAME= ${DISTNAME:S/./_/}
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=5.0.3:../../devel/py-coverage
Home |
Main Index |
Thread Index |
Old Index