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,2 +1,2 @@
EBUILD maxcube-api-0.1.0.ebuild 859 BLAKE2B d0b79ce1d08f1d0713857b5a877e34ec01355cb0feb3747662ce67b71931bd12996da3f03595c55f799ba704b7adf5e99623394aba798d1a409b7bd43cfef273 SHA512 3e3f7a95585291af23d312b3ae7d4960db2366ab8ad3c1354a13280045498a94bebd32aa7d5e766f39f3e7ceaab8b7e8c7b55b950817410a15e982ddca83761b
EBUILD maxcube-api-0.1.0.ebuild 868 BLAKE2B 212f1cf9b6466e99838ab55ea310ce8c4bd82a3dc83503b0a8139e577afbea69e20a58a1cb13dde253ac498ab9697d937fda422e26f6a49b65451159e7d486c1 SHA512 87b03164c51bbf1e114f3552314b3e1b57e9a9018b299322766ab599f7b9d7edcb9cb83d1a70054cb4ea61dad2ba161647fb3157f356b842a8bbcdcb221d3883
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af

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=6
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1 git-r3
@@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/hackercowboy/python-maxcube-api.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~arm64"
IUSE="test"
MY_PN="maxcube"