Gentoo Archives: gentoo-commits

From: "Hanno Böck" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl-curve25519/
Date: Mon, 03 Feb 2020 10:23:32
Message-Id: 1580725403.a9a7f3e768a06214b2b89938260f04ad0feb39e2.hanno@gentoo
1 commit: a9a7f3e768a06214b2b89938260f04ad0feb39e2
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 10:23:23 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 10:23:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a7f3e7
7
8 dev-python/python-axolotl-curve25519: Remove Python 2.
9
10 No dependencies with Python 2 support any more.
11
12 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
13 Package-Manager: Portage-2.3.87, Repoman-2.3.20
14
15 .../python-axolotl-curve25519-0.4.1_p2-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild
19 index 0fcf7416e0b..6bcd18abb00 100644
20 --- a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild
21 +++ b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28
29 inherit distutils-r1