pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-tinycss2 Retarget most of the build depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/904b01bcb9b5
branches:  trunk
changeset: 367454:904b01bcb9b5
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Sat Sep 02 14:26:56 2017 +0000

description:
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.

diffstat:

 textproc/py-tinycss2/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r aadc507a96e6 -r 904b01bcb9b5 textproc/py-tinycss2/Makefile
--- a/textproc/py-tinycss2/Makefile     Sat Sep 02 14:25:42 2017 +0000
+++ b/textproc/py-tinycss2/Makefile     Sat Sep 02 14:26:56 2017 +0000
@@ -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 @@
 
 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