Gentoo Archives: gentoo-commits

From: "Patrick McLean (chutzpah)" <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/jsonschema: ChangeLog jsonschema-1.3.0.ebuild
Date: Wed, 01 May 2013 18:29:37
Message-Id: 20130501182932.248F82171D@flycatcher.gentoo.org
1 chutzpah 13/05/01 18:29:32
2
3 Modified: ChangeLog
4 Added: jsonschema-1.3.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 5C350883)
9
10 Revision Changes Path
11 1.5 dev-python/jsonschema/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 17 Jan 2013 17:24:02 -0000 1.4
24 +++ ChangeLog 1 May 2013 18:29:31 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/jsonschema
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.4 2013/01/17 17:24:02 prometheanfire Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.5 2013/05/01 18:29:31 chutzpah Exp $
30 +
31 +*jsonschema-1.3.0 (01 May 2013)
32 +
33 + 01 May 2013; Patrick McLean <chutz@g.o> +jsonschema-1.3.0.ebuild:
34 + Version bump.
35
36 17 Jan 2013; Matthew Thode <prometheanfire@g.o>
37 jsonschema-0.8.0.ebuild:
38
39
40
41 1.1 dev-python/jsonschema/jsonschema-1.3.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-1.3.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-1.3.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: jsonschema-1.3.0.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/jsonschema/jsonschema-1.3.0.ebuild,v 1.1 2013/05/01 18:29:31 chutzpah Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=(python{2_7,3_{2,3}})
54 inherit distutils-r1
55
56 DESCRIPTION="An implementation of JSON-Schema validation for Python"
57 HOMEPAGE="http://pypi.python.org/pypi/jsonschema"
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=""
64
65 DEPEND=""
66 RDEPEND=""