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

View File

@@ -1,3 +1,3 @@
DIST transitions-0.6.9.tar.gz 1386466 BLAKE2B d2ff289f5204d628d113265d405e838b6640850b5c79d218b21fd0f82a5065edc9fccc6b30ab6202172773012ad1c6e02f3c6bf627f545962464a8c361ea2840 SHA512 0cef11d547ae631afcb3dad557ab81b425f825028639787337f700f19073d7cb4c69ba9b6284155b3be85fb3eac4c4abd5b0cf3104dff8d2098c219729de4352
EBUILD transitions-0.6.9.ebuild 711 BLAKE2B cd9c406c70c8b86aa26f3ec59a55edbd10b681aaab6faf71c43a5cb7e8635534db0f6b1dc5c3d9f4805f0514da49688facf1853f45956a5756eced0b132d9793 SHA512 0fb29010af9d93d666122a6c79c345f495912a045be20560207b713658b9a170ff70b5315699a6f7767d866681ea051f26abb687cf8ec56224f2f0c08d5ab3d8
EBUILD transitions-0.6.9.ebuild 718 BLAKE2B 3920934140a5d7a8a00ffa66f75b8fb4804a21ccb17b20dcf701485ce28687d6c9b19e021ddc4ec22c9667823bead2a5a61477123543cc572f9c98ca0293491b SHA512 ab7ce1951af2da51347c67f4c844de228fca2c4d3d914e1925b947415eca411c4e6f3f029eec53952e8c566ba0a96731242ddacc1af34e42447df1ff0e618a8d
MISC metadata.xml 458 BLAKE2B 75d2671394a59ad2218ccfcd333f95d04aa183b569bc12534f7d8cc3396ce9e362a4a15e2e6346c9aef377c9f8a67d42cba0426fc61339fc962bb3fd9955eefc SHA512 d2e03b99dea6b8f8e1285a7945bba826ed0a2eb11c4e10a4775738280f09369de66d99dc38ab3186bb54820515eb0a0e026d715d58b92dba2a37b1e1b9fd081e

View File

@@ -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=""