dev-python/google-api-python-client: re-add 2.71.0-r1 (from main), drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-02-05 09:44:24 +01:00 committed by Andreas Billmeier
parent f7099b32c8
commit fe9cd791a2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 12 additions and 50 deletions

View File

@ -1,5 +1,3 @@
DIST google-api-python-client-1.6.4.tar.gz 4254764 BLAKE2B 71b188d9d5803c9c9f365f21ba70f286b50c4a3370b1e1e338677b51558c7d1a5ec06fff80ae91519589b7539764816b82cc53c7faa12a98ba558db58e48597d SHA512 ef5036a1bcad535cab83ae8967fdbb6eb5e2beaa9be635f641fb6e753892945b0d2c584b9349069a3a50dc01a8395be632ddd40163bdfa6375cb90b6983babde
DIST google-api-python-client-2.38.0.tar.gz 29204961 BLAKE2B fd82447b6829f0a640c40496b619991cb6ffa595dcafd421bba4e6ef7675ccd7cefa577129f925441e2ed9cdd103c8fd1161ed37bfe9bbd564f7edaa2c45321e SHA512 d8f677d45e05c5c210ef7e30b5bfd4fd899766dc366f265fa8182b941792408c9efe2d77d21fde69d4f681818936646ec32133a07a4b549c41411404452954b1
EBUILD google-api-python-client-1.6.4.ebuild 1079 BLAKE2B a110c505d52e806597900fe0cdd0576253e886693eb5f96695ec69c24ac3a21ed8eae4c8bf05c2230875e2b7d4c9e293bc75f4f8ca9c1f6273429544a68c032e SHA512 3826e48a8ce1cfecc978c9143a049c8f6eef4a0b2307a17ccd0397af08bd0d7c3b9e33bf52abfad29e7205011d725f64aea4d7cf3d128cb2d975496fbd9bb804
EBUILD google-api-python-client-2.38.0-r1.ebuild 1368 BLAKE2B ab73032ce660eb428fd073a732c36953f2474f987a8cb2a38df3f954840e3a75152fd8092ede1b37f3e622081ae2cd21b8856676e215dfefc88b925153ce76f3 SHA512 d9e01cdeccf163e84c312fa42c666f2e87985f2bae0b2ba1e3ff0d33454c46dd74681b19ce3dbdcf65a24f1fbc8eedf2bb48ff7fb695c72924b993eb055054be
DIST google-api-python-client-2.71.0.gh.tar.gz 37887241 BLAKE2B 5b0e8f39a4935f6e64e1846b7457e2fef62f91d8b62debd277dd49fe28242ffa6d1f8bf8962b56860448aa0edd8fe23d102062809995b212b775c760d20b403c SHA512 a13e31226991a77f900e87f72232d6722dc34d3b7a0134fed3039a5439d207ee26a3f9caa8b4cc5319acc864e11f07e080c0cea25ff29ab1a775b49278582c83
EBUILD google-api-python-client-2.71.0-r1.ebuild 1440 BLAKE2B e93f9750c59304a2c4d51e5814d9a757cc4eeaa6715a83d700a4f0b1c2928093b987b209ce085408198ccc981b347585947e511d8eb06fa3ed03aaeb6b354dc6 SHA512 ac994546dcee6167e3d2d5650d275cab56c591d33e0cca1a1f1e39006f388f959bd4312a8e89f4e5fbfeb78336a53adcbc9932e9d8d1a88f7e5abbc33b42ea68
MISC metadata.xml 381 BLAKE2B 2a802e6c566da699864dd520badb0a91eed1b7a1f26e3f20d6bd6bf7993325d07859034694d7d510984835369ea27a0c25241d9d202b3fc31fa2b52d26e42b6f SHA512 02a4ce0b16adaeaa44e041a2bfc0a4f97eb63914d10064403dae1581e3fdfda93673bb750a60e56b83c0bee46395266f7a5b846dfd65bf157253c733c8077216

View File

@ -1,42 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Google API Client for Python"
HOMEPAGE="https://github.com/google/google-api-python-client"
SRC_URI="https://github.com/google/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-python/httplib2-0.9.2[${PYTHON_USEDEP}]
<dev-python/httplib2-1[${PYTHON_USEDEP}]
>=dev-python/oauth2client-2[${PYTHON_USEDEP}]
<dev-python/oauth2client-5[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/uritemplate-3.0[${PYTHON_USEDEP}]
>=dev-python/six-1.6.1[${PYTHON_USEDEP}]
<dev-python/six-2[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
test? (
dev-python/google-auth-httplib2[${PYTHON_USEDEP}]
)"
python_prepare_all() {
export SKIP_GOOGLEAPICLIENT_COMPAT_CHECK=true
distutils-r1_python_prepare_all
}
python_test() {
nosetests --verbosity=3 || die
}

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -9,8 +9,14 @@ PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Google API Client for Python"
HOMEPAGE="https://github.com/googleapis/google-api-python-client"
SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="
https://github.com/googleapis/google-api-python-client/
https://pypi.org/project/google-api-python-client/
"
SRC_URI="
https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="Apache-2.0"
SLOT="0"
@ -19,7 +25,7 @@ KEYWORDS="amd64 arm arm64 x86"
RDEPEND="
>=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
<dev-python/httplib2-1[${PYTHON_USEDEP}]
dev-python/google-api-core[${PYTHON_USEDEP}]
>=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
>=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
>=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
>=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]