dev-python/sphinxcontrib-napoleon: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:16:04 +0000 (17:16 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:16:04 +0000 (17:16 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.5.2.ebuild
dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.6.1.ebuild

index 19cc3532cc1efd264c5704e9a0c97b0702afb975..41e94f42b8e596c1c38f5980aa0beefe0b676dfe 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_5 )
+PYTHON_COMPAT=( python3_5 )
 
 inherit distutils-r1
 
index 8fc2318b8483b2a777e982af3dc63601970ea9a0..135baa8b3f462b444c6af784356e074978f36802 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1