projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41100f1
)
dev-python/jsonxs: add py3.7 + py3.8 support.
author
Patrice Clement
<monsieurp@gentoo.org>
Sun, 19 Apr 2020 11:48:37 +0000
(13:48 +0200)
committer
Patrice Clement
<monsieurp@gentoo.org>
Sun, 19 Apr 2020 11:49:22 +0000
(13:49 +0200)
Bug: https://bugs.gentoo.org/718162
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-python/jsonxs/jsonxs-0.6.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/jsonxs/jsonxs-0.6.ebuild
b/dev-python/jsonxs/jsonxs-0.6.ebuild
index 9064117d1c47a38a9c100d2a02520469dec5a603..5100c9b4734bb450ad2cf884209d1f2692b72f1c 100644
(file)
--- a/
dev-python/jsonxs/jsonxs-0.6.ebuild
+++ b/
dev-python/jsonxs/jsonxs-0.6.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python
3_6
)
+PYTHON_COMPAT=( python
{3_6,3_7,3_8}
)
inherit distutils-r1