projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69176a2
)
dev-python/backports: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7
author
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 09:57:31 +0000
(10:57 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 10:14:42 +0000
(11:14 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/backports/backports-1.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/backports/backports-1.0.ebuild
b/dev-python/backports/backports-1.0.ebuild
index a9de582f390465963d868934ad2d393f0112c817..d4bf62bd622a29c50d659a05c88fe661f5bf3161 100644
(file)
--- a/
dev-python/backports/backports-1.0.ebuild
+++ b/
dev-python/backports/backports-1.0.ebuild
@@
-1,7
+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,8} pypy{,3} )
inherit distutils-r1