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/parso/
Date: Tue, 02 Jun 2020 12:01:19
Message-Id: 1591099271.edac594da1cea3e5d95a236e8d80adce717c8308.mgorny@gentoo
1 commit: edac594da1cea3e5d95a236e8d80adce717c8308
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 11:43:50 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 12:01:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edac594d
7
8 dev-python/parso: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/parso/parso-0.7.0.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/parso/parso-0.7.0.ebuild b/dev-python/parso/parso-0.7.0.ebuild
16 index d9dff2d95d4..0ecf39fb866 100644
17 --- a/dev-python/parso/parso-0.7.0.ebuild
18 +++ b/dev-python/parso/parso-0.7.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
24 +PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -14,8 +14,6 @@ SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
29 LICENSE="MIT"
30 SLOT="0"
31 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
32 -IUSE="doc test"
33 -RESTRICT="!test? ( test )"
34
35 distutils_enable_sphinx docs
36 distutils_enable_tests pytest