projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dffe5c
)
dev-python/fuse-python: drop py2.7 and py3.5
author
Aaron Bauman
<bman@gentoo.org>
Sun, 29 Dec 2019 21:44:38 +0000
(16:44 -0500)
committer
Aaron Bauman
<bman@gentoo.org>
Sun, 29 Dec 2019 21:44:38 +0000
(16:44 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-python/fuse-python/fuse-python-1.0.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/fuse-python/fuse-python-1.0.0.ebuild
b/dev-python/fuse-python/fuse-python-1.0.0.ebuild
index 002e6b7797bf24e794a65ac6aa46da585c6c2b9e..2a22b71a21e0a79f0ce1a6a31597f139d5f19407 100644
(file)
--- a/
dev-python/fuse-python/fuse-python-1.0.0.ebuild
+++ b/
dev-python/fuse-python/fuse-python-1.0.0.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python
2_7 python3_{5,
6,7,8} pypy3 )
+PYTHON_COMPAT=( python
3_{
6,7,8} pypy3 )
inherit distutils-r1