pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-jaraco.path



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 20 22:31:54 UTC 2022

Modified Files:
        pkgsrc/devel/py-jaraco.path: Makefile

Log Message:
py-jaraco.path: needs py-wheel, spotted by @wiz


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-jaraco.path/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-jaraco.path/Makefile
diff -u pkgsrc/devel/py-jaraco.path/Makefile:1.3 pkgsrc/devel/py-jaraco.path/Makefile:1.4
--- pkgsrc/devel/py-jaraco.path/Makefile:1.3    Sun Nov 20 19:02:59 2022
+++ pkgsrc/devel/py-jaraco.path/Makefile        Sun Nov 20 22:31:54 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/11/20 19:02:59 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/11/20 22:31:54 adam Exp $
 
 DISTNAME=      jaraco.path-3.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,8 @@ HOMEPAGE=     https://github.com/jaraco/jara
 COMMENT=       Miscellaneous path functions
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8



Home | Main Index | Thread Index | Old Index