pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-tinycss2
Module Name: pkgsrc
Committed By: joerg
Date: Sun Mar 25 20:30:38 UTC 2018
Modified Files:
pkgsrc/textproc/py-tinycss2: Makefile
Log Message:
Convert test dependencies to TEST_DEPENDS.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-tinycss2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-tinycss2/Makefile
diff -u pkgsrc/textproc/py-tinycss2/Makefile:1.4 pkgsrc/textproc/py-tinycss2/Makefile:1.5
--- pkgsrc/textproc/py-tinycss2/Makefile:1.4 Thu Oct 12 06:43:44 2017
+++ pkgsrc/textproc/py-tinycss2/Makefile Sun Mar 25 20:30:38 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/10/12 06:43:44 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/03/25 20:30:38 joerg Exp $
DISTNAME= tinycss2-0.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,10 +13,10 @@ LICENSE= modified-bsd
USE_LANGUAGES= # empty
DEPENDS+= ${PYPKGPREFIX}-webencodings>=0.4:../../textproc/py-webencodings
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-isort-[0-9]*:../../devel/py-test-isort
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-isort-[0-9]*:../../devel/py-test-isort
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index