From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonmerge/
Date: Mon, 12 Jun 2017 12:20:21 +0000 (UTC) [thread overview]
Message-ID: <1497269976.875040b7614ea4b95eccbb3b133d36f0edfb0bb1.mrueg@gentoo> (raw)
commit: 875040b7614ea4b95eccbb3b133d36f0edfb0bb1
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 12:19:36 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 12:19:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875040b7
dev-python/jsonmerge: Version bump to 1.4.0
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/jsonmerge/Manifest | 1 +
dev-python/jsonmerge/jsonmerge-1.4.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/jsonmerge/Manifest b/dev-python/jsonmerge/Manifest
index 8e88587222d..8b5944077bb 100644
--- a/dev-python/jsonmerge/Manifest
+++ b/dev-python/jsonmerge/Manifest
@@ -1,2 +1,3 @@
DIST jsonmerge-1.1.0.tar.gz 12556 SHA256 2ae73a058474e75f27d4ac2595d9da28084ae42be506f04d077ccea3a853b921 SHA512 52ca9d17098533ada09365caddaaa92b0e0ac696c99b92db6aabc8942183a6d9e06ebf002213d8cebbd25d4905a6a7bfa17ad9d296c838b0019b9f30e403ce94 WHIRLPOOL 610597ffb82cc1cf92d40e2c54fe4877c6e38431611855328a6dba5246f2e12420cf7994e00b296a7880588cc4976df62e359e78b6402ec74275d4f343d8618a
DIST jsonmerge-1.3.0.tar.gz 16569 SHA256 422d3373905270d4ad53530e1bc184c8b8ab1934853b9108b14ec71c69c2e484 SHA512 2d44b52441651c090b7439880a1fcda7acbf958fa60bf64b91297b0267500a992e80b3fc51f45c7c97d94af327b02984b110a0e157e62b33f39e1c83a3fdcc32 WHIRLPOOL 7eca6661c1a142dc8483ebdf2247f64851d517c51d6fa3c0ade9463f2e354d35fe6f594ecddfebdbc98934128379c386ca67bc22b7a6ed712d8cb4873d01556d
+DIST jsonmerge-1.4.0.tar.gz 17953 SHA256 b4513d8361496508fa642feb8097a60e9fd692a0c10c7370fea592c1f64fe4f3 SHA512 ad28e01692189863f38f363d22b6bb3cef0b0074e5f6092eabf7c58fb242085fa2ac26506e5d816daebd85049cf6fdbb62f9885d66e545c49e2ffeaf589cf122 WHIRLPOOL 642677fd37fd7c2769a9b5a630d0cab70ca5bd36c41ebc31e39452b8c0696806b3b0806f09a8b22a36db11218ec6c6cefb1548c22739f5a2687fd5c8834cfab6
diff --git a/dev-python/jsonmerge/jsonmerge-1.4.0.ebuild b/dev-python/jsonmerge/jsonmerge-1.4.0.ebuild
new file mode 100644
index 00000000000..e6ef174e734
--- /dev/null
+++ b/dev-python/jsonmerge/jsonmerge-1.4.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Merge a series of JSON documents"
+HOMEPAGE="https://github.com/avian2/jsonmerge/ https://pypi.python.org/pypi/jsonmerge/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
+DEPEND="${REPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ PYTHONPATH="${PWD}" python -m unittest \
+ $(find tests -name 'test_*.py' | LC_ALL=C sort | sed -e 's:/:.:' -e 's:.py$::') || die
+}
next reply other threads:[~2017-06-12 12:20 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-12 12:20 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-17 12:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonmerge/ Petr Vaněk
2023-07-24 11:32 Michał Górny
2023-07-23 6:53 Michał Górny
2023-03-16 3:56 Michał Górny
2022-11-14 4:39 Michał Górny
2022-11-03 5:33 Michał Górny
2022-06-16 8:06 Michał Górny
2022-05-25 18:42 Arthur Zamarin
2022-05-25 18:42 Arthur Zamarin
2021-06-05 14:17 Michał Górny
2021-06-05 14:17 Michał Górny
2021-01-23 23:30 Michał Górny
2021-01-23 23:30 Michał Górny
2020-11-17 17:43 Michał Górny
2020-07-20 13:01 Joonas Niilola
2020-03-27 20:22 Michał Górny
2019-05-08 22:58 Patrick McLean
2019-05-08 22:58 Patrick McLean
2017-04-07 0:15 Manuel Rüger
2017-03-15 9:08 Zac Medico
2016-08-30 20:18 Zac Medico
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=1497269976.875040b7614ea4b95eccbb3b133d36f0edfb0bb1.mrueg@gentoo \
--to=mrueg@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