public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonref/
Date: Tue,  9 Aug 2016 23:52:18 +0000 (UTC)	[thread overview]
Message-ID: <1470786441.da96a8a9ea74b7fed1ba4eb5ea98eebf899490a6.dolsen@gentoo> (raw)

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>dolsen@gentoo.org</email>
+		<name>Brian Dolbec</name>
+		<description>Primary maintainer</description>
+	</maintainer>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+		<upstream>
+			<maintainer>
+				<name>Chase Sterling</name>
+				<email>chase.sterling@gmail.com</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>


             reply	other threads:[~2016-08-09 23:52 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09 23:52 Brian Dolbec [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-10 17:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonref/ Brian Dolbec
2017-05-16 11:10 Manuel Rüger
2019-09-15 12:18 Pacho Ramos
2020-02-05 15:29 Michał Górny
2020-04-26 10:17 Michał Górny
2021-06-05 14:17 Michał Górny
2022-01-29 15:43 Michał Górny
2022-04-11  7:57 Michał Górny
2022-04-25 12:11 Michał Górny
2022-05-16 13:20 Michał Górny
2022-06-12 18:28 Michał Górny
2022-10-10  7:43 Arthur Zamarin
2022-10-28  7:09 Michał Górny
2022-11-04  8:23 Arthur Zamarin
2022-11-14  4:39 Michał Górny
2023-01-17  5:08 Michał Górny
2023-06-01 12:40 Michał Górny
2024-04-01  9:40 Michał Górny
2024-05-18  5:05 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470786441.da96a8a9ea74b7fed1ba4eb5ea98eebf899490a6.dolsen@gentoo \
    --to=dolsen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox