commit: 7a2c7c9e4e5514f48114b364098aeaeb7b9a2630
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 26 10:49:34 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 26 10:49:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2c7c9e
dev-python/cons: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cons/Manifest | 1 -
dev-python/cons/cons-0.4.6.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-python/cons/Manifest b/dev-python/cons/Manifest
index 3933786cca70..7deffb6270ab 100644
--- a/dev-python/cons/Manifest
+++ b/dev-python/cons/Manifest
@@ -1,2 +1 @@
-DIST cons-0.4.6.gh.tar.gz 40414 BLAKE2B
5d234ed77d44f0b892c3cc8fc4816a4cc1ca5cca36501adca8cbc84a48dff320c3ea45555aaa2203d1ed5072e74404e62184f000db393c155b008943990b7df3
SHA512
195a2e23a6ee37aba1cc34c0f26a2b55f86948c4a2eb5dab50b9b917bdee97bbb53562830c75184c8483260ba9bc9352d1430f99937aa29156cbf3ce2fb0254b
DIST cons-0.4.7.gh.tar.gz 17476 BLAKE2B
5a2e5487f4ce12249d620a0cf396c30957edca7f4aff33e8ee9e5e52584365480155666f64738075acd415658b2f916183075374afdda9d7c2b8a8c72d8be388
SHA512
710711757a2a705c66c0cabae30f462c1dc1934f6b318af0a6298a2ed15c50310d7037c152f6edf6bb8082d5a72b29816a0b83d6750f1d661b7d7b1b19b55459
diff --git a/dev-python/cons/cons-0.4.6.ebuild
b/dev-python/cons/cons-0.4.6.ebuild
deleted file mode 100644
index 89bce1de62ea..000000000000
--- a/dev-python/cons/cons-0.4.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Implementation of Lisp/Scheme-like cons in Python"
-HOMEPAGE="
- https://pypi.org/project/cons/
- https://github.com/pythological/python-cons/
-"
-SRC_URI="
- https://github.com/pythological/python-cons/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/python-${P}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
-
-RDEPEND="
- dev-python/logical-unification[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest