commit:     ef1704128a2e8d0c397b53116e9d21c53ae52140
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 06:54:19 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 07:07:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef170412

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.0.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-python/makefun/Manifest b/dev-python/makefun/Manifest
index 9b2d634367a7..31183eec2c06 100644
--- a/dev-python/makefun/Manifest
+++ b/dev-python/makefun/Manifest
@@ -1,2 +1 @@
-DIST makefun-1.15.0.tar.gz 74404 BLAKE2B 
b35ff14d46d50031ed42a13154c82f3fbe4105179c587dacebc0773a0d0be613e9858d57f497b8d710d7571f55230fc644592e6df67799736b37867feeb09b2e
 SHA512 
067bd6a4176196a3aa4e96b7d460e45479cbd86d1cc611f1716fb8d1cdc17491e56f5676d7a287006ed8b80471dd28f5f48cb2eb8c1893883e3308ed9347fbae
 DIST makefun-1.15.1.tar.gz 74521 BLAKE2B 
e5ea20d64cebadedc63af851fd988f4b5102ea802215e87e23b5f9452bef5356f027f71853658b95caf85b6ff2c5497a8769c8e52b1d2d0c141029e1ee08bcaa
 SHA512 
d5a43283eba61576546dbce7791825607a813658a4ef68ed6d173f8438e08f6a84027a7ce75a748e245f8dd532ca6a9eb1afa0ce795517e77b08f03c29fea034

diff --git a/dev-python/makefun/makefun-1.15.0.ebuild 
b/dev-python/makefun/makefun-1.15.0.ebuild
deleted file mode 100644
index ed9bd37f0d2d..000000000000
--- a/dev-python/makefun/makefun-1.15.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Small library to dynamically create Python functions"
-HOMEPAGE="
-       https://pypi.org/project/makefun/
-       https://github.com/smarie/python-makefun/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-
-BDEPEND="
-       dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -e '/pytest-runner/d' -i setup.cfg || die
-       distutils-r1_src_prepare
-}

Reply via email to