add PYTHON_COMPAT=( python3_{8..10} ) for core packages

This commit is contained in:
2021-06-14 20:28:17 +02:00
committed by Andreas Billmeier
parent 093a6599d4
commit 8c62ead53d
36 changed files with 52 additions and 52 deletions

View File

@@ -1,3 +1,3 @@
DIST PyJWT-1.7.1.tar.gz 41979 BLAKE2B 5604b309838b2dfb2f95e18e291c43703954664aa8acb7439072f002c1c8a1e49ff2c21d907be77a4d2f86e695ec71970d550aad2541252ac85bd7133e300b28 SHA512 70cd38127b6848933992c8b88303725ef71bfb430ad42eb63247e549b0bdab2a194137349d43ab02a1c97212dbc89f447ee3f0c5403dd14632b8b4b6b9235fc4
EBUILD pyjwt-1.7.1-r1.ebuild 1277 BLAKE2B 37244e0653072aef88bdb770674ed240d4304f237af1ef80a04c8faf588f7b7584d8658f9ad3b47ac37ca9671c243f9578cda36ab373f7409dc60a80ffc68eff SHA512 b5c3a73f5046362475f6a183a443b4da367cf2a665687fc927072570e12ce7d665a686befbb52fb7a22bbc5590f5e56f050c1555ac3b1a07b6e1215163af0857
EBUILD pyjwt-1.7.1-r1.ebuild 1280 BLAKE2B 40a0311e4a04c7501da1016c117d05c712cc2f99250ef5f6896c02b10560ca527215f4c30986d4632872262d102bd085659d8973ce2a9c1dc2c48ed18b9e6714 SHA512 6ee20f88461880be62ac68e4ef6946ba373b89924b2f462137c8e0f89a77c5a5ed756bb0ab37fb02e857815b91c800effa1526d719b752cebe3a85fadb6ea9c8
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af

View File

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