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/elementpath/
Date: Tue, 26 May 2020 12:58:44
Message-Id: 1590497903.ec8159d820c4e6f8b5b5e2bd6773c0c6e3ec6791.mgorny@gentoo
1 commit: ec8159d820c4e6f8b5b5e2bd6773c0c6e3ec6791
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 26 10:44:40 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 12:58:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8159d8
7
8 dev-python/elementpath: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/elementpath/elementpath-1.4.5.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/elementpath/elementpath-1.4.5.ebuild b/dev-python/elementpath/elementpath-1.4.5.ebuild
16 index fa02bf8a9d4..dd056a9406a 100644
17 --- a/dev-python/elementpath/elementpath-1.4.5.ebuild
18 +++ b/dev-python/elementpath/elementpath-1.4.5.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
24 +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
25 inherit distutils-r1
26
27 DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
28 @@ -18,7 +18,6 @@ IUSE="test"
29 RESTRICT="!test? ( test )"
30
31 BDEPEND="
32 - dev-python/setuptools[${PYTHON_USEDEP}]
33 test? (
34 dev-python/lxml[${PYTHON_USEDEP}]
35 dev-python/xmlschema[${PYTHON_USEDEP}]