pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/py-sip6
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 1 05:57:02 UTC 2024
Modified Files:
pkgsrc/x11/py-sip6: Makefile
Log Message:
py-sip6: add missing tool dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/py-sip6/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/py-sip6/Makefile
diff -u pkgsrc/x11/py-sip6/Makefile:1.18 pkgsrc/x11/py-sip6/Makefile:1.19
--- pkgsrc/x11/py-sip6/Makefile:1.18 Sun Jun 30 13:34:09 2024
+++ pkgsrc/x11/py-sip6/Makefile Mon Jul 1 05:57:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2024/06/30 13:34:09 gdt Exp $
+# $NetBSD: Makefile,v 1.19 2024/07/01 05:57:02 wiz Exp $
# Before updating sip, geography/qgis (as the most demanding sip user
# currently known) must be tested to build ok. The 6.8.0 release of
@@ -17,6 +17,7 @@ HOMEPAGE= https://www.riverbankcomputing
COMMENT= Tool to create Python bindings for C++ libraries
LICENSE= sip-license OR gnu-gpl-v2 OR gnu-gpl-v3
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
@@ -28,6 +29,7 @@ PYTHON_SELF_CONFLICT= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
+
.if ${PYTHON_VERSION} < 311
DEPENDS+= ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
.endif
Home |
Main Index |
Thread Index |
Old Index