diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-27 10:33:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-27 10:37:56 +0200 |
commit | fa5698cc19e362c2303722b228007e51b76554ef (patch) | |
tree | 4ac03760a2e3efe10ef5a3ce3b2f505c8e018793 /dev-python/mistune | |
parent | mail-filter/maildrop: drop down to ~hppa (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/mistune/mistune-0.8.4.ebuild | 7 |
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 |