svn commit: r538077 - in head: devel/py-python-jsonrpc-server net/py-magic-wormhole www/py-autobahn

Antoine Brodin antoine at FreeBSD.org
Sat Jun 6 06:17:45 UTC 2020


Author: antoine
Date: Sat Jun  6 06:17:44 2020
New Revision: 538077
URL: https://svnweb.freebsd.org/changeset/ports/538077

Log:
  Unbreak bulk -a after  r538076

Modified:
  head/devel/py-python-jsonrpc-server/Makefile
  head/net/py-magic-wormhole/Makefile
  head/www/py-autobahn/Makefile

Modified: head/devel/py-python-jsonrpc-server/Makefile
==============================================================================
--- head/devel/py-python-jsonrpc-server/Makefile	Sat Jun  6 06:01:42 2020	(r538076)
+++ head/devel/py-python-jsonrpc-server/Makefile	Sat Jun  6 06:17:44 2020	(r538077)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-u
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 TEST_ENV=	PYTHONPATH=${WRKSRC}/src

Modified: head/net/py-magic-wormhole/Makefile
==============================================================================
--- head/net/py-magic-wormhole/Makefile	Sat Jun  6 06:01:42 2020	(r538076)
+++ head/net/py-magic-wormhole/Makefile	Sat Jun  6 06:17:44 2020	(r538077)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:w
 		${PYTHON_PKGNAMEPREFIX}tqdm>=4.13.0:misc/py-tqdm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}txtorcon>=0.19.3:security/py-txtorcon@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/www/py-autobahn/Makefile
==============================================================================
--- head/www/py-autobahn/Makefile	Sat Jun  6 06:01:42 2020	(r538076)
+++ head/www/py-autobahn/Makefile	Sat Jun  6 06:17:44 2020	(r538077)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.8.6:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:devel/py-mock@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist distutils
 


More information about the svn-ports-all mailing list