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

index 1e77d33caa6fa5800d3ab651086e1d393a7d4004..e1d659212525b7fee4e99e03594acdadc0f700c8 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 4bf42f57165108890e7a635eb5c8ff439f27a276..747f74cfe1a67431dd38b5fe276d2f4dbaf5e54d 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