aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-transifex-client
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2016-02-26 13:57:49 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2016-02-26 13:57:49 +0000
commitdf3c2dbab34a453a449cfdb5ff580569f9d379e1 (patch)
treef97d82e375476810143f57285813b8995c13bb5f /textproc/py-transifex-client
parent546eb2813155800fb6120cbe1dd6ed53ff4e679d (diff)
downloadports-df3c2dbab34a453a449cfdb5ff580569f9d379e1.tar.gz
ports-df3c2dbab34a453a449cfdb5ff580569f9d379e1.zip
textproc/py-transifex-client: Update to 0.11
- Update PORTVERSION and distinfo checksum (0.11) - Enable builds for Python 3.x - Enable "concurrent" Python installation - Add RUN_DEPENDS (urllib3) - Switch to CHEESESHOP for MASTER_SITES - Enable NO_ARCH (architecture independent) - Add LICENSE_FILE - Update test target - Strip pkg-descr WWW: URL trailing slash
Notes
Notes: svn path=/head/; revision=409608
Diffstat (limited to 'textproc/py-transifex-client')
-rw-r--r--textproc/py-transifex-client/Makefile16
-rw-r--r--textproc/py-transifex-client/distinfo4
-rw-r--r--textproc/py-transifex-client/pkg-descr2
3 files changed, 12 insertions, 10 deletions
diff --git a/textproc/py-transifex-client/Makefile b/textproc/py-transifex-client/Makefile
index ce63c1c14016..2b4c9ad05efc 100644
--- a/textproc/py-transifex-client/Makefile
+++ b/textproc/py-transifex-client/Makefile
@@ -2,24 +2,26 @@
# $FreeBSD$
PORTNAME= transifex-client
-PORTVERSION= 0.10
+PORTVERSION= 0.11
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:${PORTSDIR}/net/py-urllib3
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock
-USE_GITHUB= yes
-USES= python:-2.7
-USE_PYTHON= distutils autoplist
+USES= python
+USE_PYTHON= autoplist concurrent distutils
-GH_ACCOUNT= transifex
+NO_ARCH= yes
-regression-test: build
- @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
+do-test:
+ @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>
diff --git a/textproc/py-transifex-client/distinfo b/textproc/py-transifex-client/distinfo
index 577b814125b3..0048e54f5ac5 100644
--- a/textproc/py-transifex-client/distinfo
+++ b/textproc/py-transifex-client/distinfo
@@ -1,2 +1,2 @@
-SHA256 (transifex-transifex-client-0.10_GH0.tar.gz) = fb2ecba162a8ea6c52d57022c14c4016a2b6f048c9f626c1bd27c30e8ee29f1a
-SIZE (transifex-transifex-client-0.10_GH0.tar.gz) = 71817
+SHA256 (transifex-client-0.11.tar.gz) = d17abe4aee1fe45240a57ed43dc6e2f170c4e7f3037d410cfd4860402af2264d
+SIZE (transifex-client-0.11.tar.gz) = 181130
diff --git a/textproc/py-transifex-client/pkg-descr b/textproc/py-transifex-client/pkg-descr
index 40a9c480fd59..e179976d64f6 100644
--- a/textproc/py-transifex-client/pkg-descr
+++ b/textproc/py-transifex-client/pkg-descr
@@ -8,4 +8,4 @@ your local repository and vice verca. Translators and localization managers
can also use it to handle large volumes of translation files easily and
without much hassle.
-WWW: https://www.transifex.com/
+WWW: https://www.transifex.com