projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21db175
)
dev-python/libnacl: Enable py3.{7,8}
author
Michał Górny
<mgorny@gentoo.org>
Thu, 23 Apr 2020 13:20:32 +0000
(15:20 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 23 Apr 2020 13:26:10 +0000
(15:26 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/libnacl/libnacl-1.6.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/libnacl/libnacl-1.6.1.ebuild
b/dev-python/libnacl/libnacl-1.6.1.ebuild
index 1bd51f939d5efa5071d670a0229eb09d91bab717..35097ca43e7dcdfa9470425e8d587de28da31e93 100644
(file)
--- a/
dev-python/libnacl/libnacl-1.6.1.ebuild
+++ b/
dev-python/libnacl/libnacl-1.6.1.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=(python3_
6
)
+PYTHON_COMPAT=(python3_
{6,7,8}
)
inherit distutils-r1
DESCRIPTION="Python ctypes wrapper for libsodium"