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: kleink
Date: Sat Sep 2 14:26:56 UTC 2017
Modified Files:
pkgsrc/textproc/py-tinycss2: Makefile
Log Message:
Retarget most of the build dependencies added in the previous
revision to the actual packages' directories (as opposed to repeating
the first one added) to make this build again.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/textproc/py-tinycss2/Makefile:1.3
--- pkgsrc/textproc/py-tinycss2/Makefile:1.2 Mon Aug 21 15:35:43 2017
+++ pkgsrc/textproc/py-tinycss2/Makefile Sat Sep 2 14:26:56 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/08/21 15:35:43 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/09/02 14:26:56 kleink Exp $
DISTNAME= tinycss2-0.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,9 +14,9 @@ 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-cov
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-isort-[0-9]*:../../devel/py-test-cov
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[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
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index