mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
google-cloud-translate: google-cloud-core, google-cloud-dialogflow remove, no longer in use
This commit is contained in:
parent
347e069460
commit
bd5dbe805b
11 changed files with 0 additions and 236 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST python-cloud-core-2.3.0.tar.gz 69387 BLAKE2B ea2a574a5f2f9125d31de65f6c3fdcb4ccd93e17241cfc500be7c3812230af9e53cb073919c4db85f694f8fab86110a5adc8d94b2bcf479cc13f88dcb5ba182e SHA512 e9fb110269de55d5e67ca4dc23cc5c1e3be743ddd9beca878ab32734eec45fefcaaf5c7b6ac960a9d44623b040332132bb60f5a9abafee1eefcdb33603a54b12
|
||||
DIST python-cloud-core-2.4.1.tar.gz 87178 BLAKE2B 8a0f72e3709ead4edff2d5fbe394eae9b85ace8ab7bd7efff7517040e517bc9c5ccd2e652cd426f54221b544b7e41b5479d7c00a0cf5f31311fe1cbabc83f643 SHA512 bb34a0777e2a346e29cede77c08d8ceef58297ec7db88312d03e3daf19a6a6dd3e33315e38a0f50686c8c6d027d26be1b4179d7429fc0f87575cd7a8a9e4b9f3
|
||||
|
|
@ -1,48 +0,0 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
# wait for dev-python/grpcio
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1 optfeature
|
||||
|
||||
MY_PN="${PN//google/python}"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Google Cloud API client core library"
|
||||
HOMEPAGE="https://github.com/googleapis/python-cloud-core"
|
||||
SRC_URI="https://github.com/googleapis/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
|
||||
RDEPEND="dev-python/google-auth[${PYTHON_USEDEP}]
|
||||
dev-python/google-api-core[${PYTHON_USEDEP}]"
|
||||
BDEPEND="test? ( dev-python/grpcio[${PYTHON_USEDEP}] )"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_compile() {
|
||||
distutils-r1_python_compile
|
||||
find "${BUILD_DIR}" -name '*.pth' -delete || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
rm -r google || die "rm failed"
|
||||
distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
distutils_write_namespace google
|
||||
epytest -v tests || die "tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "support grpc" dev-python/grpcio
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
# test requires dev-python/grpcio
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 optfeature
|
||||
|
||||
MY_PN="${PN//google/python}"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Google Cloud API client core library"
|
||||
HOMEPAGE="https://github.com/googleapis/python-cloud-core"
|
||||
SRC_URI="https://github.com/googleapis/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/google-api-core[${PYTHON_USEDEP}]
|
||||
dev-python/google-auth[${PYTHON_USEDEP}]
|
||||
dev-python/importlib-metadata[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="test? ( dev-python/grpcio[${PYTHON_USEDEP}] )"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_compile() {
|
||||
distutils-r1_python_compile
|
||||
find "${BUILD_DIR}" -name '*.pth' -delete || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
rm -r google || die "rm failed"
|
||||
distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
distutils_write_namespace google
|
||||
epytest -v tests || die "tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "support grpc" dev-python/grpcio
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">googleapis/python-cloud-core</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST google-cloud-dialogflow-2.27.0.tar.gz 1590653 BLAKE2B 38351fcfd4f13a9fbef2104ecabacae17508d7401878dd45a767c2b199705e19b9d4e98fe2b8eb43884dab7d3acb5b23d5a7c74a9c9726d29c3f98cc039badfe SHA512 907c8be468b886b9bed50f221472515632a4a41dfa1ff49a17b23673152be954aaf6f8c31805cafe8f415371265dd27fa48d1ee6c7cc9eec369917d81ef41912
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Client library for the Dialogflow API"
|
||||
HOMEPAGE="https://github.com/googleapis/python-dialogflow"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/google-api-core[${PYTHON_USEDEP}]
|
||||
dev-python/proto-plus[${PYTHON_USEDEP}]
|
||||
dev-python/protobuf-python[${PYTHON_USEDEP}]
|
||||
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
#distutils_enable_tests pytest
|
||||
|
||||
src_prepare(){
|
||||
rm -r tests
|
||||
eapply_user
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">googleapis/python-dialogflow</remote-id>
|
||||
<remote-id type="pypi">google-cloud-dialogflow</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
DIST google-cloud-translate-3.11.2.tar.gz 136314 BLAKE2B 18c76aecb5a3095217ab780e81c74f6e68f62ede47503016b2ca2068b64c541187aa4528b43b69b84ae941472f6e79c3f86491fac5e7200f79625e8aaaa27358 SHA512 a0fe5d4774b0ef49c75231f07cc2ebfaa1f9971d58e87e5650f351b4bca8aa298192ad4c3b7fd2a67d245f9c848902cc0d80828bfbce89582638d3e3a1d26730
|
||||
DIST google-cloud-translate-3.15.2.tar.gz 170699 BLAKE2B ed31c07bba72df15d2b6c28edefe712a6141d218bd449f309140559b6353328e36bbd102045a09bf9f072b7216e3c95c0aaf2b8aca8ca0f2b52595362c4bc48c SHA512 d35f5a386f86331cd2f7f1611cce3eaeeba2570243cfe5f3b5caa745e4f507fbdc31fb81eb1eb2fbc5c6567f9f7c3fae8a078e7821e1fb293c871e215ba44294
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Google Cloud Translation API"
|
||||
HOMEPAGE="https://pypi.org/project/google-cloud-translate"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="dev-python/google-cloud-core[${PYTHON_USEDEP}]
|
||||
dev-python/proto-plus[${PYTHON_USEDEP}]
|
||||
dev-python/protobuf-python[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
find "${ED}" -name '*.pth' -delete || die
|
||||
}
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Google Cloud Translation API"
|
||||
HOMEPAGE="https://pypi.org/project/google-cloud-translate"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/google-api-core[${PYTHON_USEDEP}]
|
||||
dev-python/google-auth[${PYTHON_USEDEP}]
|
||||
dev-python/google-cloud-core[${PYTHON_USEDEP}]
|
||||
dev-python/proto-plus[${PYTHON_USEDEP}]
|
||||
dev-python/protobuf-python[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
find "${ED}" -name '*.pth' -delete || die
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>blshkv@pentoo.ch</email>
|
||||
<name>Anton Bolshakov</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">google-cloud-translate</remote-id>
|
||||
<remote-id type="github">googleapis/python-translate</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue