projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f01275
)
dev-python/functools32: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7
author
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 10:02:01 +0000
(11:02 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 10:14:48 +0000
(11:14 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/functools32/functools32-3.2.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/functools32/functools32-3.2.3.ebuild
b/dev-python/functools32/functools32-3.2.3.ebuild
index 75d446076b666c9c886d44f6b84749662aaf40f3..e02bc5f8163fc3feb93b9870e0c800e2edbe268e 100644
(file)
--- 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