apcaccess-0.0.13 PYTHON_COMPAT, fixes #212

This commit is contained in:
Andreas Billmeier 2021-06-27 20:19:54 +02:00 committed by Andreas Billmeier
parent 3e57487fe7
commit a661b6d79a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
DIST apcaccess-0.0.13.tar.gz 3009 BLAKE2B a312af5183227c074b9a45dba351869900a7ee78870b5cb39c52772d80471e6ab4cfc6884aca885d0041fc6f0a90ab8dae6909466ead953968a605b05ff69342 SHA512 b85035b980a8df508489d26fc6c00260da4bf7416cb5313c5353c6b0ecc3a5120d28bdd4d748001b8599f8c5173f6259aec662b92192d903b6a6f9eb1134dccf
EBUILD apcaccess-0.0.13.ebuild 677 BLAKE2B 0e01084cc1c9a5b4e07e2572672133f3699c4053e82286364afcc63355323b99beb3801c3dd78168d520c29fc2974e8efe88de321e441b9e9549d550383b3c3e SHA512 9371a80cc3bbee09bc7f0ebbde797c994394733345aeba60d6af901302d6bc1fd856407f3ac5a7296a82d3b67dc8fda43e94ce6fc5935e5a1381d94b4947c6cf
EBUILD apcaccess-0.0.13.ebuild 679 BLAKE2B 19d6694a314430ff66b25f32a5fdb0a0658cd71e059263dd67c4331ea82a5c8c158bf1d7dce912d177c3ead6efc756a0773466ebbb0a4db98772a507f0d925b8 SHA512 982e68071ebdded426a79672bbfcb4086c55bc8fcb17087869a7f645f51ee049804df760aaa4de34e694d6cb3c849b4942ec2edf7d1fb720c27023a080f885b7
MISC metadata.xml 215 BLAKE2B 67972f243584f1e8bf65fad8af2ede25e4581be963f84ea3d8c33932543f64c0bd6343a9f5a1111ae1ba73057187bdf1a1dbf4d8d5ff28a132a70be8db0dd970 SHA512 b4c6c1bcd573ecb25c4a83d84b036113281f19e00e7f6ea024b7142f91a646ed6309658a74d0d985ec0413baf6a620068cbd48b4fd3b5bb62471ec165b7d8d84

View File

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1