commit:     d32382f44fadaeb3ba1b6406d67ce02c2f1eea08
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 25 05:22:19 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 25 07:40:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32382f4

dev-python/orjson: Remove old

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

 dev-python/orjson/Manifest              |  3 --
 dev-python/orjson/orjson-3.10.18.ebuild | 51 ---------------------
 dev-python/orjson/orjson-3.11.1.ebuild  | 81 ---------------------------------
 dev-python/orjson/orjson-3.11.2.ebuild  | 45 ------------------
 4 files changed, 180 deletions(-)

diff --git a/dev-python/orjson/Manifest b/dev-python/orjson/Manifest
index 51b04cafbc0e..886176ed0b08 100644
--- a/dev-python/orjson/Manifest
+++ b/dev-python/orjson/Manifest
@@ -1,4 +1 @@
-DIST orjson-3.10.18.tar.gz 5422810 BLAKE2B 
9f451a01fc7d668c0dabc1176079de82b6e49573710bc1050496bc8148c0bea4305178aef2a415952ae533df18ab048a84def3ef54064a141aa8f5eb0c8733cb
 SHA512 
248a42f671e713bf9d11163fe7744f5d9b626f5db681913071957723f48d77cc35aa883eb695a16df76986ecc8d9e9e493cee4431c47103beabc3517ffcaa65f
-DIST orjson-3.11.1.tar.gz 5393373 BLAKE2B 
286df1ff17ab6c7420d849364958c1a059a475b33d518abb3d54bbabee85c9ac2230c1611f150f91c22bef42d9db821255e11a3ff13f551237c82ea8c78b804d
 SHA512 
762f8185639ff7b533ad1cd54a1fe1cea71f4afdce7572dd35172a894e5f98ba0d8145e14b2c55634e7ea20b209ef5a5d537365d805278062eda668087b56147
-DIST orjson-3.11.2.tar.gz 5470739 BLAKE2B 
60daf82b279cb461e550f24c1f02da273048e469456ea74fce07e0a7d872324e5cd7bfd338a399509b2b79befd94144423cca36de4f10983cdd20d26faf6677a
 SHA512 
bcf2bfcfecbb72e0d83dfac9d5d1153c03feeb2ae256b8913621ea4224b76ac73652f787e3e293bf61e2d5bb66fb6178e4604498fa436655877ba06ef49d3083
 DIST orjson-3.11.3.tar.gz 5482394 BLAKE2B 
dfe5620b489b360d4370fbdf673bf6b8ef8306aaa628eaa7a58e6096981f22e5bf2def4b181b4a7aec6e8ee8cef360f7c3187ff49a90adbafd3c16a2cddb2808
 SHA512 
5ca76b94241f154b1f9de575ce0eb73d6a89db4172cf0f6ee2c470cb24a0cb96464558b13bdec5f03f0ae0936f39698d9761933eb3b4ae3654cac32dd24f1620

diff --git a/dev-python/orjson/orjson-3.10.18.ebuild 
b/dev-python/orjson/orjson-3.10.18.ebuild
deleted file mode 100644
index 3228570bedfb..000000000000
--- a/dev-python/orjson/orjson-3.10.18.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{10..13} )
-
-# upstream is vendoring crates
-CRATES="
-"
-
-RUST_MIN_VER="1.74.1"
-
-inherit cargo distutils-r1 pypi
-
-DESCRIPTION="Fast, correct Python JSON library supporting dataclasses, 
datetimes, and numpy"
-HOMEPAGE="
-       https://github.com/ijl/orjson/
-       https://pypi.org/project/orjson/
-"
-
-LICENSE="|| ( Apache-2.0 MIT )"
-# Dependent crate licenses
-LICENSE+="
-       Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 MIT Unicode-3.0
-"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-BDEPEND="
-       >=dev-util/maturin-1.7.8[${PYTHON_USEDEP}]
-       test? (
-               dev-python/arrow[${PYTHON_USEDEP}]
-               dev-python/psutil[${PYTHON_USEDEP}]
-               dev-python/pytz[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep '
-                       dev-python/numpy[${PYTHON_USEDEP}]
-               ' 'python3*')
-       )
-"
-
-QA_FLAGS_IGNORED=".*"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest
-}

diff --git a/dev-python/orjson/orjson-3.11.1.ebuild 
b/dev-python/orjson/orjson-3.11.1.ebuild
deleted file mode 100644
index 66ed8a51e24f..000000000000
--- a/dev-python/orjson/orjson-3.11.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{11..14} )
-
-# upstream is vendoring crates
-CRATES="
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-       [email protected]
-"
-
-RUST_MIN_VER="1.74.1"
-
-inherit cargo distutils-r1 pypi
-
-DESCRIPTION="Fast, correct Python JSON library supporting dataclasses, 
datetimes, and numpy"
-HOMEPAGE="
-       https://github.com/ijl/orjson/
-       https://pypi.org/project/orjson/
-"
-
-LICENSE="|| ( Apache-2.0 MIT )"
-# Dependent crate licenses
-LICENSE+="
-       Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 MIT Unicode-3.0
-"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-BDEPEND="
-       >=dev-util/maturin-1.7.8[${PYTHON_USEDEP}]
-       test? (
-               dev-python/arrow[${PYTHON_USEDEP}]
-               dev-python/numpy[${PYTHON_USEDEP}]
-               dev-python/psutil[${PYTHON_USEDEP}]
-               dev-python/pytz[${PYTHON_USEDEP}]
-       )
-"
-
-QA_FLAGS_IGNORED=".*"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest

diff --git a/dev-python/orjson/orjson-3.11.2.ebuild 
b/dev-python/orjson/orjson-3.11.2.ebuild
deleted file mode 100644
index 66bdc74da7f4..000000000000
--- a/dev-python/orjson/orjson-3.11.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{11..14} )
-
-# upstream is vendoring crates
-CRATES="
-"
-
-RUST_MIN_VER="1.88.0"
-
-inherit cargo distutils-r1 pypi
-
-DESCRIPTION="Fast, correct Python JSON library supporting dataclasses, 
datetimes, and numpy"
-HOMEPAGE="
-       https://github.com/ijl/orjson/
-       https://pypi.org/project/orjson/
-"
-
-LICENSE="|| ( Apache-2.0 MIT )"
-# Dependent crate licenses
-LICENSE+="
-       Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 MIT Unicode-3.0
-"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-BDEPEND="
-       >=dev-util/maturin-1.7.8[${PYTHON_USEDEP}]
-       test? (
-               dev-python/arrow[${PYTHON_USEDEP}]
-               dev-python/numpy[${PYTHON_USEDEP}]
-               dev-python/psutil[${PYTHON_USEDEP}]
-               dev-python/pytz[${PYTHON_USEDEP}]
-       )
-"
-
-QA_FLAGS_IGNORED=".*"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest

Reply via email to