commit: 428b39c61409aac81ef20095ec2cf4a74c56273e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 10:27:36 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 31 10:28:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428b39c6
dev-python/makefun: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/makefun/Manifest | 1 -
dev-python/makefun/makefun-1.15.6.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/dev-python/makefun/Manifest b/dev-python/makefun/Manifest
index d9f6492c4ccf..7ea88834bca7 100644
--- a/dev-python/makefun/Manifest
+++ b/dev-python/makefun/Manifest
@@ -1,2 +1 @@
-DIST makefun-1.15.6.tar.gz 72583 BLAKE2B
00cee1083a5c36d70e9e480af526ab2ee4f62ddc34a2320f6adb8be96a87ea13a8eac261b715c02311fc877d8a25f0779b891c41f1eb9cd4766eb25dc37a8393
SHA512
b495d28d838989cd67a219be1d4b8f3a1b5a03aeceb76c6445074d154b1b7c65a9bbc9ae8a3ee0aa6e991a9572f43ba93ed949bfccb97dc557250e4b735f0c2a
DIST makefun-1.16.0.tar.gz 73565 BLAKE2B
283f51291dfad55d9ff3a311f5af5af376e9614f089fa5825a404b984cba9e1d14c543d649518d3b24cec4174dddd76efa9d4f8fd2f125318b6a3539bbaabbdd
SHA512
42edad79771331e2fc664affd975f681787124da9cdd1ea25adcad51a7d20e8b5499c8043899ca6f30c9fbf23888c16e2f7476e0f5d136d8ca43a8d8c93d5eb9
diff --git a/dev-python/makefun/makefun-1.15.6.ebuild
b/dev-python/makefun/makefun-1.15.6.ebuild
deleted file mode 100644
index 9778e4c78944..000000000000
--- a/dev-python/makefun/makefun-1.15.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-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 pypi
-
-DESCRIPTION="Small library to dynamically create Python functions"
-HOMEPAGE="
- https://pypi.org/project/makefun/
- https://github.com/smarie/python-makefun/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
-
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest