Index: head/textproc/py-transifex-client/Makefile =================================================================== --- head/textproc/py-transifex-client/Makefile (revision 517226) +++ head/textproc/py-transifex-client/Makefile (revision 517227) @@ -1,31 +1,32 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= transifex-client PORTVERSION= 0.13.6 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Command line interface for Transifex LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} # <1.25 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} # <1.26 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}requests>=2.19.1:www/py-requests@${PY_FLAVOR} # <3.0.0 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-slugify>=1.26.0:textproc/py-python-slugify@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/textproc/py-transifex-client/files/patch-requirements.txt =================================================================== --- head/textproc/py-transifex-client/files/patch-requirements.txt (revision 517226) +++ head/textproc/py-transifex-client/files/patch-requirements.txt (revision 517227) @@ -1,11 +1,11 @@ ---- requirements.txt.orig 2019-04-25 16:11:57 UTC +--- requirements.txt.orig 2018-10-17 13:27:37 UTC +++ requirements.txt @@ -1,4 +1,4 @@ -urllib3<1.24 -six==1.11.0 -requests>=2.19.1,<3.0.0 -python-slugify==1.2.6 -+urllib3<1.25 ++urllib3<1.26 +six>=1.11.0 +requests>=2.19.1 +python-slugify>=1.2.6