projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e087ede
)
dev-python/pyaes: Enable py3.8, pypy3
author
Michał Górny
<mgorny@gentoo.org>
Fri, 21 Feb 2020 12:14:40 +0000
(13:14 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 21 Feb 2020 13:59:09 +0000
(14:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyaes/pyaes-1.6.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
index 81984f3c30ae5ea455abe40000c6d425b97d1076..f918a36c506c2b16cc96e9c597bc535d8bd946ce 100644
(file)
--- a/
dev-python/pyaes/pyaes-1.6.1-r1.ebuild
+++ b/
dev-python/pyaes/pyaes-1.6.1-r1.ebuild
@@
-4,7
+4,7
@@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7
}
)
+PYTHON_COMPAT=( python3_{6,7
,8} pypy3
)
inherit distutils-r1