Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/xmltodict: xmltodict-0.8.3.ebuild ChangeLog
Date: Mon, 28 Oct 2013 06:55:40
Message-Id: 20131028065535.59FC720047@flycatcher.gentoo.org
1 patrick 13/10/28 06:55:35
2
3 Modified: ChangeLog
4 Added: xmltodict-0.8.3.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.4 dev-python/xmltodict/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xmltodict/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xmltodict/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xmltodict/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/xmltodict/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 21 Oct 2013 06:41:13 -0000 1.3
24 +++ ChangeLog 28 Oct 2013 06:55:35 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/xmltodict
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xmltodict/ChangeLog,v 1.3 2013/10/21 06:41:13 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/xmltodict/ChangeLog,v 1.4 2013/10/28 06:55:35 patrick Exp $
30 +
31 +*xmltodict-0.8.3 (28 Oct 2013)
32 +
33 + 28 Oct 2013; Patrick Lauer <patrick@g.o> +xmltodict-0.8.3.ebuild:
34 + Bump
35
36 *xmltodict-0.8.1 (21 Oct 2013)
37
38
39
40
41 1.1 dev-python/xmltodict/xmltodict-0.8.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xmltodict/xmltodict-0.8.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xmltodict/xmltodict-0.8.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xmltodict-0.8.3.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/xmltodict/xmltodict-0.8.3.ebuild,v 1.1 2013/10/28 06:55:35 patrick Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
54 inherit distutils-r1
55
56 DESCRIPTION="Makes working with XML feel like you are working with JSON"
57 HOMEPAGE="https://github.com/martinblech/xmltodict/ https://pypi.python.org/pypi/xmltodict/"
58 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
59
60 LICENSE="MIT"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="test"
64
65 DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
66
67 python_test() {
68 nosetests || die "Tests fail with ${EPYTHON}"
69 }