pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-asttokens



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Apr 15 22:54:57 UTC 2020

Modified Files:
        pkgsrc/lang/py-asttokens: Makefile

Log Message:
Needs py-pip and py-setuptools_scm


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/py-asttokens/Makefile

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

Modified files:

Index: pkgsrc/lang/py-asttokens/Makefile
diff -u pkgsrc/lang/py-asttokens/Makefile:1.12 pkgsrc/lang/py-asttokens/Makefile:1.13
--- pkgsrc/lang/py-asttokens/Makefile:1.12      Sun Apr 12 21:12:21 2020
+++ pkgsrc/lang/py-asttokens/Makefile   Wed Apr 15 22:54:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/04/12 21:12:21 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2020/04/15 22:54:57 joerg Exp $
 
 DISTNAME=      asttokens-2.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,9 @@ DEPENDS+=     ${PYPKGPREFIX}-six-[0-9]*:../.
 TEST_DEPENDS+= ${PYPKGPREFIX}-astroid-[0-9]*:../../devel/py-astroid
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/pyversion.mk"



Home | Main Index | Thread Index | Old Index