Date: Thu, 31 Dec 2020 12:06:43 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559724 - head/security/py-gtts-token Message-ID: <202012311206.0BVC6hWB076287@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Thu Dec 31 12:06:43 2020 New Revision: 559724 URL: https://svnweb.freebsd.org/changeset/ports/559724 Log: 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 . Modified: head/security/py-gtts-token/Makefile head/security/py-gtts-token/distinfo Modified: head/security/py-gtts-token/Makefile ============================================================================== --- head/security/py-gtts-token/Makefile Thu Dec 31 12:04:53 2020 (r559723) +++ head/security/py-gtts-token/Makefile Thu Dec 31 12:06:43 2020 (r559724) @@ -2,7 +2,7 @@ PORTNAME= gtts-token DISTVERSIONPREFIX= v -DISTVERSION= 1.1.3 +DISTVERSION= 1.1.4 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,9 @@ COMMENT= Calculates a token to run the Google Translat 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} Modified: head/security/py-gtts-token/distinfo ============================================================================== --- head/security/py-gtts-token/distinfo Thu Dec 31 12:04:53 2020 (r559723) +++ head/security/py-gtts-token/distinfo Thu Dec 31 12:06:43 2020 (r559724) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012311206.0BVC6hWB076287>