dev-python/watchdog: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 20:44:16 +0000 (21:44 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 20:46:05 +0000 (21:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/watchdog/watchdog-0.8.3-r2.ebuild
dev-python/watchdog/watchdog-0.9.0.ebuild

index 0eda092020e30a72271a26b8f51b393374fe3074..7b2615c34eee014eaa57bd000cf9850eb9a8fc1c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6)
+PYTHON_COMPAT=( python3_6)
 
 inherit distutils-r1 eutils
 
index 66298b1769937f3ba2475b432b3b5abcbd199af8..bf9ebf05fb64d0ee5843029125472009d24248db 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7})
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils