Index: head/textproc/py-transifex-client/Makefile =================================================================== --- head/textproc/py-transifex-client/Makefile (revision 500029) +++ head/textproc/py-transifex-client/Makefile (revision 500030) @@ -1,28 +1,31 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= transifex-client -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.13.6 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} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} # <1.25 +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/distinfo =================================================================== --- head/textproc/py-transifex-client/distinfo (revision 500029) +++ head/textproc/py-transifex-client/distinfo (revision 500030) @@ -1,2 +1,3 @@ -SHA256 (transifex-client-0.11.tar.gz) = d17abe4aee1fe45240a57ed43dc6e2f170c4e7f3037d410cfd4860402af2264d -SIZE (transifex-client-0.11.tar.gz) = 181130 +TIMESTAMP = 1556208168 +SHA256 (transifex-client-0.13.6.tar.gz) = 88072f466627aabc55ae058314c70547e111d2d2e0cc91b1e327d65969bed778 +SIZE (transifex-client-0.13.6.tar.gz) = 259444 Index: head/textproc/py-transifex-client/files/patch-requirements.txt =================================================================== --- head/textproc/py-transifex-client/files/patch-requirements.txt (nonexistent) +++ head/textproc/py-transifex-client/files/patch-requirements.txt (revision 500030) @@ -0,0 +1,11 @@ +--- requirements.txt.orig 2019-04-25 16:11:57 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 ++six>=1.11.0 ++requests>=2.19.1 ++python-slugify>=1.2.6 Property changes on: head/textproc/py-transifex-client/files/patch-requirements.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property