preparation for tests with Python 3.8 and/on arm64/Raspberry
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST python-forecastio-1.4.0.tar.gz 7222 BLAKE2B 5977529c999269e81ec5a941c08a8fc3bf11ee24fd58c6598449e78f75f91afcd1dad76d368a9ce2b4ae8ea5067d1dcf05e1a37b9404f6d4a75cc21aa51dae44 SHA512 2a8599e1edd2787403042c1a001d214908c9621079ab41c74b543f708a2c52bc24d7132bbcd876aa9303bd1d5f176893034386ff9114c677f7f03de5740603de
|
||||
EBUILD python-forecastio-1.4.0.ebuild 804 BLAKE2B 908a2b79d28d159f5b56a5de23ec5d79433a10c515eba27ffceaa690041069a6f6059ec5a3138c4752f164c23b76f8562a5dfbad994e6aa449ecaa3b4690ee73 SHA512 2574fd13d56e010368d1873117abb49aa92030cd1aac89d1818fff1c8c28a91becb48fcee68859f4c464be0d0ae37195fa8bc33f7e9ae39cbcf67fe4faae559f
|
||||
EBUILD python-forecastio-1.4.0.ebuild 811 BLAKE2B 80d6e09a25559aec95f6a409b76ac9751b5a1ec25887b8730eae3cc22b577080fffafb72288095918ce8bfa895c0eab01b5e50c02c9bf1bde151743150514c63 SHA512 b4bcbceab03591a6504a94a2579c0530bd6bd7f21e5ef5e799430109217e26f393a02671dfebb267fece8a343e7097c60822d13fbc67ce97dae76aafaafc60b4
|
||||
MISC metadata.xml 462 BLAKE2B 0f01bd6bf390a57e42a2a16ce032fc5e248e5f4e74e51167481d2ea687810201adde65dea911233eda8c64197d41e6ccf9eaaedd2abbc0c807a2af8762ce4eab SHA512 c8784817d55e2016ae40d695effe7d01dfcecc7da8e38adc65c623fd19d7f7016483efcd405c12a37f051fddb969244212ef68645bd3a88c06d05535818938cf
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~arm64"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/responses[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user