projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca3407c
)
dev-python/cmd2: add py37 support
author
Matthew Thode
<prometheanfire@gentoo.org>
Sun, 27 Jan 2019 23:26:54 +0000
(17:26 -0600)
committer
Matthew Thode
<prometheanfire@gentoo.org>
Mon, 28 Jan 2019 00:25:16 +0000
(18:25 -0600)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/cmd2/cmd2-0.7.9.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/cmd2/cmd2-0.7.9.ebuild
b/dev-python/cmd2/cmd2-0.7.9.ebuild
index 1ea36c4bce31c3412c85a0317c06be4684ce5263..ffc5df4bcea68121d9a7cc19e1ea42d73aa83570 100644
(file)
--- a/
dev-python/cmd2/cmd2-0.7.9.ebuild
+++ b/
dev-python/cmd2/cmd2-0.7.9.ebuild
@@
-1,8
+1,8
@@
-# Copyright 1999-201
8 Gentoo Foundation
+# Copyright 1999-201
9 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6
,3_7
} pypy )
inherit distutils-r1