Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/
Date: Wed, 27 May 2020 08:38:06
Message-Id: 1590568676.fa5698cc19e362c2303722b228007e51b76554ef.mgorny@gentoo
1 commit: fa5698cc19e362c2303722b228007e51b76554ef
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 08:33:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 08:37:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5698cc
7
8 dev-python/mistune: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/mistune/mistune-0.8.4.ebuild | 7 +------
13 1 file changed, 1 insertion(+), 6 deletions(-)
14
15 diff --git a/dev-python/mistune/mistune-0.8.4.ebuild b/dev-python/mistune/mistune-0.8.4.ebuild
16 index f667b37ae19..63b21c2482f 100644
17 --- a/dev-python/mistune/mistune-0.8.4.ebuild
18 +++ b/dev-python/mistune/mistune-0.8.4.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
24 +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -15,9 +15,4 @@ SLOT="0"
29 LICENSE="BSD"
30 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
31
32 -BDEPEND="
33 - dev-python/cython[${PYTHON_USEDEP}]
34 - dev-python/setuptools[${PYTHON_USEDEP}]
35 -"
36 -
37 distutils_enable_tests nose