dev-python/google-cloud-texttospeech: drop 2.12.0, 2.12.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 13:16:35 +02:00 committed by Andreas Billmeier
parent 1c0aadf23e
commit f78173a26d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 82 deletions

View File

@ -1,7 +1,3 @@
DIST google-cloud-texttospeech-2.12.0.tar.gz 56089 BLAKE2B fec252b424b539c799c43f588697e9a420e834fd1b93d71c8897dfde7d02c62111e65105d16eb948fb2fb391a2f4cede315ff7387f6de5a6163cf9bae5368c59 SHA512 c388193cfaf9da84dff05a6a25a3b107e1187105e71dca67f13c0bc1d1b3f39cc91d02d7cdf3619c9268dbca67dc7d7f01126056691ab9a61bd700995cadf8b9
DIST google-cloud-texttospeech-2.12.1.tar.gz 56061 BLAKE2B 19c686b2dbcf4100ca0dce7c472b82621f86e983f1a86988841b4250d29230b59c54f3211102321e8425555ed77b09d338667d95b231951931ca3424a0c19628 SHA512 9ab475f57b696e308de012baac642c9d86764e6bfa4242be9179a3411eaa0de46d9288203ae7a82ea69e73a87669ad56aad6ffdcdccff904769ff18c719153ca
DIST google-cloud-texttospeech-2.12.3.tar.gz 56798 BLAKE2B 7e85196661068a9898b43c0a55be6ef32db56823f7f4c0c3998694c16eee7b0e6e2a514e2af44c12ce8751443bcc62d291b09534dc9aecd18ed19d6d2c5d18a7 SHA512 7df63f910c2119dc657667b247c70da9e7064a7b88bdcd50c2e90fca823d03831fdbb1bf7149da77adb6fcafc8b33bc9d24956d67380b93798696461d80fd9c3
EBUILD google-cloud-texttospeech-2.12.0.ebuild 926 BLAKE2B 3e9e9d100aedd8993bd27e9b62742854ba113655c5834b0ba9eb13112da61377d13ac353c9816fa0875aa209894f08548dcade349ac24fd5acc8f0bd0e89f897 SHA512 01ceb9370bf61b7216cb27fdc4aef625dd606b904f8e9b30dbcc4e0a0d93cc3e341939cd6e4e238df30d14ddc8b7dfc5ebfd7f3442fb167ef1a7050c32d7aa02
EBUILD google-cloud-texttospeech-2.12.1.ebuild 926 BLAKE2B a4a3e9ac12944fd30983876b597b005abe1b495c9895fcc4d37108bd647a92549778c17d8b35101da26653f476cffccf342db7376c732409b590dc833a820f9c SHA512 4f0e6af9fe817b426b9c0077b02540892a8c66d353bb18932eafa6f6c22321b1913a6468a35ed0e05facc032600d2129db71f7b665b3bd987fc219664b8d3792
EBUILD google-cloud-texttospeech-2.12.3.ebuild 926 BLAKE2B 1595bc9eee878f6e6f1fb9feff7b9cad47b23af5788f9ed2aecd3a2a6ba40a85665cffbcfb748d8e910788eff314e790d8866bad90ef341e9982b1431dfed4dc SHA512 0e81694893b4119fdd9900710da057e039f5b1827ccbd3daf56720a96e99cffd01d3c90e870a9eb9a5de66e20fcd6a04af7d25660a01dd92ff3efea6a6c4141d
MISC metadata.xml 550 BLAKE2B 4eaa95b52728f8ca20db57965e263faf49a896d87b6b866b80adb7be111558ee5defff6d693ca262ac9e18e0c441d7a4ca736b7e624e9c31d01eb2ac962300c0 SHA512 b38406028b9b6d17d70ada822bdc9ac5c97e1e04437d51f46601aac5e77524cc479eaf99ae9313fb949b82f59178a2f17a1bb06ddb355f664d516a2172ef8337

View File

@ -1,39 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Google Cloud Text-to-Speech API client library"
HOMEPAGE="https://github.com/googleapis/python-texttospeech https://pypi.org/project/google-cloud-texttospeech/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/google-api-core-1.32.0[${PYTHON_USEDEP}]
>=dev-python/proto-plus-1.15.0[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.19.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest
python_install_all() {
distutils-r1_python_install_all
find "${ED}" -name '*.pth' -delete || die
}

View File

@ -1,39 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Google Cloud Text-to-Speech API client library"
HOMEPAGE="https://github.com/googleapis/python-texttospeech https://pypi.org/project/google-cloud-texttospeech/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/google-api-core-1.32.0[${PYTHON_USEDEP}]
>=dev-python/proto-plus-1.22.0[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.19.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest
python_install_all() {
distutils-r1_python_install_all
find "${ED}" -name '*.pth' -delete || die
}