projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f88d306
)
dev-python/pika: Support python 3.6
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 15:22:12 +0000
(17:22 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 15:23:50 +0000
(17:23 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/pika/pika-0.10.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pika/pika-0.10.0.ebuild
b/dev-python/pika/pika-0.10.0.ebuild
index 8b4d6dc39c46b7eaeffed0f12ce6149eedc57134..c72ca2b50a9b5b7874f2be2880f77feb0d325c0b 100644
(file)
--- a/
dev-python/pika/pika-0.10.0.ebuild
+++ b/
dev-python/pika/pika-0.10.0.ebuild
@@
-1,8
+1,8
@@
-# Copyright 1999-201
4
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_
4 python3_5
pypy )
+PYTHON_COMPAT=( python2_7 python3_
{4,5,6}
pypy )
inherit distutils-r1