summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-27 10:33:39 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-27 10:37:56 +0200
commitfa5698cc19e362c2303722b228007e51b76554ef (patch)
tree4ac03760a2e3efe10ef5a3ce3b2f505c8e018793 /dev-python/mistune/mistune-0.8.4.ebuild
parentmail-filter/maildrop: drop down to ~hppa (diff)
downloadgentoo-fa5698cc19e362c2303722b228007e51b76554ef.tar.gz
gentoo-fa5698cc19e362c2303722b228007e51b76554ef.tar.bz2
gentoo-fa5698cc19e362c2303722b228007e51b76554ef.zip
dev-python/mistune: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mistune/mistune-0.8.4.ebuild')
-rw-r--r--dev-python/mistune/mistune-0.8.4.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-python/mistune/mistune-0.8.4.ebuild b/dev-python/mistune/mistune-0.8.4.ebuild
index f667b37ae194..63b21c2482ff 100644
--- a/dev-python/mistune/mistune-0.8.4.ebuild
+++ b/dev-python/mistune/mistune-0.8.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
inherit distutils-r1
@@ -15,9 +15,4 @@ SLOT="0"
LICENSE="BSD"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
distutils_enable_tests nose