aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-29 22:03:40 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 00:06:20 +0000
commit4d62bd27077c5a9452cd9e7964764d17becdab61 (patch)
treecf82e744f9a84809de3b8933054936b25b685d3b
parent5163938c8a3cb01684b2bd8e7de73cda5acdd83a (diff)
textproc/py-googletrans: Remove expired port
2023-12-31 textproc/py-googletrans: Umaintained for over 3 years, depends on old www/py-httpx013
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-googletrans/Makefile25
-rw-r--r--textproc/py-googletrans/distinfo3
-rw-r--r--textproc/py-googletrans/pkg-descr11
5 files changed, 1 insertions, 40 deletions
diff --git a/MOVED b/MOVED
index 49ab0b351118..a98ea12fe968 100644
--- a/MOVED
+++ b/MOVED
@@ -8219,3 +8219,4 @@ devel/mercator||2023-12-31|Has expired: There has been no release for most of th
comms/sdr-wspr||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit
devel/atlas-devel||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years.
mail/qsheff||2023-12-31|Has expired: BROKEN on all supported versions after the EOL of 12
+textproc/py-googletrans||2023-12-31|Has expired: Umaintained for over 3 years, depends on old www/py-httpx013
diff --git a/textproc/Makefile b/textproc/Makefile
index 557df02e71d5..e861c8199f37 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1373,7 +1373,6 @@
SUBDIR += py-genshi
SUBDIR += py-gensim
SUBDIR += py-gi-docgen
- SUBDIR += py-googletrans
SUBDIR += py-grako
SUBDIR += py-grapheme
SUBDIR += py-griffe
diff --git a/textproc/py-googletrans/Makefile b/textproc/py-googletrans/Makefile
deleted file mode 100644
index 98b04c6347ce..000000000000
--- a/textproc/py-googletrans/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= googletrans
-DISTVERSION= 3.0.0
-PORTREVISION= 1
-CATEGORIES= textproc python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Free Google Translate API that translates totally free of charge
-WWW= https://github.com/ssut/py-googletrans
-
-LICENSE= MIT
-# LICENSE_FILE isn't packaged in the sdist, yet
-
-DEPRECATED= Umaintained for over 3 years, depends on old www/py-httpx013
-EXPIRATION_DATE= 2023-12-31
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx013>=0.13.3<0.13.4:www/py-httpx013@${PY_FLAVOR}
-
-USES= python # due www/py-httpx that requires 3.7+
-USE_PYTHON= distutils autoplist
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/textproc/py-googletrans/distinfo b/textproc/py-googletrans/distinfo
deleted file mode 100644
index ce1cd0ed225d..000000000000
--- a/textproc/py-googletrans/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1594055380
-SHA256 (googletrans-3.0.0.tar.gz) = 44caeea42d91ff6ead5c2d49db2b88de66c45c2fe874c8ec03eb9b4ceb3a533d
-SIZE (googletrans-3.0.0.tar.gz) = 17489
diff --git a/textproc/py-googletrans/pkg-descr b/textproc/py-googletrans/pkg-descr
deleted file mode 100644
index 0bd9717740ce..000000000000
--- a/textproc/py-googletrans/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Googletrans is a free and unlimited Python library that implemented the
-Google Translate API. This uses the Google Translate Ajax API to make calls to
-such methods as detect and translate.
-
-Features:
-
-* Fast and reliable - it uses the same servers that translate.google.com uses
-* Auto language detection
-* Bulk translations
-* Customizable service URL
-* HTTP/2 support