Skip to content

Commit fe9cd79

Browse files
committed
dev-python/google-api-python-client: re-add 2.71.0-r1 (from main), drop olds
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent f7099b3 commit fe9cd79

File tree

3 files changed

+12
-50
lines changed

3 files changed

+12
-50
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
DIST google-api-python-client-1.6.4.tar.gz 4254764 BLAKE2B 71b188d9d5803c9c9f365f21ba70f286b50c4a3370b1e1e338677b51558c7d1a5ec06fff80ae91519589b7539764816b82cc53c7faa12a98ba558db58e48597d SHA512 ef5036a1bcad535cab83ae8967fdbb6eb5e2beaa9be635f641fb6e753892945b0d2c584b9349069a3a50dc01a8395be632ddd40163bdfa6375cb90b6983babde
2-
DIST google-api-python-client-2.38.0.tar.gz 29204961 BLAKE2B fd82447b6829f0a640c40496b619991cb6ffa595dcafd421bba4e6ef7675ccd7cefa577129f925441e2ed9cdd103c8fd1161ed37bfe9bbd564f7edaa2c45321e SHA512 d8f677d45e05c5c210ef7e30b5bfd4fd899766dc366f265fa8182b941792408c9efe2d77d21fde69d4f681818936646ec32133a07a4b549c41411404452954b1
3-
EBUILD google-api-python-client-1.6.4.ebuild 1079 BLAKE2B a110c505d52e806597900fe0cdd0576253e886693eb5f96695ec69c24ac3a21ed8eae4c8bf05c2230875e2b7d4c9e293bc75f4f8ca9c1f6273429544a68c032e SHA512 3826e48a8ce1cfecc978c9143a049c8f6eef4a0b2307a17ccd0397af08bd0d7c3b9e33bf52abfad29e7205011d725f64aea4d7cf3d128cb2d975496fbd9bb804
4-
EBUILD google-api-python-client-2.38.0-r1.ebuild 1368 BLAKE2B ab73032ce660eb428fd073a732c36953f2474f987a8cb2a38df3f954840e3a75152fd8092ede1b37f3e622081ae2cd21b8856676e215dfefc88b925153ce76f3 SHA512 d9e01cdeccf163e84c312fa42c666f2e87985f2bae0b2ba1e3ff0d33454c46dd74681b19ce3dbdcf65a24f1fbc8eedf2bb48ff7fb695c72924b993eb055054be
1+
DIST google-api-python-client-2.71.0.gh.tar.gz 37887241 BLAKE2B 5b0e8f39a4935f6e64e1846b7457e2fef62f91d8b62debd277dd49fe28242ffa6d1f8bf8962b56860448aa0edd8fe23d102062809995b212b775c760d20b403c SHA512 a13e31226991a77f900e87f72232d6722dc34d3b7a0134fed3039a5439d207ee26a3f9caa8b4cc5319acc864e11f07e080c0cea25ff29ab1a775b49278582c83
2+
EBUILD google-api-python-client-2.71.0-r1.ebuild 1440 BLAKE2B e93f9750c59304a2c4d51e5814d9a757cc4eeaa6715a83d700a4f0b1c2928093b987b209ce085408198ccc981b347585947e511d8eb06fa3ed03aaeb6b354dc6 SHA512 ac994546dcee6167e3d2d5650d275cab56c591d33e0cca1a1f1e39006f388f959bd4312a8e89f4e5fbfeb78336a53adcbc9932e9d8d1a88f7e5abbc33b42ea68
53
MISC metadata.xml 381 BLAKE2B 2a802e6c566da699864dd520badb0a91eed1b7a1f26e3f20d6bd6bf7993325d07859034694d7d510984835369ea27a0c25241d9d202b3fc31fa2b52d26e42b6f SHA512 02a4ce0b16adaeaa44e041a2bfc0a4f97eb63914d10064403dae1581e3fdfda93673bb750a60e56b83c0bee46395266f7a5b846dfd65bf157253c733c8077216

dev-python/google-api-python-client/google-api-python-client-1.6.4.ebuild

Lines changed: 0 additions & 42 deletions
This file was deleted.

dev-python/google-api-python-client/google-api-python-client-2.38.0-r1.ebuild renamed to dev-python/google-api-python-client/google-api-python-client-2.71.0-r1.ebuild

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
@@ -9,8 +9,14 @@ PYTHON_COMPAT=( python3_{9..11} )
99
inherit distutils-r1
1010

1111
DESCRIPTION="Google API Client for Python"
12-
HOMEPAGE="https://github.com/googleapis/google-api-python-client"
13-
SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12+
HOMEPAGE="
13+
https://github.com/googleapis/google-api-python-client/
14+
https://pypi.org/project/google-api-python-client/
15+
"
16+
SRC_URI="
17+
https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
18+
-> ${P}.gh.tar.gz
19+
"
1420

1521
LICENSE="Apache-2.0"
1622
SLOT="0"
@@ -19,7 +25,7 @@ KEYWORDS="amd64 arm arm64 x86"
1925
RDEPEND="
2026
>=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
2127
<dev-python/httplib2-1[${PYTHON_USEDEP}]
22-
dev-python/google-api-core[${PYTHON_USEDEP}]
28+
>=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
2329
>=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
2430
>=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
2531
>=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]

0 commit comments

Comments
 (0)