projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f657469
)
dev-python/Numdifftools: Remove py3
author
Michał Górny
<mgorny@gentoo.org>
Tue, 28 Jan 2020 20:41:40 +0000
(21:41 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 28 Jan 2020 20:41:40 +0000
(21:41 +0100)
This has only one revdep that is py2 only, and it is unlikely to be ever
used in py3 packages.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/Numdifftools/Numdifftools-0.9.17.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/Numdifftools/Numdifftools-0.9.17.ebuild
b/dev-python/Numdifftools/Numdifftools-0.9.17.ebuild
index 1be21579e12da6e59b3e6fd9092a0fec110ffe16..cb8945c1e2451b85a527cd5a8f747e20136ae89b 100644
(file)
--- a/
dev-python/Numdifftools/Numdifftools-0.9.17.ebuild
+++ b/
dev-python/Numdifftools/Numdifftools-0.9.17.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python2_7
python3_6
)
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1