net-analyzer/graphite-web: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Sat, 25 Jan 2020 20:40:09 +0000 (21:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 25 Jan 2020 20:54:08 +0000 (21:54 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild
net-analyzer/graphite-web/graphite-web-1.1.5.ebuild

index 15d71752cb7d1a0353121f1e439ae33b9e20486d..cd145d29ab6fb1235ff0dc9616c8f8106466827f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 prefix
 
index 4b7b320889233f536e9bb9f02344935de7ff0733..25a6afa9f356c516218e4159792d2c59408868fe 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} )  # 3.7 dropped due to dep-hell
+PYTHON_COMPAT=( python3_6 )  # 3.7 dropped due to dep-hell
 
 inherit distutils-r1 prefix