diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-07-06 05:20:17 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-07-06 05:25:58 +0000 |
commit | 60072a5fff30be16e8d4116dff09636093a6d94c (patch) | |
tree | cc4c4ab0a0de8a361a62d200a60e00829281b431 | |
parent | 14f9064fc38acfb7836dc6ef13a474f3c09846f2 (diff) | |
download | ports-60072a5fff30be16e8d4116dff09636093a6d94c.tar.gz ports-60072a5fff30be16e8d4116dff09636093a6d94c.zip |
audio/py-gtts: Update to 2.2.4 and return to pool
-rw-r--r-- | audio/py-gtts/Makefile | 6 | ||||
-rw-r--r-- | audio/py-gtts/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/py-gtts/Makefile b/audio/py-gtts/Makefile index f838983a098f..5d6c06548e10 100644 --- a/audio/py-gtts/Makefile +++ b/audio/py-gtts/Makefile @@ -1,10 +1,10 @@ PORTNAME= gtts DISTVERSIONPREFIX= v -DISTVERSION= 2.2.1 +DISTVERSION= 2.2.4 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library/CLI tool to interface with Google Translate text-to-speech API LICENSE= MIT @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.9:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testfixtures>0:devel/py-testfixtures@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_GITHUB= yes GH_ACCOUNT= pndurette GH_PROJECT= gTTS diff --git a/audio/py-gtts/distinfo b/audio/py-gtts/distinfo index 30988dc90117..a75d8c92b631 100644 --- a/audio/py-gtts/distinfo +++ b/audio/py-gtts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608404182 -SHA256 (pndurette-gTTS-v2.2.1_GH0.tar.gz) = a92cc3ecbff83e8c291607deedbeb73c3d1089aeeb8da11132e5357a26e89daf -SIZE (pndurette-gTTS-v2.2.1_GH0.tar.gz) = 33711 +TIMESTAMP = 1657006797 +SHA256 (pndurette-gTTS-v2.2.4_GH0.tar.gz) = e0b688ff777928afe280c3cf4d36bc7b794e93e86851b680d54ba2fb68e88456 +SIZE (pndurette-gTTS-v2.2.4_GH0.tar.gz) = 37695 |