textproc/py-transifex-client: Remove expired port
2023-06-30 textproc/py-transifex-client: Upstream switched to go based api client (textproc/go-transifex-client)
This commit is contained in:
parent
62905168fc
commit
0012813491
5 changed files with 1 additions and 45 deletions
1
MOVED
1
MOVED
|
@ -7754,3 +7754,4 @@ print/ghostscript7-x11||2023-06-30|Has expired: Obsolete and unsupported upstrea
|
|||
print/ghostscript7-jpnfont||2023-06-30|Has expired: Obsolete and unsupported upstream
|
||||
print/ghostscript8-base||2023-06-30|Has expired: Obsolete and unsupported upstream, consider using a more recent version
|
||||
print/ghostscript8-x11||2023-06-30|Has expired: Obsolete and unsupported upstream
|
||||
textproc/py-transifex-client|textproc/go-transifex-client|2023-06-30|Has expired: Upstream switched to go based api client (textproc/go-transifex-client)
|
||||
|
|
|
@ -1594,7 +1594,6 @@
|
|||
SUBDIR += py-toronado
|
||||
SUBDIR += py-towncrier
|
||||
SUBDIR += py-trans
|
||||
SUBDIR += py-transifex-client
|
||||
SUBDIR += py-translationstring
|
||||
SUBDIR += py-transpopy
|
||||
SUBDIR += py-ttp
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
PORTNAME= transifex-client
|
||||
PORTVERSION= 0.14.4
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Command line interface for Transifex
|
||||
WWW= https://www.transifex.com
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Upstream switched to go based api client (textproc/go-transifex-client)
|
||||
EXPIRATION_DATE= 2023-06-30
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitpython>0:devel/py-gitpython@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-slugify>=1.26.0:textproc/py-python-slugify@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.19.1:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}urllib3>=1.24.2,1<2.0.0,1:net/py-urllib3@${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 <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1646895877
|
||||
SHA256 (transifex-client-0.14.4.tar.gz) = 11dc95cefe90ebf0cef3749c8c7d85b9d389c05bd0e3389bf117685df562bd5c
|
||||
SIZE (transifex-client-0.14.4.tar.gz) = 211666
|
|
@ -1,9 +0,0 @@
|
|||
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.
|
Loading…
Reference in a new issue