Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/openpyxl: openpyxl-1.6.2.ebuild openpyxl-2.0.2.ebuild ChangeLog
Date: Thu, 26 Jun 2014 11:40:15
Message-Id: 20140626114010.F3A032004E@flycatcher.gentoo.org
1 idella4 14/06/26 11:40:10
2
3 Modified: openpyxl-1.6.2.ebuild ChangeLog
4 Added: openpyxl-2.0.2.ebuild
5 Log:
6 major version bump; add pypy support, virtual re-write
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.4 dev-python/openpyxl/openpyxl-1.6.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-1.6.2.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-1.6.2.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-1.6.2.ebuild?r1=1.3&r2=1.4
16
17 Index: openpyxl-1.6.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/openpyxl/openpyxl-1.6.2.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- openpyxl-1.6.2.ebuild 21 Jun 2014 15:27:44 -0000 1.3
24 +++ openpyxl-1.6.2.ebuild 26 Jun 2014 11:40:10 -0000 1.4
25 @@ -1,10 +1,10 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/openpyxl-1.6.2.ebuild,v 1.3 2014/06/21 15:27:44 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/openpyxl-1.6.2.ebuild,v 1.4 2014/06/26 11:40:10 idella4 Exp $
30
31 EAPI=5
32
33 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
34 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
35
36 inherit distutils-r1 vcs-snapshot
37
38
39
40
41 1.6 dev-python/openpyxl/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?r1=1.5&r2=1.6
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- ChangeLog 21 Jun 2014 15:27:44 -0000 1.5
54 +++ ChangeLog 26 Jun 2014 11:40:10 -0000 1.6
55 @@ -1,6 +1,12 @@
56 # ChangeLog for dev-python/openpyxl
57 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.5 2014/06/21 15:27:44 idella4 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.6 2014/06/26 11:40:10 idella4 Exp $
60 +
61 +*openpyxl-2.0.2 (26 Jun 2014)
62 +
63 + 26 Jun 2014; Ian Delaney <idella4@g.o> +openpyxl-2.0.2.ebuild,
64 + openpyxl-1.6.2.ebuild:
65 + major version bump; add pypy support, virtual re-write
66
67 21 Jun 2014; Ian Delaney <idella4@g.o> openpyxl-1.6.2.ebuild:
68 drop py2.6 add py3.4 support, unrestrict test
69
70
71
72 1.1 dev-python/openpyxl/openpyxl-2.0.2.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-2.0.2.ebuild?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-2.0.2.ebuild?rev=1.1&content-type=text/plain
76
77 Index: openpyxl-2.0.2.ebuild
78 ===================================================================
79 # Copyright 1999-2014 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/openpyxl-2.0.2.ebuild,v 1.1 2014/06/26 11:40:10 idella4 Exp $
82
83 EAPI=5
84
85 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
86
87 inherit distutils-r1 vcs-snapshot
88
89 DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
90 HOMEPAGE="http://bitbucket.org/ericgazoni/openpyxl/wiki/Home"
91 SRC_URI="https://bitbucket.org/ericgazoni/openpyxl/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
92
93 LICENSE="MIT"
94 SLOT="0"
95 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
96 IUSE="doc test"
97
98 RDEPEND="dev-python/jdcal[${PYTHON_USEDEP}]"
99 DEPEND="test? ( ${RDEPEND}
100 dev-python/pytest[${PYTHON_USEDEP}]
101 dev-python/lxml[${PYTHON_USEDEP}] )
102 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
103
104 python_prepare_all(){
105 sed -e "s: 'sphinx.ext.intersphinx',::" \
106 -i doc/source/conf.py || die
107 distutils-r1_python_prepare_all
108 }
109
110 python_compile_all() {
111 use doc && emake -C doc html
112 }
113
114 python_test() {
115 py.test || die "Testing failed with ${EPYTHON}"
116 }
117
118 python_install_all() {
119 use doc && local HTML_DOCS=( doc/build/html/. )
120 distutils-r1_python_install_all
121 }