Skip to content

Commit

Permalink
audio/py-gtts: Update to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nunotexbsd committed Jan 16, 2023
1 parent 0df95fa commit 495fc8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
11 changes: 3 additions & 8 deletions audio/py-gtts/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gTTS
DISTVERSION= 2.3.0
PORTREVISION= 1
DISTVERSION= 2.3.1
CATEGORIES= audio python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -15,17 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.1.3:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.28.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.16.0:devel/py-six@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.28.0:www/py-requests@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}testfixtures>0:devel/py-testfixtures@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent pep517 pytest

NO_ARCH= yes

#do-test: test_file_ascii and test_file_utf8: AssertionError, see https://github.com/pndurette/gTTS/issues/393

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions audio/py-gtts/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1673605832
SHA256 (gTTS-2.3.0.tar.gz) = bccebcae57e96eb629da1bb6d4c7a870d47af5f083a8faf1827cd3fe735ed620
SIZE (gTTS-2.3.0.tar.gz) = 22398
TIMESTAMP = 1673872056
SHA256 (gTTS-2.3.1.tar.gz) = fad26bccf0408aa8373ca8323f10731dc5b0c59eb5a0617591efe47ff30d4fcb
SIZE (gTTS-2.3.1.tar.gz) = 23582

0 comments on commit 495fc8b

Please sign in to comment.