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: Mon, 03 Feb 2020 14:55:16
Message-Id: 1580741703.8288f140e3c1a4112718b9e3b2dad97341ce77b9.mgorny@gentoo
1 commit: 8288f140e3c1a4112718b9e3b2dad97341ce77b9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 13:29:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 14:55:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8288f140
7
8 dev-python/elementpath: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/elementpath/elementpath-1.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/elementpath/elementpath-1.3.1.ebuild b/dev-python/elementpath/elementpath-1.3.1.ebuild
16 index 5e43008a1b0..a87888e16ee 100644
17 --- a/dev-python/elementpath/elementpath-1.3.1.ebuild
18 +++ b/dev-python/elementpath/elementpath-1.3.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
24 +PYTHON_COMPAT=( python3_{6,7,8} )
25 inherit distutils-r1
26
27 DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"