preparation for tests with Python 3.8 and/on arm64/Raspberry

This commit is contained in:
2020-01-31 00:19:25 +01:00
parent 37c202ef2f
commit e5cb6eb14d
197 changed files with 399 additions and 398 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ DIST openwebifpy-3.1.0.tar.gz 17712 BLAKE2B afd7c25b7721bd3969f4c40e0bbd2a1f2229
DIST openwebifpy-3.1.1.tar.gz 17791 BLAKE2B 02e3aa691a6c4ea60b2f2b0e56813c8154b1e275409b9a9d65026d8b179bce7b5951d0f035716b52e09e3510c2494055dd3cea39fd4213a7f13ece656a694433 SHA512 eb417b1de3a031b4f870c6c7ba6c2ad2adbf14b88de1448badf97e3240de49b4c284bf9fc974a4ac2506b64ce51c8327774b12eda0d85a0513982c38120bef6a
EBUILD openwebifpy-1.2.7.ebuild 741 BLAKE2B 1757b4b17ca0374006acc5d0d7eef729148da8f382397e4a95ec6898b5960bf4df8ab0e7266a6086279ded56cc0b300baf49c5d6301f98d18ec46e22a18d5058 SHA512 55d70884a473375cb8966f8e772ac9fbea66b305e90f9c26d923aa9193271688824f42bca3f33a29df870ecf2bed021c545802db17a77b4d477695bde66278b3
EBUILD openwebifpy-3.1.0.ebuild 741 BLAKE2B 1757b4b17ca0374006acc5d0d7eef729148da8f382397e4a95ec6898b5960bf4df8ab0e7266a6086279ded56cc0b300baf49c5d6301f98d18ec46e22a18d5058 SHA512 55d70884a473375cb8966f8e772ac9fbea66b305e90f9c26d923aa9193271688824f42bca3f33a29df870ecf2bed021c545802db17a77b4d477695bde66278b3
EBUILD openwebifpy-3.1.1.ebuild 806 BLAKE2B 989654b27d5f3613098392af84579fe13b0a55ce6bc583494b979685c54cea76a2dec9ef0654a45221ece528a6cbcd4ef933209c372efb069134594034c9e724 SHA512 10ada2b8ee98de02a1d2cee379f68a8978030a06ab225801430d6a89f64123ceacfcd3ffa45ddb864b708369a3bdab983d91377282c3dc922fdca011da2b0daf
EBUILD openwebifpy-3.1.1.ebuild 813 BLAKE2B e0b0012eec9b030a79a950944d03b1ac3ec7d82d9c5ef47cf6c23a487712c4773e02229804bb5c450ec7fa99fa3bb941f02caae24a66ff24233bc8de888ea942 SHA512 b225e368c48f2c9b3afe8340dc3ca17b6d952722b65c5422082370ec7f4840a313d3b5b72fed6f5e9c6d9b2b87e8d86718a9971e9abdcf5461cb102b69b90db8
MISC metadata.xml 456 BLAKE2B 9d5f1d316a5416c35c637af9e8110a196eac7b23077593784ca05cc985de63b4bec456cbf64ae5fdf92e3938cf4832d5c53ae502bb029eb40979a50c7ae1f627 SHA512 5f3faa65ca4f7a0aed499f4def56136bb63fc3048caedcf7ff4d4b43ad20b5a4f1a75960322bdf4e24b741778db68a2bbe3015a5e8d43cbdc62f6b4c0a0f571d
@@ -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="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~arm64"
IUSE="test"
RDEPEND=">=dev-python/requests-2.21.0-r1