From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ijson/
Date: Sat, 9 Nov 2019 11:45:59 +0000 (UTC) [thread overview]
Message-ID: <1573299947.0e27d2e6cdfafa7bb2ff2e4323d82269b982c5a0.mgorny@gentoo> (raw)
commit: 0e27d2e6cdfafa7bb2ff2e4323d82269b982c5a0
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Thu Oct 24 10:49:11 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 11:45:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e27d2e6
dev-python/ijson: bump v2.5.1
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13415
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ijson/Manifest | 1 +
dev-python/ijson/ijson-2.5.1.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-python/ijson/Manifest b/dev-python/ijson/Manifest
index 2c6c87b9be3..1f0a4a73312 100644
--- a/dev-python/ijson/Manifest
+++ b/dev-python/ijson/Manifest
@@ -1,2 +1,3 @@
DIST ijson-2.3.tar.gz 11800 BLAKE2B 0cdd2a40c483341dd9dcd4e7cb52c38752886d02e5b0c5982bad975487391cac31e2b5993118fbb526f91866dc8441a711ec16e0e8f1d320d32eb026bb4c8b0d SHA512 4d6647cb72661b26a3b36addeabec79fbc047a6c3b86aa419c178dfb8ef09bcdefdf37ed729f26b4b6b176cec06230ef3dab53bdff4c4b401bbc835eb486d038
DIST ijson-2.4.tar.gz 17570 BLAKE2B 98301c5572597ab9a52c33dd92e1a2bf1fa9956415f21a49b13de438a6f295221da43c110f94aa280834b85993f4c8a3cfdaa060f28598e5af50510e7657561f SHA512 c93548a0719a9de30d504dd6179dbffedfd91228ef57fe6600af30eaa2338a2b720e6c9c5b386868198945714a725d46dd2dee6a1ae6d6a0d61eb0230eb35608
+DIST ijson-2.5.1.tar.gz 23258 BLAKE2B e41cb4d903399384a1a1d18941a2ecf36e80c762e5d4e3e854e9337f3a72cab3a61576d9d5170b11e1513bd82ca0e2158b8a88d4c30855674366fbc9172c5042 SHA512 f8d2cf0496357d3385e2744a4604cef1fd6fcd92cbd52c8803d7e831c091c18b718ad0c1dc8735c3f10df04e25fe69ef73d6935b2df6f67845493935e2ca529e
diff --git a/dev-python/ijson/ijson-2.5.1.ebuild b/dev-python/ijson/ijson-2.5.1.ebuild
new file mode 100644
index 00000000000..68302d6db32
--- /dev/null
+++ b/dev-python/ijson/ijson-2.5.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Iterative JSON parser with a Pythonic interface"
+HOMEPAGE="https://github.com/ICRAR/ijson https://pypi.org/project/ijson/"
+SRC_URI="https://github.com/ICRAR/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-libs/yajl"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ "${EPYTHON}" tests.py || die
+}
next reply other threads:[~2019-11-09 11:46 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-09 11:45 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-22 17:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/ijson/ Michał Górny
2024-06-22 17:18 Sam James
2024-06-22 17:18 Sam James
2024-06-06 16:17 Michał Górny
2024-05-17 18:40 Michał Górny
2023-08-24 12:47 Michał Górny
2023-07-22 13:04 Michał Górny
2023-07-22 13:04 Michał Górny
2023-07-22 12:58 Arthur Zamarin
2023-07-05 20:52 Sam James
2023-07-05 20:52 Sam James
2023-06-23 6:06 Michał Górny
2023-06-19 16:23 Michał Górny
2023-06-13 5:12 Michał Górny
2023-05-04 16:17 Michał Górny
2023-02-17 6:21 Michał Górny
2023-02-16 22:49 Sam James
2023-01-04 14:15 Michał Górny
2022-07-11 16:32 Arthur Zamarin
2021-05-22 18:18 Michał Górny
2021-04-06 20:39 Michał Górny
2021-04-06 19:49 Sam James
2021-04-06 19:47 Sam James
2021-03-03 8:07 Michał Górny
2021-03-02 8:43 Michał Górny
2021-03-02 3:15 Sam James
2021-03-02 1:40 Sam James
2021-01-17 16:16 Sam James
2020-11-02 10:34 Michał Górny
2020-11-02 9:47 Sam James
2020-10-18 18:51 Thomas Deutschmann
2020-09-03 0:09 Patrick McLean
2020-09-02 6:41 Michał Górny
2020-09-01 21:08 Sam James
2020-08-30 1:32 Thomas Deutschmann
2020-07-30 23:29 Patrick McLean
2020-03-27 15:37 Michał Górny
2019-11-09 11:45 Michał Górny
2019-11-09 11:45 Michał Górny
2019-07-06 8:57 Tim Harder
2017-10-26 15:00 Tim Harder
2016-08-19 2:56 Tim Harder
2016-08-19 2:56 Tim Harder
2016-03-16 4:20 Tim Harder
2016-02-18 19:47 Patrick Lauer
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=1573299947.0e27d2e6cdfafa7bb2ff2e4323d82269b982c5a0.mgorny@gentoo \
--to=mgorny@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