From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jq/
Date: Thu, 31 Aug 2023 13:22:26 +0000 (UTC) [thread overview]
Message-ID: <1693487161.8eeb735ae91e6444fbce84712121b55d892867a0.mgorny@gentoo> (raw)
commit: 8eeb735ae91e6444fbce84712121b55d892867a0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 12:57:15 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 13:06:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eeb735a
dev-python/jq: Bump to 1.5.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jq/Manifest | 1 +
dev-python/jq/jq-1.5.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-python/jq/Manifest b/dev-python/jq/Manifest
index a74326fc6d94..48c91cd4bf5f 100644
--- a/dev-python/jq/Manifest
+++ b/dev-python/jq/Manifest
@@ -1 +1,2 @@
DIST jq.py-1.4.1.gh.tar.gz 2648592 BLAKE2B b1413a07ba03f61d3b2e8cfa3f2c646408e24139f76fb9637d23968d953fa78f82b1dd04c355d5a6e6c6761095a4814d8cfd1f012382ca810ad5a44e007c7878 SHA512 03924793e8cab8041b4b2ecb8ef45bafdf31f14b4502170358ddecc027ead7cc17eda37fc04743eeef073e29144d2f7e6c4428e2a92f1bb8aa859100dce4521b
+DIST jq.py-1.5.0.gh.tar.gz 2649404 BLAKE2B 9dfe8f17e061eaea44de31be17cbb18607dc118d526a652a80e2d69b30fa532f412b9b20b1c72418f4d6904b43126611344b2257bc9cb3441086ef3e8f131a6e SHA512 826771ced7d707111b7bc6d1f7a408944690daa8bfb6ec135627a15c3fcfba95a525b8ee3005f8a6e5d23afbeaacc06ad7464e3c3a0a15cf5582d97121c64248
diff --git a/dev-python/jq/jq-1.5.0.ebuild b/dev-python/jq/jq-1.5.0.ebuild
new file mode 100644
index 000000000000..bbe209456231
--- /dev/null
+++ b/dev-python/jq/jq-1.5.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P="jq.py-${PV}"
+DESCRIPTION="Python bindings for jq"
+HOMEPAGE="
+ https://github.com/mwilliamson/jq.py/
+ https://pypi.org/project/jq/
+"
+SRC_URI="
+ https://github.com/mwilliamson/jq.py/archive/${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# cython<3: https://bugs.gentoo.org/898684
+BDEPEND="
+ <dev-python/cython-3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+ # Cython compilation isn't part of setup.py, so do it manually
+ "${EPYTHON}" -m cython -3 jq.pyx -o jq.c || die
+ distutils-r1_python_compile
+}
next reply other threads:[~2023-08-31 13:22 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-31 13:22 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-13 14:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/jq/ Michał Górny
2025-08-02 16:30 Sam James
2025-07-15 4:49 Michał Górny
2025-07-05 15:19 Arthur Zamarin
2025-06-16 2:18 Michał Górny
2025-05-27 13:59 Michał Górny
2024-09-07 13:06 Michał Górny
2024-09-07 12:31 Jakov Smolić
2024-09-07 11:26 Jakov Smolić
2024-08-17 16:55 Michał Górny
2024-06-03 21:20 Louis Sautier
2024-05-18 5:05 Michał Górny
2024-04-18 5:34 Michał Górny
2024-04-18 5:23 Sam James
2024-04-18 5:23 Sam James
2024-03-17 16:24 Michał Górny
2023-10-06 19:57 Arthur Zamarin
2023-10-06 18:08 Sam James
2023-09-13 3:57 Sam James
2023-09-13 2:42 Michał Górny
2023-08-06 12:30 Michał Górny
2023-05-25 3:18 Sam James
2023-05-04 16:17 Michał Górny
2023-04-17 4:21 Michał Górny
2023-04-16 23:17 Sam James
2023-04-16 17:15 Arthur Zamarin
2023-03-17 5:32 Michał Górny
2023-02-16 14:18 Michał Górny
2023-02-16 10:01 Sam James
2023-02-16 5:24 Sam James
2023-01-07 4:54 Michał Górny
2022-10-10 20:22 Michał Górny
2022-10-10 18:34 Sam James
2022-10-10 18:34 Sam James
2022-09-22 21:06 Zac Medico
2022-09-09 7:23 Arthur Zamarin
2022-03-21 9:15 Jakov Smolić
2022-03-21 9:12 Jakov Smolić
2022-02-10 21:10 Arthur Zamarin
2021-11-13 15:38 Louis Sautier
2021-10-17 8:58 Michał Górny
2021-09-12 15:35 Arthur Zamarin
2021-06-14 20:05 Zac Medico
2021-04-24 1:46 Zac Medico
2021-04-24 1:38 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=1693487161.8eeb735ae91e6444fbce84712121b55d892867a0.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