projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5595bdf
)
dev-python/ptyprocess: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7
author
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 09:59:22 +0000
(10:59 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 10:14:45 +0000
(11:14 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
index be8d2e2c601447d67c1d15f403ecf35a4f17cc0b..f1887be46558a7750715e9571a7aaa0627abdd71 100644
(file)
--- a/
dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
+++ b/
dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
@@
-1,8
+1,9
@@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=
6
+EAPI=
7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
inherit distutils-r1