aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-11-10 21:40:47 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-11-10 21:40:47 +0000
commit31772c9b38e14415652152a857fd78c332f17142 (patch)
tree3b377c159fdc6403f006338012b9ca8d7124bd0e /textproc
parentb9c48e9f424f924c74aa8fc26fb51fb0ecd57fc6 (diff)
downloadports-31772c9b38e14415652152a857fd78c332f17142.tar.gz
ports-31772c9b38e14415652152a857fd78c332f17142.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-transifex-client/Makefile3
-rw-r--r--textproc/py-transifex-client/files/patch-requirements.txt4
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/py-transifex-client/Makefile b/textproc/py-transifex-client/Makefile
index d5b98cb234de..ae1f16b1e07e 100644
--- a/textproc/py-transifex-client/Makefile
+++ b/textproc/py-transifex-client/Makefile
@@ -3,6 +3,7 @@
PORTNAME= transifex-client
PORTVERSION= 0.13.6
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ 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}
diff --git a/textproc/py-transifex-client/files/patch-requirements.txt b/textproc/py-transifex-client/files/patch-requirements.txt
index c5a44743f11c..c761ee94da55 100644
--- a/textproc/py-transifex-client/files/patch-requirements.txt
+++ b/textproc/py-transifex-client/files/patch-requirements.txt
@@ -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