summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-01-17 17:04:22 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-01-17 17:04:22 +0000
commite82b7ba0e7450cf2f4427e3ef87ce766978eae20 (patch)
tree9a62b967eb2f203f51f1642f4ccb95f7eaa0e7aa /dev-python/jsonpointer
parentold (diff)
downloadgentoo-2-e82b7ba0e7450cf2f4427e3ef87ce766978eae20.tar.gz
gentoo-2-e82b7ba0e7450cf2f4427e3ef87ce766978eae20.tar.bz2
gentoo-2-e82b7ba0e7450cf2f4427e3ef87ce766978eae20.zip
commited because it's a dep of a dep of a dep of python-glanceclient
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/jsonpointer')
-rw-r--r--dev-python/jsonpointer/ChangeLog10
-rw-r--r--dev-python/jsonpointer/jsonpointer-0.7.ebuild20
-rw-r--r--dev-python/jsonpointer/metadata.xml14
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-python/jsonpointer/ChangeLog b/dev-python/jsonpointer/ChangeLog
new file mode 100644
index 000000000000..b1b6a6d520f0
--- /dev/null
+++ b/dev-python/jsonpointer/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/jsonpointer
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpointer/ChangeLog,v 1.1 2013/01/17 17:04:22 prometheanfire Exp $
+
+*jsonpointer-0.7 (17 Jan 2013)
+
+ 17 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+ +jsonpointer-0.7.ebuild, +metadata.xml:
+ adding ebuild so I can eventually get python-glaceclient in tree
+
diff --git a/dev-python/jsonpointer/jsonpointer-0.7.ebuild b/dev-python/jsonpointer/jsonpointer-0.7.ebuild
new file mode 100644
index 000000000000..289f944fa858
--- /dev/null
+++ b/dev-python/jsonpointer/jsonpointer-0.7.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/jsonpointer/jsonpointer-0.7.ebuild,v 1.1 2013/01/17 17:04:22 prometheanfire Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python2_6 python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Identify specific nodes in a JSON document (according to draft 08)"
+HOMEPAGE="https://github.com/stefankoegl/python-json-pointer"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
diff --git a/dev-python/jsonpointer/metadata.xml b/dev-python/jsonpointer/metadata.xml
new file mode 100644
index 000000000000..6c29108ceb0e
--- /dev/null
+++ b/dev-python/jsonpointer/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <longdescription lang="en">
+ Identify specific nodes in a JSON document (according to draft 08)
+ http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-08
+ </longdescription>
+</pkgmetadata>
+