pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-cssselect2
Module Name: pkgsrc
Committed By: joerg
Date: Sun Mar 25 20:38:03 UTC 2018
Modified Files:
pkgsrc/textproc/py-cssselect2: Makefile
Log Message:
Convert build to test dependencies where appropiate.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-cssselect2/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-cssselect2/Makefile
diff -u pkgsrc/textproc/py-cssselect2/Makefile:1.2 pkgsrc/textproc/py-cssselect2/Makefile:1.3
--- pkgsrc/textproc/py-cssselect2/Makefile:1.2 Mon Oct 9 08:22:20 2017
+++ pkgsrc/textproc/py-cssselect2/Makefile Sun Mar 25 20:38:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/10/09 08:22:20 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/03/25 20:38:03 joerg Exp $
DISTNAME= cssselect2-0.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,10 +13,10 @@ LICENSE= modified-bsd
USE_LANGUAGES= # empty
DEPENDS+= ${PYPKGPREFIX}-tinycss2-[0-9]*:../../textproc/py-tinycss2
-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