svn commit: r534778 - in head: devel/py-distributed devel/py-sniffio www/py-httpx
Antoine Brodin
antoine at FreeBSD.org
Sat May 9 14:23:57 UTC 2020
Author: antoine
Date: Sat May 9 14:23:55 2020
New Revision: 534778
URL: https://svnweb.freebsd.org/changeset/ports/534778
Log:
Unbreak bulk -a harder
Modified:
head/devel/py-distributed/Makefile
head/devel/py-sniffio/Makefile
head/www/py-httpx/Makefile
Modified: head/devel/py-distributed/Makefile
==============================================================================
--- head/devel/py-distributed/Makefile Sat May 9 14:14:54 2020 (r534777)
+++ head/devel/py-distributed/Makefile Sat May 9 14:23:55 2020 (r534778)
@@ -24,16 +24,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/p
${PYTHON_PKGNAMEPREFIX}toolz>=0.8.2:devel/py-toolz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zict>=0.1.3:devel/py-zict@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3700
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}contextvars>=0:devel/py-contextvars@${PY_FLAVOR}
-.endif
.if ${PYTHON_REL} < 3800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tornado>=5:www/py-tornado@${PY_FLAVOR}
Modified: head/devel/py-sniffio/Makefile
==============================================================================
--- head/devel/py-sniffio/Makefile Sat May 9 14:14:54 2020 (r534777)
+++ head/devel/py-sniffio/Makefile Sat May 9 14:23:55 2020 (r534778)
@@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curio>=0:devel/py
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR}
-USES= python:3.5+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
@@ -27,10 +27,4 @@ NO_ARCH= yes
do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3700
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}contextvars>=2.1:devel/py-contextvars@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/py-httpx/Makefile
==============================================================================
--- head/www/py-httpx/Makefile Sat May 9 14:14:54 2020 (r534777)
+++ head/www/py-httpx/Makefile Sat May 9 14:23:55 2020 (r534778)
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:securit
${PYTHON_PKGNAMEPREFIX}sniffio>=1.0<2:devel/py-sniffio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=1.0,1<2,1:net/py-urllib3@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
More information about the svn-ports-all
mailing list