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

index 692019f03ae008a36dfab6ec62d2966fda8d8e9c..a968a3970e1ef97057c05c7b922dd324eca4e118 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_5 )
+PYTHON_COMPAT=( python3_5 )
 inherit distutils-r1
 
 DESCRIPTION="Python library for MurmurHash3, fast and robust hash functions."
index 45f7f983ab3e5fb11005f973ed88a700bca88588..3e464006592948a05209708108675340551978f5 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python library for MurmurHash3, fast and robust hash functions."