pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-twill



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Feb  5 10:08:13 UTC 2017

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

Log Message:
twill.utils needs cssselect, add it to DEPENDS

Bump PKGREVISION

Discussed with <rodent>


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-twill/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-twill/Makefile
diff -u pkgsrc/www/py-twill/Makefile:1.9 pkgsrc/www/py-twill/Makefile:1.10
--- pkgsrc/www/py-twill/Makefile:1.9    Tue Jan  3 13:23:05 2017
+++ pkgsrc/www/py-twill/Makefile        Sun Feb  5 10:08:13 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2017/01/03 13:23:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2017/02/05 10:08:13 leot Exp $
 
 DISTNAME=      twill-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    python www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/twill/}
 
@@ -10,6 +11,8 @@ HOMEPAGE=     http://twill.idyll.org/
 COMMENT=       Python package for the twill Web browsing language
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-cssselect-*:../../textproc/py-cssselect
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # setup fails for 1.8.0



Home | Main Index | Thread Index | Old Index