summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-16 10:58:42 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-16 11:14:44 +0100
commit5595bdf36e5ba9a604462564f483bba607bb5252 (patch)
tree063b34d34f455456f9ec407755d6d21a2ad24981 /dev-python/snowballstemmer
parentdev-python/backports: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7 (diff)
downloadgentoo-5595bdf36e5ba9a604462564f483bba607bb5252.tar.gz
gentoo-5595bdf36e5ba9a604462564f483bba607bb5252.tar.bz2
gentoo-5595bdf36e5ba9a604462564f483bba607bb5252.zip
dev-python/snowballstemmer: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/snowballstemmer')
-rw-r--r--dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
index 4515f1964935..c1cb67664e4f 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -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