File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
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
3
3
MISC metadata.xml 529 BLAKE2B 51e0223faba13b317a06bc425d2f0a97cb23bfb166337c741a6d66226ef7d92690a71904d2e3259db863ecb8945749d151a9eb007d1574cc7632c7db6052c8f3 SHA512 ba8661acf8320d256abf5e257e53e08455c7fcb1a277843859a07ba8bdcc85390b97d83fe336fa93040b33d275ecf16d42b5929bb3b6143950c4e9349ea71394
Original file line number Diff line number Diff line change 1
- # Copyright 1999-2023 Gentoo Authors
1
+ # Copyright 1999-2024 Gentoo Authors
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
4
EAPI=8
5
5
6
- PYTHON_COMPAT=( python3_{9 ..13} )
6
+ PYTHON_COMPAT=( python3_{11 ..13} )
7
7
DISTUTILS_USE_PEP517=setuptools
8
8
inherit distutils-r1 pypi
9
9
@@ -23,13 +23,5 @@ RDEPEND=">=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
23
23
|| ( >=dev-python/pysnmp-pyasn1-modules-0.0.5[${PYTHON_USEDEP} ] dev-python/pyasn1-modules[${PYTHON_USEDEP} ] )
24
24
>=dev-python/rsa-3.1.4[${PYTHON_USEDEP} ]
25
25
>=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
- }
34
26
35
27
distutils_enable_tests pytest
You can’t perform that action at this time.
0 commit comments