public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 22 Jul 2023 13:04:53 +0000 (UTC)	[thread overview]
Message-ID: <1690030966.2992eff5b03ecb94695a0acffa48c98f0d754481.mgorny@gentoo> (raw)

commit:     2992eff5b03ecb94695a0acffa48c98f0d754481
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 22 13:02:46 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 22 13:02:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2992eff5

dev-python/ijson: Revert "add 3.2.3"

Had a better version queued already.

Reverts: 68bb3f1d83baac69fc704d578d2b7d52addce9ce
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ijson/Manifest           |  1 -
 dev-python/ijson/ijson-3.2.3.ebuild | 48 -------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-python/ijson/Manifest b/dev-python/ijson/Manifest
index dbca4d4b0356..a048e298bb40 100644
--- a/dev-python/ijson/Manifest
+++ b/dev-python/ijson/Manifest
@@ -1,2 +1 @@
 DIST ijson-3.2.2.gh.tar.gz 127965 BLAKE2B 2e20f7cc822406fe3e7eec99c3ef394e42d90b0b518226a7b8eb078763cb8317acb4a28934301116c32a2a9cc37403c2950b18232800485b1ea1206dace7ff23 SHA512 5935071bd0d3eecc39b3c30ca5cb2a959e4d455c57e36414d5c97ba71bbcf1a0b53c8b8afed7551a3a4ac4595294105566c9d7501b35832dd7e46a1bb2151287
-DIST ijson-3.2.3.gh.tar.gz 128266 BLAKE2B 6ee31eb2ded44898f613b1f86147f2a745b9a9c0dc35b9a33eae3fb2c207694ebc96b03a3a53373c8460256ae03cbf1c9eff13a197d88dd6dd28055d25beceaa SHA512 cfdbf8efce072f00c4b3c61dd8b3f3164fd5ab757ac18783de992fe25e5ecbcdee92fe728f1345a37996625ab2ddfef6859dfdbdca7a7ece8f3d99750a9d60b0

diff --git a/dev-python/ijson/ijson-3.2.3.ebuild b/dev-python/ijson/ijson-3.2.3.ebuild
deleted file mode 100644
index f4e7d80ec763..000000000000
--- a/dev-python/ijson/ijson-3.2.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-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} pypy3 )
-
-inherit distutils-r1
-
-MY_P="${P//_p/.post}"
-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/_p/.post}.tar.gz
-		-> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-DEPEND="
-	dev-libs/yajl
-"
-RDEPEND="
-	${DEPEND}
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-	local -x IJSON_BUILD_YAJL2C=1
-	# The extension is broken on PyPy3, probably a bug in PyPy itself.
-	# https://github.com/ICRAR/ijson/issues/101
-	[[ ${EPYTHON} == pypy3 ]] && IJSON_BUILD_YAJL2C=0
-	distutils-r1_python_compile
-}
-
-python_test() {
-	rm -rf ijson || die
-	epytest
-}


             reply	other threads:[~2023-07-22 13:05 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-22 13:04 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/ijson/ Michał Górny
2024-06-22 17:52 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 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-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=1690030966.2992eff5b03ecb94695a0acffa48c98f0d754481.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