projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ed3b0a
)
dev-python/opt-einsum: Remove Python 2
author
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 05:18:35 +0000
(06:18 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 05:18:35 +0000
(06:18 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/opt-einsum/opt-einsum-3.0.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/opt-einsum/opt-einsum-3.0.1.ebuild
b/dev-python/opt-einsum/opt-einsum-3.0.1.ebuild
index 777132fc40154ae5985e0e167d7ecf2a6e49e651..45bd617ea825240bf7df910bcfa6c68e7a8c9e52 100644
(file)
--- a/
dev-python/opt-einsum/opt-einsum-3.0.1.ebuild
+++ b/
dev-python/opt-einsum/opt-einsum-3.0.1.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python
2_7 python
{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
DESCRIPTION="Optimized Einsum: A tensor contraction order optimizer"