mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-python/3to2: Remove Py2
Closes: https://github.com/gentoo/gentoo/pull/14142 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Tool to refactor valid 3.x syntax into valid 2.x syntax"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_5} )
|
||||
PYTHON_COMPAT=( python3_5 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Tool to refactor valid 3.x syntax into valid 2.x syntax"
|
||||
|
||||
Reference in New Issue
Block a user