Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2020 06:17:44 +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: r538077 - in head: devel/py-python-jsonrpc-server net/py-magic-wormhole www/py-autobahn
Message-ID:  <202006060617.0566Hieq033460@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006060617.0566Hieq033460>