cleanup, add new Python Targets, Letter 'A'

This commit is contained in:
2021-07-11 22:12:56 +02:00
committed by Andreas Billmeier
parent 82ec5a8f3d
commit b69a93d9d7
137 changed files with 268 additions and 1308 deletions

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
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86 amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-2.18.4[${PYTHON_USEDEP}]