projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
177b369
)
dev-python/demjson: Support python 3.6
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 14:40:33 +0000
(16:40 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 15:23:27 +0000
(17:23 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/demjson/demjson-2.2.4.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/demjson/demjson-2.2.4.ebuild
b/dev-python/demjson/demjson-2.2.4.ebuild
index 3a42c4a5e0ae5dadd5e82a5ba3e1b04871a68f5a..c741c73a9af34e18868deed89a2336eb02a08056 100644
(file)
--- a/
dev-python/demjson/demjson-2.2.4.ebuild
+++ b/
dev-python/demjson/demjson-2.2.4.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=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5
,3_6
} pypy pypy3 )
inherit distutils-r1