dev-python/sphinx-notfound-page: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:10:30 +0000 (07:10 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:16:38 +0000 (07:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild

index 17f901e5a1d15dc50187812eded3274ada3816d6..8cf4036c391890fb8ad80bf5f8b97d4480c331c0 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded."