pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-cyclonedx-python-lib
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 14 10:57:29 UTC 2025
Modified Files:
pkgsrc/security/py-cyclonedx-python-lib: Makefile
Log Message:
py-cyclonedx-python-lib: fix path to py-typing-extensions
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/security/py-cyclonedx-python-lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-cyclonedx-python-lib/Makefile
diff -u pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.53 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.54
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.53 Sun Jul 13 10:27:45 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile Mon Jul 14 10:57:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2025/07/13 10:27:45 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2025/07/14 10:57:29 wiz Exp $
DISTNAME= cyclonedx_python_lib-10.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -27,8 +27,9 @@ USE_LANGUAGES= # none
# 30 failed, 5794 passed, 543 warnings
.include "../../lang/python/pyversion.mk"
+
.if ${PYTHON_VERSION} < 313
-DEPENDS+= ${PYPKGPREFIX}-typing_extensions>=4.6:../../devel/py-typing_extensions
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.6:../../devel/py-typing-extensions
.endif
.include "../../lang/python/wheel.mk"
Home |
Main Index |
Thread Index |
Old Index