pkgsrc-WIP-changes archive

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

(math/py-asdf) Using ${PYPKGPREFIX} instead of py[0-9]*



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Wed Dec 16 23:39:44 2020 +0900
Changeset:	3464acb26355f2cc8b62ff7ca0779c0f817e9127

Modified Files:
	py-asdf/Makefile

Log Message:
(math/py-asdf) Using ${PYPKGPREFIX} instead of py[0-9]*

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3464acb26355f2cc8b62ff7ca0779c0f817e9127

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-asdf/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-asdf/Makefile b/py-asdf/Makefile
index 8cf2c6fc54..a14870d744 100644
--- a/py-asdf/Makefile
+++ b/py-asdf/Makefile
@@ -20,7 +20,9 @@ PYTHON_VERSIONS_INCOMPATIBLE+=	36
 REPLACE_PYTHON=			asdf-standard/reference_files/generate/generate
 
 DEPENDS+=	git>=2:../../devel/git
-BUILD_DEPENDS+=	py[0-9]*-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+BUILD_DEPENDS+=	${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
 
 pre-configure:
 	set -e; cd ${WRKSRC}; \


Home | Main Index | Thread Index | Old Index