aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-06-30 22:11:35 +0000
committerRene Ladan <rene@FreeBSD.org>2023-06-30 22:11:35 +0000
commit00128134914ae48cb76b1aebc5f688451d453764 (patch)
tree3105a7bbc04f3dc7f8d6cb8b6e9bc84d9b442504
parent62905168fc68955024ecf3a2ff96f1cf489cc98f (diff)
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)
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-transifex-client/Makefile32
-rw-r--r--textproc/py-transifex-client/distinfo3
-rw-r--r--textproc/py-transifex-client/pkg-descr9
5 files changed, 1 insertions, 45 deletions
diff --git a/MOVED b/MOVED
index c0bf83364417..87c6365645da 100644
--- a/MOVED
+++ b/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)
diff --git a/textproc/Makefile b/textproc/Makefile
index 7a98678872b6..41f06452aa98 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/py-transifex-client/Makefile b/textproc/py-transifex-client/Makefile
deleted file mode 100644
index 7d6aaa24b5dc..000000000000
--- a/textproc/py-transifex-client/Makefile
+++ /dev/null
@@ -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>
diff --git a/textproc/py-transifex-client/distinfo b/textproc/py-transifex-client/distinfo
deleted file mode 100644
index 80072a7ae9d1..000000000000
--- a/textproc/py-transifex-client/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1646895877
-SHA256 (transifex-client-0.14.4.tar.gz) = 11dc95cefe90ebf0cef3749c8c7d85b9d389c05bd0e3389bf117685df562bd5c
-SIZE (transifex-client-0.14.4.tar.gz) = 211666
diff --git a/textproc/py-transifex-client/pkg-descr b/textproc/py-transifex-client/pkg-descr
deleted file mode 100644
index 80c594781edc..000000000000
--- a/textproc/py-transifex-client/pkg-descr
+++ /dev/null
@@ -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.