commit:     b6b22f150e29ff7abd7adf086b826298fff05100
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 07:01:26 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 08:14:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b22f15

dev-python/ujson: Remove old

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

 dev-python/ujson/Manifest           |  1 -
 dev-python/ujson/ujson-5.9.0.ebuild | 41 -------------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-python/ujson/Manifest b/dev-python/ujson/Manifest
index 147076b600cc..6427eadc2de9 100644
--- a/dev-python/ujson/Manifest
+++ b/dev-python/ujson/Manifest
@@ -1,2 +1 @@
 DIST ujson-5.10.0.tar.gz 7154885 BLAKE2B 
5cb09e7b8576b837f19e604eda2f498d5cf479c9b0018d948e011a53c5b91fcaf869d8b8f0babf6c1d725e1ba000f107f767a7c2f74c52121bce95a2082938a7
 SHA512 
29aeb2f57c607c382deb2825f6262b73d11f1edff0545338819d081f223dabb66b2967744cc11b9f4c0b7f042d51688f04bf07fb9b2cdb6adfec439a3d8aea32
-DIST ujson-5.9.0.tar.gz 7154214 BLAKE2B 
a13eda1c967b8ad39265caf28f97ef302a0b320653cde3ac927dc8119861aa468cfe267980c18b71172f5b766b2e6bc61bb86f18695528934902867ae3a42d37
 SHA512 
9940bc0c892341a6d2b85cfe592888866f02f054f1367812c39395eaee946f7c66a0197b2791bbb765ae38a06dcd871145effefbc06c71a87f7d24be105cda1f

diff --git a/dev-python/ujson/ujson-5.9.0.ebuild 
b/dev-python/ujson/ujson-5.9.0.ebuild
deleted file mode 100644
index f569e3aff688..000000000000
--- a/dev-python/ujson/ujson-5.9.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 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 pypi
-
-DESCRIPTION="Ultra fast JSON encoder and decoder for Python"
-HOMEPAGE="
-       https://github.com/ultrajson/ultrajson/
-       https://pypi.org/project/ujson/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-
-DEPEND="
-       dev-libs/double-conversion:=
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       dev-python/setuptools-scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/pytz[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_configure() {
-       export 
UJSON_BUILD_DC_INCLUDES="${EPREFIX}/usr/include/double-conversion"
-       export UJSON_BUILD_DC_LIBS="-ldouble-conversion"
-       export UJSON_BUILD_NO_STRIP=1
-}

Reply via email to