summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2013-01-16 03:03:55 +0000
committerPatrick McLean <chutzpah@gentoo.org>2013-01-16 03:03:55 +0000
commit9712208e6d5bf16b1fd03e6dc0a9da889d20ebb5 (patch)
treebb72bd77605bb5235a0337dfb3480d251bb05638 /dev-python/jsonschema
parenttest phase re-invoked after further testing, discussion (diff)
downloadgentoo-2-9712208e6d5bf16b1fd03e6dc0a9da889d20ebb5.tar.gz
gentoo-2-9712208e6d5bf16b1fd03e6dc0a9da889d20ebb5.tar.bz2
gentoo-2-9712208e6d5bf16b1fd03e6dc0a9da889d20ebb5.zip
Version bump.
(Portage version: 2.1.11.42/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Diffstat (limited to 'dev-python/jsonschema')
-rw-r--r--dev-python/jsonschema/ChangeLog9
-rw-r--r--dev-python/jsonschema/jsonschema-0.8.0.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-python/jsonschema/ChangeLog b/dev-python/jsonschema/ChangeLog
index 8e6a80581527..c7d2f647e939 100644
--- a/dev-python/jsonschema/ChangeLog
+++ b/dev-python/jsonschema/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/jsonschema
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.2 2012/12/17 19:55:42 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.3 2013/01/16 03:03:55 chutzpah Exp $
+
+*jsonschema-0.8.0 (16 Jan 2013)
+
+ 16 Jan 2013; Patrick McLean <chutzpah@gentoo.org> +jsonschema-0.8.0.ebuild:
+ Version bump.
17 Dec 2012; Michał Górny <mgorny@gentoo.org> jsonschema-0.7.ebuild:
Bump to EAPI=5 to make Paludis happy, bug #447524.
diff --git a/dev-python/jsonschema/jsonschema-0.8.0.ebuild b/dev-python/jsonschema/jsonschema-0.8.0.ebuild
new file mode 100644
index 000000000000..809742532c3f
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-0.8.0.ebuild
@@ -0,0 +1,20 @@
+# 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-0.8.0.ebuild,v 1.1 2013/01/16 03:03:55 chutzpah Exp $
+
+EAPI="5"
+
+PYTHON_COMPAT=(python2_7 python3_2 python3_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"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""