projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e956857
)
dev-python/ipyparallel: Remove py2
author
Michał Górny
<mgorny@gentoo.org>
Mon, 2 Dec 2019 09:01:32 +0000
(10:01 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 4 Dec 2019 17:11:54 +0000
(18:11 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ipyparallel/ipyparallel-6.0.2-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/ipyparallel/ipyparallel-6.0.2-r1.ebuild
b/dev-python/ipyparallel/ipyparallel-6.0.2-r1.ebuild
index 652e64e4cf883b406f69d1a307adb1409f7b393f..eaecfdeb101e4adc7baf6c43db34da255480188b 100644
(file)
--- a/
dev-python/ipyparallel/ipyparallel-6.0.2-r1.ebuild
+++ b/
dev-python/ipyparallel/ipyparallel-6.0.2-r1.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python
2_7 python
3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1