1
0

dev-python/gtts: new package, add 2.3.2, 9999

I forgot to commit this previously. Oops.
This commit is contained in:
Ryan Fox 2023-09-30 21:05:33 -07:00
parent 43e7949d6f
commit d713660c8c
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 73 additions and 0 deletions

1
dev-python/gtts/Manifest Normal file
View File

@ -0,0 +1 @@
DIST gtts-2.3.2.gh.tar.gz 40344 BLAKE2B cacb7f49314861fc7908592da212d04aab0da31cda30d38775b41ce7874a8c19c0274e605989f592de0d1db4df85e6bc191f8c268b910fdba7987dfe7241ebf9 SHA512 4cb91bb317e30812b4343250c909190de055dda2030163ca43e59ae9739400c073f2bfe1dd1b5660a9be8ac2438fa4db9b63cafd8db09ff950a5e5e88e324fc1

View File

@ -0,0 +1,30 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..12} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/pndurette/gTTS.git"
else
MY_PN="gTTS"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/pndurette/gTTS/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Python library for Google's text-to-speech"
HOMEPAGE="https://gtts.readthedocs.io/en/latest/"
LICENSE="MIT"
SLOT="0"
RESTRICT="test" # Tests require network access
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

View File

@ -0,0 +1,30 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..12} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/pndurette/gTTS.git"
else
MY_PN="gTTS"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/pndurette/gTTS/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Python library for Google's text-to-speech"
HOMEPAGE="https://gtts.readthedocs.io/en/latest/"
LICENSE="MIT"
SLOT="0"
RESTRICT="test" # Tests require network access
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="pypi">gTTS</remote-id>
<remote-id type="github">pndurette/gTTS</remote-id>
</upstream>
</pkgmetadata>