update stdlib-list-0.8.0

This commit is contained in:
2021-06-18 19:06:54 +02:00
committed by Andreas Billmeier
parent 2a8abaaf80
commit 762578c1d1
3 changed files with 39 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
# 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
DESCRIPTION="A list of Python Standard Libraries (2.6-7, 3.2-8)."
DESCRIPTION="A list of Python Standard Libraries (2.6-7, 3.2-9)."
HOMEPAGE="https://github.com/jackmaney/python-stdlib-list https://pypi.org/project/stdlib-list/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
@@ -19,7 +19,7 @@ IUSE="test"
DOCS="README.md"
RDEPEND=""
BDEPEND="${REDEPEND}
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]