cleanup, add new Python Targets, Letter 'N' and parts of P Integrations

This commit is contained in:
2021-07-13 21:07:46 +02:00
committed by Andreas Billmeier
parent d5a883b3bf
commit 527641ec45
142 changed files with 244 additions and 1545 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..8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -16,7 +16,9 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/httplib2[${PYTHON_USEDEP}]"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (