pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-twill twill.utils needs cssselect, add it to DE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f65629ba053
branches:  trunk
changeset: 358093:8f65629ba053
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Feb 05 10:08:13 2017 +0000

description:
twill.utils needs cssselect, add it to DEPENDS

Bump PKGREVISION

Discussed with <rodent>

diffstat:

 www/py-twill/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 680440c23c18 -r 8f65629ba053 www/py-twill/Makefile
--- a/www/py-twill/Makefile     Sun Feb 05 10:04:21 2017 +0000
+++ b/www/py-twill/Makefile     Sun Feb 05 10:08:13 2017 +0000
@@ -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 @@
 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