commit: e31b8497c9a625404559053111c08f46224bff1b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 10 03:22:36 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 10 03:39:15 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31b8497
dev-python/kiwisolver: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/kiwisolver/Manifest | 1 -
dev-python/kiwisolver/kiwisolver-1.4.8.ebuild | 41 ---------------------------
2 files changed, 42 deletions(-)
diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest
index db5d5a30cbde..6318894f1482 100644
--- a/dev-python/kiwisolver/Manifest
+++ b/dev-python/kiwisolver/Manifest
@@ -1,2 +1 @@
-DIST kiwi-1.4.8.gh.tar.gz 91933 BLAKE2B
a40c03fb154c34f050ee67a63a2c3e7223553f72882bc0fade722b452c49abdcaee802d3b53e5dca9b502bcbe8933bea65fb9d9f3e59096d028255752dcbd0c8
SHA512
487bfd8c59b85b67724da81e2c758e2800b4bf8e76929fc7ea75fe03a3759cc8a57943c8d8940b8d5e75d6e748e236250129bc929303e999a5431f4212b753f2
DIST kiwi-1.4.9.gh.tar.gz 91851 BLAKE2B
97999037a593887629a9b5da21f96a0d473a94bb45a7f16e8a936f24e18c076265c32f40475ef325304445c7c40bb4bb88a5a42540564956a7845109a4721fd9
SHA512
a59db8f06632317cc315dcacfc8884934aa5986b5f75d44631d8de4ed6b264c004fb46f26ffcab2a5f5a9daeb700b727922aa9a28b46657d52863acab5ab2d83
diff --git a/dev-python/kiwisolver/kiwisolver-1.4.8.ebuild
b/dev-python/kiwisolver/kiwisolver-1.4.8.ebuild
deleted file mode 100644
index 3dee4cfb3e9b..000000000000
--- a/dev-python/kiwisolver/kiwisolver-1.4.8.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2025 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_{11..14} pypy3_11 )
-
-inherit distutils-r1
-
-MY_P=kiwi-${PV}
-DESCRIPTION="An efficient C++ implementation of the Cassowary constraint
solving algorithm"
-HOMEPAGE="
- https://github.com/nucleic/kiwi/
- https://pypi.org/project/kiwisolver/
-"
-SRC_URI="
- https://github.com/nucleic/kiwi/archive/${PV}.tar.gz ->
${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Clear-BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ppc ppc64 ~riscv ~s390
~sparc x86 ~arm64-macos ~x64-macos"
-
-COMMON_DEPEND="
- >=dev-python/cppy-1.3.0[${PYTHON_USEDEP}]
-"
-
-RDEPEND="
- ${COMMON_DEPEND}
-"
-BDEPEND="
- ${COMMON_DEPEND}
- >=dev-python/setuptools-scm-3.4.3[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}