Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uncertainties/
Date: Sat, 28 Dec 2019 16:16:58
Message-Id: 1577549782.159d0a4bd8b45e2f60e26590e05a626cf8f7bd8f.soap@gentoo
1 commit: 159d0a4bd8b45e2f60e26590e05a626cf8f7bd8f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:16:22 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 16:16:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159d0a4b
7
8 dev-python/uncertainties: Remove Py2
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/uncertainties/uncertainties-3.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/uncertainties/uncertainties-3.0.1.ebuild b/dev-python/uncertainties/uncertainties-3.0.1.ebuild
17 index d3cb81ec37a..db961f1d769 100644
18 --- a/dev-python/uncertainties/uncertainties-3.0.1.ebuild
19 +++ b/dev-python/uncertainties/uncertainties-3.0.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
25 +PYTHON_COMPAT=( python3_{5,6} )
26
27 inherit distutils-r1