commit: da96a8a9ea74b7fed1ba4eb5ea98eebf899490a6
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 9 22:01:13 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Aug 9 23:47:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da96a8a9
dev-python/jsonref: New package, dep of buildbot-0.9
Package-Manager: portage-2.3.0
dev-python/jsonref/Manifest | 1 +
dev-python/jsonref/jsonref-0.1.ebuild | 20 ++++++++++++++++++++
dev-python/jsonref/metadata.xml | 25 +++++++++++++++++++++++++
3 files changed, 46 insertions(+)
diff --git a/dev-python/jsonref/Manifest b/dev-python/jsonref/Manifest
new file mode 100644
index 0000000..847f822
--- /dev/null
+++ b/dev-python/jsonref/Manifest
@@ -0,0 +1 @@
+DIST jsonref-0.1.tar.gz 12296 SHA256
56e0ce228798bdecadff865c142741b1ffdd57a5e9c40c40ec2b641d7c430ad3 SHA512
9900601feab0c20c902a6d5575fd411898af126a650d0c9ff955f50f5bd1f5da8e5a071ca86cac31ce3c5fb35a516f849cbb70098cac2cfdc910ba33a1f7411b
WHIRLPOOL
f1249188c03e90fb03a090dd4b2faec272aa9b9edcadceee32403ecf79a8a62029af9380cab8273094fa6cb04d086bf5e529febc9606e68f00016686817e2a05
diff --git a/dev-python/jsonref/jsonref-0.1.ebuild
b/dev-python/jsonref/jsonref-0.1.ebuild
new file mode 100644
index 0000000..3ef20c6
--- /dev/null
+++ b/dev-python/jsonref/jsonref-0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+
+inherit eutils distutils-r1
+
+DESCRIPTION="An implementation of JSON Reference for Python"
+HOMEPAGE="https://github.com/gazpachoking/jsonref
https://pypi.python.org/pypi/jsonref"
+SRC_URI="https://github.com/gazpachoking/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/dev-python/jsonref/metadata.xml b/dev-python/jsonref/metadata.xml
new file mode 100644
index 0000000..d7c9ca7
--- /dev/null
+++ b/dev-python/jsonref/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Brian Dolbec</name>
+ <description>Primary maintainer</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <name>Chase Sterling</name>
+ <email>[email protected]</email>
+ </maintainer>
+ <remote-id type="pypi">jsonref</remote-id>
+ </upstream>
+ <longdescription>jsonref is a library for automatic dereferencing of
JSON Reference
+objects for Python (supporting 2.6+ including Python 3).
+This library lets you use a data structure with JSON reference objects, as if
the
+references had been replaced with the referent data.
+ </longdescription>
+</pkgmetadata>