re-add google-cloud-texttospeech-0.4.0, bump google-cloud-texttospeech-2.5.2

This commit is contained in:
Andreas Billmeier 2021-09-02 17:29:16 +02:00 committed by Andreas Billmeier
parent 4e155f971c
commit 511e014dff
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 86 additions and 0 deletions

View File

@ -0,0 +1,5 @@
DIST google-cloud-texttospeech-0.4.0.tar.gz 37272 BLAKE2B 05b2ef90d5033d20556c0ee81d0ac56a001738ffc8176c0b19c1ff9d25b2a7f8b44e21c720d9d71c9d1795e2798b3ba27fe23ca8796bac3ec9263fded07cfaff SHA512 98a38afcdcdea83f25a4eaf3e51c256f3123605e000ba2e815f4e94e3146a8482719adde580297638ab47cf5a30d780c489b6d7fadcbb86f2e828685d5853707
DIST google-cloud-texttospeech-2.5.2.tar.gz 51058 BLAKE2B 75338555fb670a07fff2d199ee053dd38396739bbda674eeeea8249b6f02a33349cd91892481f3caa3dbd64c43fd9fc1419d1e10ff0425302b50bf6ecad237c0 SHA512 b6fca4d007c27d695fb28da56aedca06f5099c131c0981495d8578d9c56cc7d09e537586b58ec6f13e69074d0ab92ea0e9bbf33a655d43c8c269a163c8569959
EBUILD google-cloud-texttospeech-0.4.0.ebuild 771 BLAKE2B e204a904524f36153874be685701cf9575660e809ce94d85cb117b4837849c9a45930f15801ce7f1aa9eb5a0f1180fe2ac117e3f4365130457808ef5ca01a890 SHA512 0fa7ef677842d8574d02986785e8c58193118e8882bb123249ba1c3d741db21bcc1149628a58ab98f249c17a7e749a08be17893d53e8c678ca45c90333c62ebb
EBUILD google-cloud-texttospeech-2.5.2.ebuild 832 BLAKE2B fd76ade1963e2a07d05b66c71b69414518f2f88f1dbafc532a2574ee245922f02de14b8466f7ead71b5ad20c11d34d5d3c6b058a762a21449c41fc9571055e49 SHA512 dc852f52414243ecddff940ea7abe390e1dd60f3682e399d26a0fc38db58919e82d4e0620efc849909a43161c58d1dc311690cae3c72c3ec7c33aee00fb5b7b8
MISC metadata.xml 478 BLAKE2B d721aafd69c367513dd48a8379045c99093ed2c8fe832149542051d314b05b4ee1dec47e97b339fd86b1a6813b24e9175aa14c411ec14d9ff4d04f0713c33cd4 SHA512 012ba95512d90341da2fe511e91dac4109991b4db2e37571f99bba7c67388ec49c25e2b12b076933927d694866458c3eb0e379202005b4c5686a56ba08dd5e04

View File

@ -0,0 +1,32 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Google Cloud Text-to-Speech API client library"
HOMEPAGE="https://github.com/googleapis/python-texttospeech https://pypi.org/project/google-cloud-texttospeech/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND=">=dev-python/google-api-core-1.6.0"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,34 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Google Cloud Text-to-Speech API client library"
HOMEPAGE="https://github.com/googleapis/python-texttospeech https://pypi.org/project/google-cloud-texttospeech/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND=">=dev-python/google-api-core-1.26.0
>=dev-python/proto-plus-1.4.0
>=dev-python/packaging-14.3"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">google-cloud-texttospeech</remote-id>
<maintainer status="unknown">
<email>googleapis-packages@google.com</email>
<name>Google LLC</name>
</maintainer>
</upstream>
</pkgmetadata>