dev-python/kconfiglib: mark as compatible with Python 2.7 and PyPy
authorUlf Magnusson <ulfalizer@gmail.com>
Thu, 11 Jul 2019 19:52:59 +0000 (21:52 +0200)
committerTim Harder <radhermit@gentoo.org>
Thu, 18 Jul 2019 05:07:23 +0000 (23:07 -0600)
menuconfig.py has been Python 2.7-compatible since Kconfiglib 12.2.0.
All utilities now run under Python 2.7 and Python 3.2+.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Tim Harder <radhermit@gentoo.org>
dev-python/kconfiglib/kconfiglib-12.12.1.ebuild

index 42e22c8f41fbd183f99371646ca7ccf6dc4c4090..34529da5d919c2447b0a1387ef1fe544db120281 100644 (file)
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-# menuconfig script doesn't work on py2 so skip it
-PYTHON_COMPAT=( python3_{5,6,7} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1