commit:     87d07417240baf53e524fb1c808a05f1372255ea
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 11:11:22 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 11:11:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d07417

dev-python/minikanren: Remove old

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

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

diff --git a/dev-python/minikanren/Manifest b/dev-python/minikanren/Manifest
index a165d803bf57..a74c0973ec67 100644
--- a/dev-python/minikanren/Manifest
+++ b/dev-python/minikanren/Manifest
@@ -1,2 +1 @@
-DIST kanren-1.0.4.gh.tar.gz 51385 BLAKE2B 
1a998b17757f7586d71e9576daabb06868449920746487c88b05fc7a4cc847f035bfeeac78d8addbcf8d814aeb99cd02ddc15a3a0480abddbf5709d2841001c1
 SHA512 
ae71b7d33eeb05e4e828b3115fb79157f5cad2166845f7887079ba0ebfe6505dcec1835a8f45d8eae9c3d4cde41804eadd0bc426f211ddba48374b0a9709d2e2
 DIST kanren-1.0.5.gh.tar.gz 51391 BLAKE2B 
2007374c9e0420b648fd031b3d00b2dcc65abe4888b0b32c61c0e1255599e997d68b8b9e0e670b6036246a6f795755734089f3639f3ddb931deff7e91eaee904
 SHA512 
cd738e378a2037172c9ed59649f98fa65ce32fa72b6761a9b7cd7f665ac3e0786c500f80e1adbf4a04ad282c5965e7a584c64c723c8bf233f1a910dd907290f4

diff --git a/dev-python/minikanren/minikanren-1.0.4.ebuild 
b/dev-python/minikanren/minikanren-1.0.4.ebuild
deleted file mode 100644
index 040d025c82bd..000000000000
--- a/dev-python/minikanren/minikanren-1.0.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1
-
-MY_P=kanren-${PV}
-DESCRIPTION="Relational programming in Python"
-HOMEPAGE="
-       https://pypi.org/project/miniKanren/
-       https://github.com/pythological/kanren/
-"
-SRC_URI="
-       https://github.com/pythological/kanren/archive/v${PV}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
-
-RDEPEND="
-       >=dev-python/cons-0.4.0[${PYTHON_USEDEP}]
-       >=dev-python/etuples-0.3.1[${PYTHON_USEDEP}]
-       >=dev-python/logical-unification-0.4.1[${PYTHON_USEDEP}]
-       dev-python/multipledispatch[${PYTHON_USEDEP}]
-       dev-python/toolz[${PYTHON_USEDEP}]
-       dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

Reply via email to