svn commit: r500030 - in head/textproc/py-transifex-client: . files
Kubilay Kocak
koobs at FreeBSD.org
Thu Apr 25 16:18:38 UTC 2019
Author: koobs
Date: Thu Apr 25 16:18:36 2019
New Revision: 500030
URL: https://svnweb.freebsd.org/changeset/ports/500030
Log:
textproc/py-transifex-client: Update to 0.13.6
Changelog:
https://github.com/transifex/transifex-client/releases
Added:
head/textproc/py-transifex-client/files/
head/textproc/py-transifex-client/files/patch-requirements.txt (contents, props changed)
Modified:
head/textproc/py-transifex-client/Makefile
head/textproc/py-transifex-client/distinfo
Modified: head/textproc/py-transifex-client/Makefile
==============================================================================
--- head/textproc/py-transifex-client/Makefile Thu Apr 25 16:15:30 2019 (r500029)
+++ head/textproc/py-transifex-client/Makefile Thu Apr 25 16:18:36 2019 (r500030)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= transifex-client
-PORTVERSION= 0.11
-PORTREVISION= 1
+PORTVERSION= 0.13.6
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +13,11 @@ 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
Modified: head/textproc/py-transifex-client/distinfo
==============================================================================
--- head/textproc/py-transifex-client/distinfo Thu Apr 25 16:15:30 2019 (r500029)
+++ head/textproc/py-transifex-client/distinfo Thu Apr 25 16:18:36 2019 (r500030)
@@ -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
Added: head/textproc/py-transifex-client/files/patch-requirements.txt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-transifex-client/files/patch-requirements.txt Thu Apr 25 16:18:36 2019 (r500030)
@@ -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
More information about the svn-ports-head
mailing list