projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abebb3a
)
app-text/xlsx2csv: Support newer python
author
Pacho Ramos
<pacho@gentoo.org>
Mon, 24 Apr 2017 08:49:08 +0000
(10:49 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Mon, 24 Apr 2017 09:31:00 +0000
(11:31 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild
patch
|
blob
|
history
diff --git
a/app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild
b/app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild
index 2ff5ad06967d41c192a32c9f92c87edf08f95906..56d36da399eb20439ebe9ed2f61b408cb73f7782 100644
(file)
--- a/
app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild
+++ b/
app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild
@@
-1,8
+1,8
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4
,3_5,3_6
} )
PYTHON_REQ_USE="xml"
inherit distutils-r1