remove olds

This commit is contained in:
Andreas Billmeier 2021-08-28 09:15:33 +02:00 committed by Andreas Billmeier
parent aa817c694c
commit 90cdb5198e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 64 deletions

View File

@ -1,3 +0,0 @@
DIST google-api-core-1.23.0.tar.gz 128030 BLAKE2B 55848dcc0e4bda533980e1a069466c1b2a754d61604ac855692dc0acd22926c02a99b38ac8054f1c6bd2853875ae2631206af1e79b83a373b25811536b2e4a5d SHA512 45a17f0d68189def1973810aadbced11a6921b2b38d25fc7f973156e81cf0a7227004d93817b287633b7680b91431176c02115db1976ad8bf3710091c491e828
EBUILD google-api-core-1.23.0.ebuild 1224 BLAKE2B 9b4d3118dfa4105a7c701142273e5aa2183869feed9302fcfff72eae45494a038ea7a13c00a6b4238c6fe5f1456ad406b6657462cb07af6e35f1d5992796e43e SHA512 c33c10cb137204895985ae4ef0a857563e99b0a2391db01ef8512c8fc7fe57fcdbc0fe9e457fac6d17ecb6b44626b25c1be2d4d157fb19003aaf04743f0d329c
MISC metadata.xml 468 BLAKE2B 4d2559a020418839036d2f1d5a2645b63b3c32d5d65917a63f7a910416b3f04f5c29c6a52684da47ffdf8692f91408c8fbd37d1911236640097c52da0963999c SHA512 1912801a06cc7828de637ec452e0efa47272198c97144112f01c74b9b202e273462612ed7edd28c69df18cf56b2e0a4746f691c4cfb85bf03dc894f0c66c3b45

View File

@ -1,46 +0,0 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Core Library for Google Client Libraries"
HOMEPAGE="https://github.com/googleapis/python-api-core
https://googleapis.dev/python/google-api-core/latest"
SRC_URI="https://github.com/googleapis/${PN//google/python}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P//google/python}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86"
RDEPEND="
dev-python/namespace-google[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
dev-python/googleapis-common-protos[${PYTHON_USEDEP}]
>=dev-python/google-auth-1.14.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
<dev-python/requests-3[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/grpcio[${PYTHON_USEDEP}]
dev-python/rsa[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
python_test() {
distutils_install_for_testing
pytest -vv || die "tests fail with ${EPYTHON}"
}
python_install_all() {
distutils-r1_python_install_all
find "${D}" -name '*.pth' -delete || die
}

View File

@ -1,15 +0,0 @@
<?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-api-core</remote-id>
<maintainer status="unknown">
<email>googleapis-packages@google.com</email>
<name>Google LLC</name>
</maintainer>
</upstream>
</pkgmetadata>