projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2897dcc
)
dev-python/flask-login: Support python3.6
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 11:25:11 +0000
(13:25 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 11:30:59 +0000
(13:30 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/flask-login/flask-login-0.3.2-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/flask-login/flask-login-0.3.2-r1.ebuild
b/dev-python/flask-login/flask-login-0.3.2-r1.ebuild
index e64688ad472c0d3e0b72e040e0ef40546af5b149..9e890272ff24dcfafe34f72e981e508ea4600ac3 100644
(file)
--- a/
dev-python/flask-login/flask-login-0.3.2-r1.ebuild
+++ b/
dev-python/flask-login/flask-login-0.3.2-r1.ebuild
@@
-1,8
+1,8
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5
,6
} pypy )
inherit distutils-r1