dev-python/ipywidgets: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 2 Dec 2019 09:01:35 +0000 (10:01 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 4 Dec 2019 17:12:01 +0000 (18:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ipywidgets/ipywidgets-7.0.0.ebuild
dev-python/ipywidgets/ipywidgets-7.4.2.ebuild

index b3ffc2d464c3e6cec8c6ced5e6b61b0070e5ae77..ec689a62efb00e920ae984040ab4d103d9b4e902 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
index 5bb17262636915e81da3a7cf4f9326cb845349c7..d8ac18b762d031cda7eaa0662f265b467ca0952c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1