Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id F27217A214 for ; Sun, 5 Feb 2017 10:08:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A67478566A; Sun, 5 Feb 2017 10:08:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35F39855BF for ; Sun, 5 Feb 2017 10:08:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4oELUCNEu9N0 for ; Sun, 5 Feb 2017 10:08:13 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 97D6D85582 for ; Sun, 5 Feb 2017 10:08:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E315FBE4; Sun, 5 Feb 2017 10:08:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148628929370740" MIME-Version: 1.0 Date: Sun, 5 Feb 2017 10:08:13 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/www/py-twill To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170205100813.8E315FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148628929370740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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 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. --_----------=_148628929370740 Content-Disposition: inline Content-Length: 820 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_148628929370740--