projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e2a864
)
dev-python/blosc: Supports python 3.8
author
Pacho Ramos
<pacho@gentoo.org>
Thu, 26 Dec 2019 20:49:36 +0000
(21:49 +0100)
committer
Pacho Ramos
<pacho@gentoo.org>
Thu, 26 Dec 2019 20:50:06 +0000
(21:50 +0100)
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
dev-python/blosc/blosc-1.5.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/blosc/blosc-1.5.1.ebuild
b/dev-python/blosc/blosc-1.5.1.ebuild
index e67958e3439b80fe464483a9ea7ba2e1137362ec..99be814c87b6f7f13efb361242b0dee8bd7c5de7 100644
(file)
--- a/
dev-python/blosc/blosc-1.5.1.ebuild
+++ b/
dev-python/blosc/blosc-1.5.1.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7
,8
} )
inherit distutils-r1