projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb8c1ca
)
dev-python/httpbin: Enable py3.8
author
Michał Górny
<mgorny@gentoo.org>
Fri, 21 Feb 2020 06:10:54 +0000
(07:10 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 21 Feb 2020 10:08:17 +0000
(11:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/httpbin/httpbin-0.7.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/httpbin/httpbin-0.7.0.ebuild
b/dev-python/httpbin/httpbin-0.7.0.ebuild
index ea2ae8ffb0992be4444d5b2cacde751506d17fa7..c8ef4781394af3ff76a789871883ab0bb1ff90f0 100644
(file)
--- a/
dev-python/httpbin/httpbin-0.7.0.ebuild
+++ b/
dev-python/httpbin/httpbin-0.7.0.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7
,8
} pypy3 )
inherit distutils-r1