dev-python/google-api-python-client: remove (deprecated) nosetests

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2022-10-18 22:32:38 +02:00 committed by Andreas Billmeier
parent 15de70cccb
commit 3444f0cf3c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 6 additions and 7 deletions

View File

@ -1,5 +1,5 @@
DIST google-api-python-client-1.6.4.tar.gz 4254802 BLAKE2B befbda9fb7919590391125d88707178628b4629933291b68bacddc9559a2d09f89f125f2600aa7b9fa9cb83e02f53e5c50065d94b3282c3349dc66cb3f98bd0d SHA512 9a605a283f42151cb6b06b8cc5caf8fc230f14f5de944b2e5fedb49c91c845aed40e14350db85183bbebcc64494e75252baf3cb9bf33f377517bc718c0e98e23
DIST google-api-python-client-2.38.0.tar.gz 29194978 BLAKE2B 741cf925256f0bd648e68c339233cfc13a9eaa12e123e202eab64b8389bc493755838c3da8ca4e7f4ffeecacec783c41f37df1847edf0fb54387d58163c112fc SHA512 b93f1f946ebab226b9fdd9012c3ae70563197a895d9069f09c7eb8926cd8fe5567535d3677a6824f66720b9ed1f0a732f02be9440dc800a13cb7e335728a3ce8
EBUILD google-api-python-client-1.6.4.ebuild 1117 BLAKE2B 8e3ee91878988af0a96be1f5807e478bbc2344ff09afea57e89768908e6f42ace7668d047ba84799af26d95bb0862a5f5fcd75ed2e35d9c7d0f92ae6952b3c01 SHA512 aadc73841313f303162f8794aa47663f141160f4d5fdcb5206cfb208b1b7d9fb611d6aae56cb69827872f0e5af41e0aa41493fa5274f0708bb004f8689466ce7
EBUILD google-api-python-client-2.38.0-r1.ebuild 1370 BLAKE2B 4beaa5e82d45beb27773ac3a4d52bfe2b20da5c887c72cba5b0cd74fa5341f77d75c62ecf6f74a52a67f2f81b3897513e553845866c39350d2e41dbeb4edb1c7 SHA512 b2a516e55f37ea19f437186343cdbffaa0ba7b6aa49aa541fd19535f3ea2b8d7ef32f57eb4282fa38fdbc05855fc8630cc2aeff067cda43850e6c5f573cc8f41
EBUILD google-api-python-client-1.6.4.ebuild 1079 BLAKE2B d6753aacb34db8307c46253968758d74b3080ff4e69b18b2651bf9bf378e31e7531a06f37fc9eb431e12f9d8e2a59838a1694490cdea8c6ef618798a0dd56f9a SHA512 5cc3972327fbfef63b6d3189ac81f5baf47a3250a1052091735bb3975155fb9b207eaad792b225e736b90b86f831eaeb6774d087011f53ee74c04d2ce17a527d
EBUILD google-api-python-client-2.38.0-r1.ebuild 1368 BLAKE2B cf54db9be090686a4ea358483852eeadff3376fc557ca20c6d38d0158a4d2bd24973cdeca0ad2b2e8a309ba7a42243c5f01a79ce1431cbca859f2d5eaa988cb0 SHA512 1fe1306693a10b482da273b4d6be71089cac42cdc28eb1e0b5da065ab43145bb700dc85576656b0f834a38469dc08e9418bd44ef45a25bce521574a976c80fbf
MISC metadata.xml 381 BLAKE2B 2a802e6c566da699864dd520badb0a91eed1b7a1f26e3f20d6bd6bf7993325d07859034694d7d510984835369ea27a0c25241d9d202b3fc31fa2b52d26e42b6f SHA512 02a4ce0b16adaeaa44e041a2bfc0a4f97eb63914d10064403dae1581e3fdfda93673bb750a60e56b83c0bee46395266f7a5b846dfd65bf157253c733c8077216

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="https://github.com/google/google-api-python-client/archive/v${PV}.tar.g
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@ -30,7 +30,6 @@ RDEPEND="
DEPEND="${RDEPEND}
test? (
dev-python/google-auth-httplib2[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
)"
python_prepare_all() {

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -14,7 +14,7 @@ SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.t
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86"
KEYWORDS="amd64 arm arm64 x86"
RDEPEND="
>=dev-python/httplib2-0.15[${PYTHON_USEDEP}]