projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c869b5
)
dev-python/iocapture: Enable py3.8, pypy3
author
Michał Górny
<mgorny@gentoo.org>
Fri, 7 Feb 2020 06:22:00 +0000
(07:22 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 7 Feb 2020 07:15:05 +0000
(08:15 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/iocapture/iocapture-0.1.2-r2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/iocapture/iocapture-0.1.2-r2.ebuild
b/dev-python/iocapture/iocapture-0.1.2-r2.ebuild
index 08544c952fb8771864519eb8813d8ae5bd12bc26..cf28d1eab6997f14cbe316a8a2a7389bebcc1ef2 100644
(file)
--- a/
dev-python/iocapture/iocapture-0.1.2-r2.ebuild
+++ b/
dev-python/iocapture/iocapture-0.1.2-r2.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7
}
)
+PYTHON_COMPAT=( python{3_6,3_7
,3_8} pypy3
)
inherit distutils-r1