pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-zope.exceptions
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 09:55:51 UTC 2025
Modified Files:
pkgsrc/devel/py-zope.exceptions: Makefile
Log Message:
py-zope.exceptions: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-zope.exceptions/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.exceptions/Makefile
diff -u pkgsrc/devel/py-zope.exceptions/Makefile:1.12 pkgsrc/devel/py-zope.exceptions/Makefile:1.13
--- pkgsrc/devel/py-zope.exceptions/Makefile:1.12 Mon Nov 11 07:28:31 2024
+++ pkgsrc/devel/py-zope.exceptions/Makefile Wed Mar 5 09:55:51 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2024/11/11 07:28:31 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/03/05 09:55:51 wiz Exp $
DISTNAME= zope.exceptions-5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.exceptions/}
@@ -10,12 +11,14 @@ HOMEPAGE= https://github.com/zopefoundat
COMMENT= Zope testing helpers
LICENSE= zpl-2.1
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
# circular dependency
#TEST_DEPENDS+= ${PYPKGPREFIX}-zope.testrunner-[0-9]*:../../devel/py-zope.testrunner
USE_LANGUAGES= # none
+WHEEL_NAME= ${DISTNAME:S/./_/}
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index