dev-python/sphobjinv: add py3.8

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-02-17 19:21:22 +01:00
parent a720e9fc59
commit 10e29e31f6

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_7 )
PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
@@ -17,7 +17,7 @@ HOMEPAGE="
SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86 "
KEYWORDS="~amd64 ~x86"
SLOT="0"
RDEPEND="
@@ -47,6 +47,9 @@ python_prepare_all() {
# not sure why this fails
rm tests/test_flake8_ext.py || die
# --strict option is deprecated in pytest>6
sed -i -e '/addopts/d' tox.ini || die
distutils-r1_python_prepare_all
}