summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-16 11:02:01 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-16 11:14:48 +0100
commitdf47a1211ac48482906259b6e1ee9d8e0a5e4335 (patch)
tree2e63252b7aa370fcd6e10f0c5ced2ec19eccd65d /dev-python/functools32
parentdev-python/regex: Set DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-df47a1211ac48482906259b6e1ee9d8e0a5e4335.tar.gz
gentoo-df47a1211ac48482906259b6e1ee9d8e0a5e4335.tar.bz2
gentoo-df47a1211ac48482906259b6e1ee9d8e0a5e4335.zip
dev-python/functools32: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/functools32')
-rw-r--r--dev-python/functools32/functools32-3.2.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/functools32/functools32-3.2.3.ebuild b/dev-python/functools32/functools32-3.2.3.ebuild
index 75d446076b66..e02bc5f8163f 100644
--- a/dev-python/functools32/functools32-3.2.3.ebuild
+++ b/dev-python/functools32/functools32-3.2.3.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 pypy )
inherit distutils-r1