diff options
-rw-r--r-- | devel/py-distributed/Makefile | 6 | ||||
-rw-r--r-- | devel/py-sniffio/Makefile | 10 | ||||
-rw-r--r-- | www/py-httpx/Makefile | 2 |
3 files changed, 4 insertions, 14 deletions
diff --git a/devel/py-distributed/Makefile b/devel/py-distributed/Makefile index 960ce084683f..18223d40937f 100644 --- a/devel/py-distributed/Makefile +++ b/devel/py-distributed/Makefile @@ -24,17 +24,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${PY_FLAVOR} \ ${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} .else diff --git a/devel/py-sniffio/Makefile b/devel/py-sniffio/Makefile index c492ecf91c85..80fd712c62f7 100644 --- a/devel/py-sniffio/Makefile +++ b/devel/py-sniffio/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curio>=0:devel/py-curio@${PY_FLAVOR} \ ${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> diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile index 0b5a480b1d83..3735386f80fb 100644 --- a/www/py-httpx/Makefile +++ b/www/py-httpx/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} ${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 |