bump gTTS-token-1.1.4

This commit is contained in:
Andreas Billmeier 2020-11-09 21:42:42 +01:00 committed by Andreas Billmeier
parent 9cefb1e162
commit 1702ae9462
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 35 additions and 0 deletions

View File

@ -16,6 +16,7 @@
* bump broadlink-0.16.0
* update sisyphus-control-3.0
* update devolo-home-control-api-0.16.0
* bump gTTS-token-1.1.4
2020-11-07
* update xknx-0.15.0-r1 (add a dep for standalone installation)

View File

@ -1,3 +1,5 @@
DIST gTTS-token-1.1.3.tar.gz 3441 BLAKE2B 425b5558b937474975370e9b6dd78912bd4f73882fe57875aa428d47a2a0d8161d5a8921fefeede91c74ee43254be3f7d78398675b7246575bca43e44d10e9bc SHA512 f1bfddf5f67b622a2085833c42f21b4b8673843700db76fdc5b7478e0671fccf00a42149909e77ab5d7317994510e0e9c487ddc7a063c4224d4abb284b02c541
DIST gTTS-token-1.1.4.tar.gz 3884 BLAKE2B 1f23cd21f96050391e4ca18707816c5e3f9d407a9308a9f82d1d117b7512a6aeb886698f104b3f03c7434ccef7e7c8722345743b78a2acebe34497091368a31d SHA512 f1efe0b055d86a84dd79cc6df993ea317f67cf8e137dbfb082b93b3a3d7cdd95d57bf9418633171ca894231d118acbe8907a8f77c602b98323fd92e3502b755b
EBUILD gTTS-token-1.1.3-r2.ebuild 745 BLAKE2B 282bbfeb90c240d460b6c22042cb099815fba009a3ba10f909b861058b8cd307e41fe62971c954d44f56f5007b518661851870c05512332a2c987a41e459f4b5 SHA512 fbb3c863160b0460711859f8b8d2327146681cc037beb6f5a03e90b5228609683a513e977b554f8915961ebd74cdc6f83cf690b4147c619a685073110272606c
EBUILD gTTS-token-1.1.4.ebuild 773 BLAKE2B ad249967314692bcafe9d00c688c386bb431a7b0283f98aa4cde3a170e3b5841924927346fc729442f0dd3d57279c9d2ec25ca5efa80c800ce9ee962ee927eba SHA512 7f7af3e1bad42a3c314dfc72bd4775019db83b1c692fd2b59ca6b356888408d5906520cf2fe5f6fcdce2696ea483ef0865dabb48750c54ecb7aeb1f8a6fa09d1
MISC metadata.xml 463 BLAKE2B f911d32bdb1b857d16f62167d0ddb08627fb3feccf3a64d98b5d8310149ecd8a66936e05fbcf8934cbbc7808c578fd8aadbfa13f8b572e406006cccdb5a0aeee SHA512 61fd5d262d69943c8b0076845d9762a77637d629de1b0b25ef33e59a3ad33284a5daf75896507c1b931dc84fdd2394dc41884cad7559a4bbbd6835810bd4bf75

View File

@ -0,0 +1,32 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Calculates a token to run the Google Translate text to speech"
HOMEPAGE="https://github.com/boudewijn26/gTTS-token https://pypi.org/project/gTTS-token/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="RDEPEND="dev-python/requests[${PYTHON_USEDEP}]""
BDEPEND="${REDEPEND}
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
}