pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-parsel



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Feb 15 23:22:33 UTC 2017

Modified Files:
        pkgsrc/www/py-parsel: Makefile

Log Message:
Needs py-test-runner.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-parsel/Makefile

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

Modified files:

Index: pkgsrc/www/py-parsel/Makefile
diff -u pkgsrc/www/py-parsel/Makefile:1.1 pkgsrc/www/py-parsel/Makefile:1.2
--- pkgsrc/www/py-parsel/Makefile:1.1   Mon Feb 13 21:21:09 2017
+++ pkgsrc/www/py-parsel/Makefile       Wed Feb 15 23:22:33 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/02/13 21:21:09 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/02/15 23:22:33 joerg Exp $
 
 DISTNAME=      parsel-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     http://github.com/scrapy/parse
 COMMENT=       Library to extract data from HTML and XML using XPath and CSS
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 DEPENDS+=      ${PYPKGPREFIX}-cssselect>=0.9:../../textproc/py-cssselect
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=2.3:../../textproc/py-lxml
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six



Home | Main Index | Thread Index | Old Index