projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b9b55d
)
dev-python/serverfiles: Remove Python 2 support
author
Michał Górny
<mgorny@gentoo.org>
Sat, 18 Jan 2020 18:28:04 +0000
(19:28 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:54 +0000
(19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/serverfiles/serverfiles-0.2.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/serverfiles/serverfiles-0.2.1.ebuild
b/dev-python/serverfiles/serverfiles-0.2.1.ebuild
index 82c01548fe968e31d148c63ae9adfc5d0dd7a292..8908696f85823d275576cf109a28deed951f1d70 100644
(file)
--- a/
dev-python/serverfiles/serverfiles-0.2.1.ebuild
+++ b/
dev-python/serverfiles/serverfiles-0.2.1.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python
2_7 python
3_6)
+PYTHON_COMPAT=( python3_6)
inherit distutils-r1
DESCRIPTION="Utility for accessing HTTP server and storing files locally for reuse"