re-work (old) google-api-python-client-1.6.4 again
This commit is contained in:
parent
8791740870
commit
ecfb56ecf1
@ -1,4 +1,4 @@
|
||||
AUX google-api-python-client-1.8.3-tests.patch 1118 BLAKE2B 41900d0b3358128626090b94f8e2a1f767a31dce97efb3c7c5750704a27f9c962cde240caafcc883497b71209c7c8b6733464d1dfee00ad13d2707cb2beee397 SHA512 a14830727ab93bece5c65d303276b6ba85c5fbe8335d97be2f0478a7ab1d37d9be688c859b4ff4ecaf966a9d95f245276c81dd4d7d4e9bb31164a33ecabf32ac
|
||||
DIST google-api-python-client-1.6.4.tar.gz 4254802 BLAKE2B befbda9fb7919590391125d88707178628b4629933291b68bacddc9559a2d09f89f125f2600aa7b9fa9cb83e02f53e5c50065d94b3282c3349dc66cb3f98bd0d SHA512 9a605a283f42151cb6b06b8cc5caf8fc230f14f5de944b2e5fedb49c91c845aed40e14350db85183bbebcc64494e75252baf3cb9bf33f377517bc718c0e98e23
|
||||
EBUILD google-api-python-client-1.6.4.ebuild 1231 BLAKE2B 75db8c0e2207226e3d32e74b83d6939d4de093f8d359777f85c20b5c4284d47c5f124c92f7ad637b89c86eee5777100b5a4bb661d0568ff118267d11c858d833 SHA512 38834fffe6cf1a89beef4ffd04524de08873da76d0113fc94d2f10408b7bf9ff599ed18ba7c9932b2e96718bc98fac8e91d53be2feb7b10f3843ce87640114fc
|
||||
EBUILD google-api-python-client-1.6.4.ebuild 1116 BLAKE2B 98ddf737a8c9f415620eddfb28fb45a055945e0df757c37478232cc047cd8046fdd4630f324f4a53dd7d9e7322141b08a107fb280d98c78ac15c5328ea1a1f30 SHA512 de90cd3bb3784d1b0eac2646a1ab9972418930f5da73dc7f92fcba9b340de80962be82100fbafbca87e2f4f3d0e504f215f0ea46b71f464f15064ea737bfa91c
|
||||
MISC metadata.xml 381 BLAKE2B 2a802e6c566da699864dd520badb0a91eed1b7a1f26e3f20d6bd6bf7993325d07859034694d7d510984835369ea27a0c25241d9d202b3fc31fa2b52d26e42b6f SHA512 02a4ce0b16adaeaa44e041a2bfc0a4f97eb63914d10064403dae1581e3fdfda93673bb750a60e56b83c0bee46395266f7a5b846dfd65bf157253c733c8077216
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
@ -16,7 +16,6 @@ SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/httplib2-0.9.2[${PYTHON_USEDEP}]
|
||||
@ -25,7 +24,6 @@ RDEPEND="
|
||||
<dev-python/oauth2client-5[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/uritemplate-3.0[${PYTHON_USEDEP}]
|
||||
<dev-python/uritemplate-4[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.6.1[${PYTHON_USEDEP}]
|
||||
<dev-python/six-2[${PYTHON_USEDEP}]
|
||||
"
|
||||
@ -33,7 +31,6 @@ DEPEND="${RDEPEND}
|
||||
test? (
|
||||
dev-python/google-auth-httplib2[${PYTHON_USEDEP}]
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/unittest2[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_prepare_all() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user