summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-09-18 21:08:22 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-09-20 22:58:34 +0100
commit08dd88abd95b2e4189f54db699de52c869e89ab8 (patch)
tree781a58714942388dbd7b9cc32a217bb25b159d6f /dev-python
parentdev-python/trezor: update EAPI 7 -> 8 (diff)
downloadportage-08dd88abd95b2e4189f54db699de52c869e89ab8.tar.xz
dev-python/mistune: update EAPI 7 -> 8
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/mistune/mistune-0.8.4-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/mistune/mistune-0.8.4-r1.ebuild b/dev-python/mistune/mistune-0.8.4-r1.ebuild
index 9a918abf..2dfe24a7 100644
--- a/dev-python/mistune/mistune-0.8.4-r1.ebuild
+++ b/dev-python/mistune/mistune-0.8.4-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
+PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 arm arm64 x86"
distutils_enable_tests nose