dev-python/snowballstemmer: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Dec 2019 09:58:42 +0000 (10:58 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Dec 2019 10:14:44 +0000 (11:14 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild

index 4515f196493519e314c3eb808a49b5737585e4a2..c1cb67664e4ff7164fbef93f2e2a333163868d09 100644 (file)
@@ -1,8 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
 
 inherit distutils-r1