Index: head/textproc/py-transifex-client/Makefile =================================================================== --- head/textproc/py-transifex-client/Makefile (revision 409607) +++ head/textproc/py-transifex-client/Makefile (revision 409608) @@ -1,25 +1,27 @@ # Created by: Kubilay Kocak # $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 Index: head/textproc/py-transifex-client/distinfo =================================================================== --- head/textproc/py-transifex-client/distinfo (revision 409607) +++ head/textproc/py-transifex-client/distinfo (revision 409608) @@ -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 Index: head/textproc/py-transifex-client/pkg-descr =================================================================== --- head/textproc/py-transifex-client/pkg-descr (revision 409607) +++ head/textproc/py-transifex-client/pkg-descr (revision 409608) @@ -1,11 +1,11 @@ The Transifex Command-line Client is a command line tool that enables you to easily manage your translations within a project without the need of an elaborate UI system. You can use the command line client to easily create new resources, map locale files to translations and synchronize your Transifex project with 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