Skip to content

Commit bc8c4d7

Browse files
committed
dev-python/oauth2client: disable py3.10, py3.9
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 1678d6e commit bc8c4d7

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

dev-python/oauth2client/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DIST oauth2client-4.1.3.tar.gz 155910 BLAKE2B f4c5cd9a9fe0995638152180c0ed61627a88ccfd90ba4ea9d7ebc954deb42b39c340ef9634504a20e535aaf6cd96c0a98484527aa278f6b825fe6f461e4a69c7 SHA512 6ca6830c0461295b60598ef3e7ee047aa9fa463d1d2c19c18d6b8606a5b30b11f0798e06c51bd5be63afd8d408442fd846c2867f112655186f55c7dc8e0b7786
2-
EBUILD oauth2client-4.1.3.ebuild 933 BLAKE2B 59d9161bbd4936a5a4e34c3aa8d93a001301522e523c2fad6efe18c6382082f165241e6bc4b5d9ee990cd68c86f370076cbef591fe4160138014f61a6f8838df SHA512 e1503d1d309fc08dc1944a27627e4c5dd4a6907767d05763c6691ef65a179b1c9b68ecdb1bab70ccf330c4ee932a06800071dfabd5d117f11c4a043f037e6976
2+
EBUILD oauth2client-4.1.3.ebuild 832 BLAKE2B 3dd12a723ff3daa944e81411623acfeb3d8bdf7606b3a6bb5958a891137f333a8ea7e83b477d0e4b47bb149067d96fa77c5648d09ca78c4946110a9fbaa2ba03 SHA512 012adc70dcd23930fd4d62cdd869c8f65a31bc3ffba7ad9fa0b9362b68fbcc8086d2aaeced7ee3914cf2bcbb117250a40968be3b82521dcca5951f39820687d8
33
MISC metadata.xml 529 BLAKE2B 51e0223faba13b317a06bc425d2f0a97cb23bfb166337c741a6d66226ef7d92690a71904d2e3259db863ecb8945749d151a9eb007d1574cc7632c7db6052c8f3 SHA512 ba8661acf8320d256abf5e257e53e08455c7fcb1a277843859a07ba8bdcc85390b97d83fe336fa93040b33d275ecf16d42b5929bb3b6143950c4e9349ea71394

dev-python/oauth2client/oauth2client-4.1.3.ebuild

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

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{9..13} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99

@@ -23,13 +23,5 @@ RDEPEND=">=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
2323
|| ( >=dev-python/pysnmp-pyasn1-modules-0.0.5[${PYTHON_USEDEP}] dev-python/pyasn1-modules[${PYTHON_USEDEP}] )
2424
>=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
2525
>=dev-python/six-1.6.1[${PYTHON_USEDEP}]"
26-
BDEPEND="
27-
test? (
28-
dev-python/pytest[${PYTHON_USEDEP}]
29-
)"
30-
31-
python_test() {
32-
py.test -v -v || die
33-
}
3426

3527
distutils_enable_tests pytest

0 commit comments

Comments
 (0)