pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-generateDS
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 10:31:06 UTC 2025
Modified Files:
pkgsrc/textproc/py-generateDS: Makefile
Log Message:
py-generateDS: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-generateDS/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-generateDS/Makefile
diff -u pkgsrc/textproc/py-generateDS/Makefile:1.13 pkgsrc/textproc/py-generateDS/Makefile:1.14
--- pkgsrc/textproc/py-generateDS/Makefile:1.13 Mon Nov 11 07:29:02 2024
+++ pkgsrc/textproc/py-generateDS/Makefile Wed Mar 5 10:31:06 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2024/11/11 07:29:02 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/03/05 10:31:06 wiz Exp $
DISTNAME= generateDS-2.43.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/0$//}
+PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/generateDS/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://www.davekuhlman.org/ge
COMMENT= Python XML data binding library
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-requests>=2.21.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
@@ -19,7 +20,7 @@ USE_LANGUAGES= # none
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+WHEEL_NAME= ${DISTNAME:tl}
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index