diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2020-12-31 12:06:43 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2020-12-31 12:06:43 +0000 |
commit | 6731b1b42388bd7b35d26693900cffe310e6e2b8 (patch) | |
tree | 8bf2f8b1f7839e25920b5de1c8f8c4e1ce94f75e | |
parent | math/py-matplotlib: Fix build with Python 3.8.7 (diff) |
security/py-gtts-token: Deprecate port
* Since changes were made to Google's TTS API in November 2020 this port is no
longer useful [1].
[1] https://github.com/Boudewijn26/gTTS-token/blob/master/README.md
* The audio/py-gtts port has been adapted accordingly to the new API changes
and has been updated in r559351 .
-rw-r--r-- | security/py-gtts-token/Makefile | 5 | ||||
-rw-r--r-- | security/py-gtts-token/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/security/py-gtts-token/Makefile b/security/py-gtts-token/Makefile index 28fc2a2b4e5e..1991541b0d60 100644 --- a/security/py-gtts-token/Makefile +++ b/security/py-gtts-token/Makefile @@ -2,7 +2,7 @@ PORTNAME= gtts-token DISTVERSIONPREFIX= v -DISTVERSION= 1.1.3 +DISTVERSION= 1.1.4 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,9 @@ COMMENT= Calculates a token to run the Google Translate text to speech LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Obsolete, please use audio/py-gtts instead +EXPIRATION_DATE= 2021-01-15 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-gtts-token/distinfo b/security/py-gtts-token/distinfo index 8bc8533c5f94..210f5443685c 100644 --- a/security/py-gtts-token/distinfo +++ b/security/py-gtts-token/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594276526 -SHA256 (Boudewijn26-gTTS-token-v1.1.3_GH0.tar.gz) = c0593de172ca8abd8c0fc408269818da2933f35f37b3a3a894666f91ccdc87eb -SIZE (Boudewijn26-gTTS-token-v1.1.3_GH0.tar.gz) = 4751 +TIMESTAMP = 1608404119 +SHA256 (Boudewijn26-gTTS-token-v1.1.4_GH0.tar.gz) = 7c89d51f50d2068e5f3d84085dd04586ab98f480f9c97ecc927285a11d2e41be +SIZE (Boudewijn26-gTTS-token-v1.1.4_GH0.tar.gz) = 5148 |