dev-python/pycsspeechtts: drop olds, change SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 20:21:15 +02:00 committed by Andreas Billmeier
parent c0cf47101c
commit 58753776cc
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 4 additions and 54 deletions

View File

@ -1,5 +1,3 @@
DIST pycsspeechtts-1.0.4.gh.tar.gz 29915 BLAKE2B 100d1bba7239eb0ad4d0a92dd0ea202954500a2f9614060ef0bd5333a4417a0571d0fca75d265921ff2cdeb7a5ebcd73de843b790118664f135578e5830e3714 SHA512 5510394af77a25b60441877c842ca9a862ae4b22ab16d3e9ed5fd36db8493b3132bfa338d62bd1d1311801c89c70d984af5f2f6f5e48f794e4713b5689e8b7c8
DIST pycsspeechtts-1.0.8.tar.gz 4918 BLAKE2B 70a1d491b1fbfa8c282ff0b1402ded26f8210ea8f210a57f57953542d9318ecdc9e2ae3454922f63bb62a0f22c7324fbfdd01d108b42a6c0846eee54313f69b9 SHA512 d69a295d45635b668ab2b7019466b13607c65141dd9e5bf9642b63f55f421ddc69958c7641d9b5bbecbbe303542b4d9ebdf249baaed98af3b67efb087f0e3cb4
EBUILD pycsspeechtts-1.0.4.ebuild 944 BLAKE2B be1244adc3099892e9a78e599a1343831101458bd02a525e924d8d71dd1cbc82204c32e6b06134dad97bf580d27d22d40ee2f769157970d1fc15f56090522f48 SHA512 6961b628adf224a71504740d52d35c393711898f8fede2cf0445b01bc65577e2cdcb6af880c2a389fdbfceaa87fc16926555487a12b6b4c608106f78cc253960
EBUILD pycsspeechtts-1.0.8.ebuild 774 BLAKE2B 09c6a5035b7a223fda78045ab2d64c60095da413182b3085ed8dfa3571bc651b035e9c3a53f3b4477d2d6ec4670e91f365a419595a26ea129c8d7287b8e2d0a5 SHA512 982c6696bc0a94a12d0541e6c7f377d32243d56402b682263598f1e8ac03f62204e6a60c40b9813760b3fb283169c0382b431a18a87b57ae63d73ea548858b0d
EBUILD pycsspeechtts-1.0.8.ebuild 585 BLAKE2B c5f5c1d5bffaf0d74b3701aa7443ca6e7aaa9d37eddfa6230eb474449d3665fe67041abde2751de5d24009415fcf9b923e3b49e1ddf32086bd19a280715eb42e SHA512 e2a0d2843440c9aa571100b3ec0ea5d86cf6b7b965e95c585c118820cb05bd1dc45f5faf55a532633dad97d0fd195d93bca3e82a978cbec08e83c7cf9ac07529
MISC metadata.xml 403 BLAKE2B d1e9026fa4a49f4daf8b5b10ccb44f498c1ca7175b7ca0a777fd959a592f0ca40c5770fc2d326b5195e9adc13f059dec2e45e4b76c5549913bc99ab056e07f4f SHA512 e27694251cc4e9a030969b3f25d1e669bbb4788539989e136357765b8a46df623362579b817680ac1085e52f7cd54bfba9448208fc27aeaefd2a2698ff8fcc70

View File

@ -1,37 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1
DESCRIPTION="Python 3 interface to Microsoft Cognitive Services Text To Speech"
HOMEPAGE="https://github.com/jeroenterheerdt/pycsspeechtts https://pypi.org/project/pycsspeechtts/"
# PYPI SDIST IS IMCOMPLETE
COMMITID="44049cb2e1f173eed9d58e61ab97a8b4d40b5e0a"
SRC_URI="https://github.com/jeroenterheerdt/pycsspeechtts/archive/${COMMITID}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${COMMITID}/src/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,16 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Python 3 interface to Microsoft Cognitive Services Text To Speech"
HOMEPAGE="https://github.com/jeroenterheerdt/pycsspeechtts https://pypi.org/project/pycsspeechtts/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,14 +19,5 @@ RESTRICT="!test? ( test )"
#DOCS="README.md"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest