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-2.2.4.ebuild ChangeLog openpyxl-2.2.2.ebuild
Date: Mon, 29 Jun 2015 02:30:02
Message-Id: 20150629022947.EF114749@oystercatcher.gentoo.org
1 idella4 15/06/29 02:29:47
2
3 Modified: ChangeLog
4 Added: openpyxl-2.2.4.ebuild
5 Removed: openpyxl-2.2.2.ebuild
6 Log:
7 bump one remove one
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.17 dev-python/openpyxl/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?rev=1.17&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?rev=1.17&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?r1=1.16&r2=1.17
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v
21 retrieving revision 1.16
22 retrieving revision 1.17
23 diff -u -r1.16 -r1.17
24 --- ChangeLog 3 Jun 2015 20:32:24 -0000 1.16
25 +++ ChangeLog 29 Jun 2015 02:29:47 -0000 1.17
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/openpyxl
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.16 2015/06/03 20:32:24 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.17 2015/06/29 02:29:47 idella4 Exp $
31 +
32 +*openpyxl-2.2.4 (29 Jun 2015)
33 +
34 + 29 Jun 2015; Ian Delaney <idella4@g.o> +openpyxl-2.2.4.ebuild,
35 + -openpyxl-2.2.2.ebuild:
36 + bump one remove one
37
38 03 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
39 Add pypi to remote-id in metadata.xml
40
41
42
43 1.1 dev-python/openpyxl/openpyxl-2.2.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-2.2.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-2.2.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: openpyxl-2.2.4.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/openpyxl-2.2.4.ebuild,v 1.1 2015/06/29 02:29:47 idella4 Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python2_7 python3_{3,4} )
57
58 inherit distutils-r1 vcs-snapshot
59
60 DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
61 HOMEPAGE="http://openpyxl.readthedocs.org"
62 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
63
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
67 IUSE="test"
68
69 RDEPEND="dev-python/jdcal[${PYTHON_USEDEP}]"
70 DEPEND="
71 test? (
72 ${RDEPEND}
73 dev-python/pytest[${PYTHON_USEDEP}]
74 dev-python/lxml[${PYTHON_USEDEP}]
75 )"
76
77 # tests aren't contained in tarball
78 RESTRICT="test"
79
80 python_test() {
81 py.test || die "Testing failed with ${EPYTHON}"
82 }