Date: Thu, 30 Nov 2017 20:28:15 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455224 - in head: devel/py-zope.testbrowser www/py-mechanize www/py-splinter Message-ID: <201711302028.vAUKSFKh018629@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Nov 30 20:28:15 2017 New Revision: 455224 URL: https://svnweb.freebsd.org/changeset/ports/455224 Log: py-mechanize only works on python 2.x With hat: portmgr Modified: head/devel/py-zope.testbrowser/Makefile head/www/py-mechanize/Makefile head/www/py-splinter/Makefile Modified: head/devel/py-zope.testbrowser/Makefile ============================================================================== --- head/devel/py-zope.testbrowser/Makefile Thu Nov 30 20:09:16 2017 (r455223) +++ head/devel/py-zope.testbrowser/Makefile Thu Nov 30 20:28:15 2017 (r455224) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mechanize>=0.2.0:w ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}WebTest>=0:www/py-WebTest@${FLAVOR} -USES= python zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/www/py-mechanize/Makefile ============================================================================== --- head/www/py-mechanize/Makefile Thu Nov 30 20:09:16 2017 (r455223) +++ head/www/py-mechanize/Makefile Thu Nov 30 20:28:15 2017 (r455224) @@ -13,7 +13,7 @@ COMMENT= Stateful programmatic web browsing in Python LICENSE= BSD3CLAUSE -USES= python +USES= python:2.7 USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/www/py-splinter/Makefile ============================================================================== --- head/www/py-splinter/Makefile Thu Nov 30 20:09:16 2017 (r455223) +++ head/www/py-splinter/Makefile Thu Nov 30 20:28:15 2017 (r455224) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}selenium>=2.47:www ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} -USES= python +USES= python:2.7 USE_PYTHON= distutils autoplist .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711302028.vAUKSFKh018629>