diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2014-04-03 03:25:56 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2014-04-03 03:25:56 +0000 |
commit | bcfbbc30f3792991d5f03d197182551c7a2e4f2e (patch) | |
tree | 27fd8b3bba871ce08c2d39cb85e27deb51cfb616 /dev-python/jsonschema | |
parent | Beta channel bump. (diff) | |
download | gentoo-2-bcfbbc30f3792991d5f03d197182551c7a2e4f2e.tar.gz gentoo-2-bcfbbc30f3792991d5f03d197182551c7a2e4f2e.tar.bz2 gentoo-2-bcfbbc30f3792991d5f03d197182551c7a2e4f2e.zip |
readding jsonschema-0.8.0, because it's still needed
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/jsonschema')
-rw-r--r-- | dev-python/jsonschema/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/jsonschema/jsonschema-0.8.0.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/jsonschema/ChangeLog b/dev-python/jsonschema/ChangeLog index 6056fc186c55..e028aab7bfae 100644 --- a/dev-python/jsonschema/ChangeLog +++ b/dev-python/jsonschema/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/jsonschema # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.11 2014/04/02 21:02:46 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.12 2014/04/03 03:25:56 prometheanfire Exp $ + +*jsonschema-0.8.0 (03 Apr 2014) + + 03 Apr 2014; Matthew Thode <prometheanfire@gentoo.org> + +jsonschema-0.8.0.ebuild: + readding jsonschema-0.8.0, because it's still needed 02 Apr 2014; Patrick McLean <chutzpah@gentoo.org> -jsonschema-0.7.ebuild, -jsonschema-0.8.0.ebuild, -jsonschema-1.3.0.ebuild, -jsonschema-2.0.0.ebuild, 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..fe132e6f17f9 --- /dev/null +++ b/dev-python/jsonschema/jsonschema-0.8.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 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.4 2014/04/03 03:25:56 prometheanfire 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 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" |