public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jmespath/
Date: Sat, 28 Jan 2017 20:13:31 +0000 (UTC)	[thread overview]
Message-ID: <1485634399.293e7b526c85326a0d2c079ab755c8800989841b.aballier@gentoo> (raw)

commit:     293e7b526c85326a0d2c079ab755c8800989841b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 16:04:12 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 20:13:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=293e7b52

dev-python/jmespath: bump to 0.9.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/jmespath/Manifest              |  1 +
 dev-python/jmespath/jmespath-0.9.1.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/jmespath/Manifest b/dev-python/jmespath/Manifest
index b12c13d..b31eddc 100644
--- a/dev-python/jmespath/Manifest
+++ b/dev-python/jmespath/Manifest
@@ -1 +1,2 @@
 DIST jmespath-0.9.0.tar.gz 20855 SHA256 08dfaa06d4397f283a01e57089f3360e3b52b5b9da91a70e1fd91e9f0cdd3d3d SHA512 c3a707bde5e529554638255a6a6dcf49591ec7573e28d84d34b3c1b8f84d13289ab054818f88b72ac8aee0f1af6ae830cb661f027e90efe9fb9edb4dcf5128c9 WHIRLPOOL f2b8e5d65068add24d3e3d7a272fbc67f439baadd0863ca90ce21db9f62913de9d64df43763c2cdb3549aeedc56bf7aac4cfd40756bdf013a8184d5c3d72b8ac
+DIST jmespath-0.9.1.tar.gz 22701 SHA256 e72d02de23c1814322f7c0dcffb46716271f9b52b129aace0ab6f5a0450d5f02 SHA512 aa81157dc9b0cb0cfda40551f492379a72a62dd2ff052b0ff8cb2b950a0c8118920c498287b40cd83a38e8ad5216c517ea541954d87cac4ea861b64cff580036 WHIRLPOOL f2e5eca1b9a1ace8f0a2519b3a1e3effb35ff81765a1ace614b6ce17667ec984b2d628e1d7f2f89068b0b51f52f00c6c554da856fe36e426ac3492cb13849891

diff --git a/dev-python/jmespath/jmespath-0.9.1.ebuild b/dev-python/jmespath/jmespath-0.9.1.ebuild
new file mode 100644
index 00000000..52ec0ad
--- /dev/null
+++ b/dev-python/jmespath/jmespath-0.9.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="JSON Matching Expressions"
+HOMEPAGE="https://github.com/boto/jmespath https://pypi.python.org/pypi/jmespath"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_test() {
+	nosetests || die
+}


             reply	other threads:[~2017-01-28 20:14 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-28 20:13 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-14  6:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/jmespath/ WANG Xuerui
2024-05-18  5:05 Michał Górny
2023-05-26 20:46 Arthur Zamarin
2022-10-20 23:34 Sam James
2022-07-24 16:29 Sam James
2022-06-18  6:47 Michał Górny
2022-04-16  5:08 Arthur Zamarin
2022-04-15 18:21 Arthur Zamarin
2022-03-15 22:17 Michał Górny
2021-06-15  7:06 Agostino Sarubbo
2021-06-04 14:58 Michał Górny
2021-05-18 17:28 Sam James
2021-05-15 19:28 Sam James
2020-07-30 20:41 Michał Górny
2020-07-29 17:11 Sam James
2020-07-29 17:02 Sam James
2020-07-29 10:20 Michał Górny
2020-07-17  1:52 Sam James
2020-06-15  2:35 Aaron Bauman
2020-06-10 13:30 Michał Górny
2020-06-10 13:30 Michał Górny
2020-06-10 13:30 Michał Górny
2020-02-05 15:29 Michał Górny
2020-01-22 23:40 Thomas Deutschmann
2019-05-31  0:57 Aaron Bauman
2018-11-30 20:13 Mikle Kolyada
2018-11-27 21:55 Thomas Deutschmann
2018-09-19  0:04 Andrey Utkin
2018-01-04 21:50 Michał Górny
2017-09-30  0:38 Matt Thode
2017-08-28 20:44 Alexis Ballier
2017-07-31 18:12 Sebastien Fabbro
2017-05-30  8:00 Alexis Ballier
2017-03-14  9:28 Alexis Ballier
2017-01-28 20:13 Alexis Ballier
2017-01-18 11:29 Agostino Sarubbo
2016-04-07  1:57 Mike Gilbert
2015-11-07 19:21 Alex Brandt
2015-10-15 11:36 Alexis Ballier

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=1485634399.293e7b526c85326a0d2c079ab755c8800989841b.aballier@gentoo \
    --to=aballier@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