public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonpointer/
Date: Thu, 18 Feb 2016 20:08:33 +0000 (UTC)	[thread overview]
Message-ID: <1455826058.68cc98b1deec57c746649bca95159eec42ebf950.patrick@gentoo> (raw)

commit:     68cc98b1deec57c746649bca95159eec42ebf950
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 20:07:29 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 20:07:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68cc98b1

dev-python/jsonpointer: Bump

Package-Manager: portage-2.2.27

 dev-python/jsonpointer/Manifest                |  1 +
 dev-python/jsonpointer/jsonpointer-1.10.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/jsonpointer/Manifest b/dev-python/jsonpointer/Manifest
index e8ca3b2..d900395 100644
--- a/dev-python/jsonpointer/Manifest
+++ b/dev-python/jsonpointer/Manifest
@@ -1,2 +1,3 @@
+DIST jsonpointer-1.10.tar.gz 7577 SHA256 9fa5dcac35eefd53e25d6cd4c310d963c9f0b897641772cd6e5e7b89df7ee0b1 SHA512 b2df5f19b14b670825b18f7da4ca50b089beb2ccbb1c69acfc904eed82b5315ad19940b4aaa8f8504c2fc7d477778d65e31f492dd30ee8b5ba95ccfd0eaeb9b1 WHIRLPOOL d333093fd6fd6f3d565200d11e5d727dfb3ac11eb8f029731915fbe47cb9c5ac915df94b77db30deac080047f5e9e7012f1ae023378e91fdacc2d41f12c9b5f2
 DIST jsonpointer-1.7.tar.gz 8187 SHA256 46b2016b5e4f2b5cd2edf07c60ca8fe7dd91204ca848f98964be61b3c4760f5e SHA512 26b25f31fb98fe7c7d926dcc492fe7889f2462430f959645e498fc47367d23243fb3b528da7af026827dffb30d7c5fe2ffb31843a8f2c9064647bebb313de9bb WHIRLPOOL 8539c4bb40cb2c1042f76d91e127da31d742ea55f8b2ba51abcc0e2d3319bf2ab2380e3ee2cd4195d8cc563b2d36a1eff56a6e72e2f3a8c171692bb66bfa3558
 DIST jsonpointer-1.9.tar.gz 7662 SHA256 39403b47a71aa782de6d80db3b78f8a5f68ad8dfc9e674ca3bb5b32c15ec7308 SHA512 872367c1a75f8022c07a52191d3f9491dd62767f58c4fa2c2fdcd1bf139858f73e7a5ad495943f1cb35b759d7919a807f8bccc052f6c35831e8091b5fda31b40 WHIRLPOOL bfe55984774502e8e91471d00d4d63bb3bf224cc3e677c1d20ee1e060962b7c9962577bbbdaba5c18647d588878820dc1f7b21ad206da019acf79ad9ba289e84

diff --git a/dev-python/jsonpointer/jsonpointer-1.10.ebuild b/dev-python/jsonpointer/jsonpointer-1.10.ebuild
new file mode 100644
index 0000000..0c784a0
--- /dev/null
+++ b/dev-python/jsonpointer/jsonpointer-1.10.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Identify specific nodes in a JSON document (according to draft 08)"
+HOMEPAGE="https://github.com/stefankoegl/python-json-pointer https://pypi.python.org/pypi/jsonpointer/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+	"${PYTHON}" tests.py || die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2016-02-18 20:08 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-18 20:08 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-28  7:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonpointer/ Matt Thode
2016-03-02 11:44 Patrick Lauer
2017-01-19 10:37 Agostino Sarubbo
2017-02-27  5:49 Zac Medico
2018-08-05 13:53 Patrice Clement
2019-04-10  5:08 Matthew Thode
2019-05-11 19:06 Matthew Thode
2019-11-23 23:25 Patrick McLean
2019-12-04 19:44 Sergei Trofimovich
2019-12-05 22:15 Sergei Trofimovich
2020-03-27 20:22 Michał Górny
2020-03-28 23:40 Sergei Trofimovich
2020-04-28 15:41 Mikle Kolyada
2020-04-30  7:16 Sergei Trofimovich
2020-06-01 17:02 Sergei Trofimovich
2020-06-01 20:51 Sergei Trofimovich
2020-06-03 15:12 Agostino Sarubbo
2020-06-03 18:43 Agostino Sarubbo
2020-06-05 16:10 Sergei Trofimovich
2020-06-06 19:31 Mart Raudsepp
2020-06-09 19:46 Michał Górny
2020-08-02  8:26 Michał Górny
2020-12-13  1:06 Sam James
2021-03-14  8:12 Michał Górny
2021-04-17  7:40 Michał Górny
2021-04-18  1:41 Sam James
2021-04-18  7:05 Michał Górny
2021-05-23 13:41 Michał Górny
2021-05-24 21:58 Joshua Kinard
2021-11-04 22:09 Michał Górny
2021-12-09 21:26 Arthur Zamarin
2021-12-09 22:39 Michał Górny
2022-01-17 13:02 James Le Cuirot
2022-04-10 21:20 Michał Górny
2022-05-11 14:32 Michał Górny
2022-05-31  7:13 Sam James
2022-05-31  7:22 Michał Górny
2023-03-16  3:56 Michał Górny
2023-05-26 20:29 Arthur Zamarin
2023-06-27  3:54 Michał Górny
2023-07-08 10:47 Benda XU
2023-08-11 19:05 Arthur Zamarin
2023-08-11 19:10 Michał Górny
2024-05-12 16:30 Michał Górny
2024-06-11  4:20 Michał Górny
2024-06-29  7:57 Arthur Zamarin
2025-02-16 14:14 Michał Górny
2025-05-12  9:19 Sam James

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=1455826058.68cc98b1deec57c746649bca95159eec42ebf950.patrick@gentoo \
    --to=patrick@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