diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-17 22:10:38 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-17 22:48:00 -0500 |
commit | bcb11e945dc28b30dfe57c2006d1d4dc9d5e8290 (patch) | |
tree | 034e2f4712a9973881d79cbe737f9fbc10617f2d /dev-python/simplegeneric | |
parent | dev-python/oslo-reports: 2.2.0 bump (diff) | |
download | gentoo-bcb11e945dc28b30dfe57c2006d1d4dc9d5e8290.tar.gz gentoo-bcb11e945dc28b30dfe57c2006d1d4dc9d5e8290.tar.bz2 gentoo-bcb11e945dc28b30dfe57c2006d1d4dc9d5e8290.zip |
dev-python/simplegeneric: add py38
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/simplegeneric')
-rw-r--r-- | dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild b/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild index f97cf443efee..d719cc5e73b0 100644 --- a/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild +++ b/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -PYTHON_COMPAT=( python3_{6,7} ) +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -16,10 +15,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" -DEPEND=" - app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" +DEPEND="app-arch/unzip" python_test() { esetup.py test |