svn commit: r455224 - in head: devel/py-zope.testbrowser www/py-mechanize www/py-splinter

Antoine Brodin antoine at FreeBSD.org
Thu Nov 30 20:28:17 UTC 2017


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>


More information about the svn-ports-all mailing list