commit:     9d21a4eb1e364bd88c66236adb4c3bf4575e8d4f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 12:45:08 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 12:45:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d21a4eb

dev-python/ijson: Remove old

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

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

diff --git a/dev-python/ijson/Manifest b/dev-python/ijson/Manifest
index 0af3fab50553..088eea6410ef 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.tar.gz 57596 BLAKE2B 
e85465829f8319e2e227b7b72633b65e7e77a8cd24fee877aded1f50383ffbbaddd82e5e3942c0b3f637a8e601c5101aa390889e8509ee2c61b6f3c9cf9a7249
 SHA512 
ca72ed08c7804611d7f9c5218d217087fe17358859d080741726b42072df1407afcf1f701e30d33f3f615e8c78ba247a3cc45e8e7e373f1d3168a63f397fd6eb

diff --git a/dev-python/ijson/ijson-3.2.2.ebuild 
b/dev-python/ijson/ijson-3.2.2.ebuild
deleted file mode 100644
index 432500824ad1..000000000000
--- a/dev-python/ijson/ijson-3.2.2.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 via email to