summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2013-05-01 18:29:31 +0000
committerPatrick McLean <chutzpah@gentoo.org>2013-05-01 18:29:31 +0000
commite0bef1b5843d8aa0abc0ae0dd349bbd79f3d4163 (patch)
tree5b9c2d1271152f894d3dcefa45535de741f4ec1f
parentVersion bump. (diff)
downloadgentoo-2-e0bef1b5843d8aa0abc0ae0dd349bbd79f3d4163.tar.gz
gentoo-2-e0bef1b5843d8aa0abc0ae0dd349bbd79f3d4163.tar.bz2
gentoo-2-e0bef1b5843d8aa0abc0ae0dd349bbd79f3d4163.zip
Version bump.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 5C350883)
-rw-r--r--dev-python/jsonschema/ChangeLog7
-rw-r--r--dev-python/jsonschema/jsonschema-1.3.0.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-python/jsonschema/ChangeLog b/dev-python/jsonschema/ChangeLog
index ff5fac0e5277..4c24d29d9812 100644
--- a/dev-python/jsonschema/ChangeLog
+++ b/dev-python/jsonschema/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/jsonschema
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.4 2013/01/17 17:24:02 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.5 2013/05/01 18:29:31 chutzpah Exp $
+
+*jsonschema-1.3.0 (01 May 2013)
+
+ 01 May 2013; Patrick McLean <chutz@gentoo.org> +jsonschema-1.3.0.ebuild:
+ Version bump.
17 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
jsonschema-0.8.0.ebuild:
diff --git a/dev-python/jsonschema/jsonschema-1.3.0.ebuild b/dev-python/jsonschema/jsonschema-1.3.0.ebuild
new file mode 100644
index 000000000000..e0457f987a5e
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-1.3.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-1.3.0.ebuild,v 1.1 2013/05/01 18:29:31 chutzpah Exp $
+
+EAPI=5
+PYTHON_COMPAT=(python{2_7,3_{2,3}})
+inherit distutils-r1
+
+DESCRIPTION="An implementation of JSON-Schema validation for Python"
+HOMEPAGE="http://pypi.python.org/pypi/jsonschema"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""