add PYTHON_COMPAT=( python3_{8..10} ) for the rest of the -min Ebuild (untested)

This commit is contained in:
2021-06-14 19:34:29 +02:00
committed by Andreas Billmeier
parent 7beabc840c
commit 777cac2449
88 changed files with 111 additions and 1358 deletions

View File

@@ -1,3 +1,3 @@
DIST python-forecastio-1.4.0.tar.gz 7222 BLAKE2B 5977529c999269e81ec5a941c08a8fc3bf11ee24fd58c6598449e78f75f91afcd1dad76d368a9ce2b4ae8ea5067d1dcf05e1a37b9404f6d4a75cc21aa51dae44 SHA512 2a8599e1edd2787403042c1a001d214908c9621079ab41c74b543f708a2c52bc24d7132bbcd876aa9303bd1d5f176893034386ff9114c677f7f03de5740603de
EBUILD python-forecastio-1.4.0.ebuild 816 BLAKE2B 236c7ae8ad76563fb733ef55ebd8619d5f6fc7f6c0838b176f44b093d6f98051632608e0266f71af269abad8181f00f246884fff3552ba32fb40ac352e957c45 SHA512 02c3d2c32b6e32a4fe16202f3d8e8d9aa7b60c642ddb6305272f001db3a714e5ebdd477be5027977793601a0f144d7522aa0260564a6f7e28ed3009aae9dd6da
EBUILD python-forecastio-1.4.0.ebuild 816 BLAKE2B c781793a4cccbb3cef138717a0cb61ee85f4d0ab31938f672013a9d60e9e9029cb4c68fbf493ab6c22179c921be68e23aa98ab047ec9a7f7b821bc51376c9017 SHA512 a16e82e676ec0dd96468bfeee4824cf63693932b0599d441121a515b848330b736ca5cb669ab5fb6c979980c237eb67dc3d30555b1c7372a7f1a3e8df34e04a2
MISC metadata.xml 462 BLAKE2B 0f01bd6bf390a57e42a2a16ce032fc5e248e5f4e74e51167481d2ea687810201adde65dea911233eda8c64197d41e6ccf9eaaedd2abbc0c807a2af8762ce4eab SHA512 c8784817d55e2016ae40d695effe7d01dfcecc7da8e38adc65c623fd19d7f7016483efcd405c12a37f051fddb969244212ef68645bd3a88c06d05535818938cf

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="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1