From e49e1c27797c6ef93222cebffe5d6ca523d66796 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2020 19:18:04 +0000 Subject: [PATCH] Change RUN_DEPENDS from py-httpx to py-httpx013 - Bump PORTREVISION for dependency change Kai checked the test suite and 1 test fails with httpx 0.14.0. Therefore, I change this port to use repocopied httpx 0.13.3 for now. Approved by: kai (maintainer, implicit, via private mail) --- textproc/py-googletrans/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/py-googletrans/Makefile b/textproc/py-googletrans/Makefile index 6f0199d11df0..2b4d1bf762ee 100644 --- a/textproc/py-googletrans/Makefile +++ b/textproc/py-googletrans/Makefile @@ -2,6 +2,7 @@ PORTNAME= googletrans DISTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Free Google Translate API that translates totally free of charge LICENSE= MIT # LICENSE_FILE isn't packaged in the sdist, yet -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx==0.14.3:www/py-httpx@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx013>=0.13.3<0.13.4:www/py-httpx013@${PY_FLAVOR} USES= python:3.7+ # due www/py-httpx that requires 3.7+ USE_PYTHON= distutils autoplist