From 70a061c3f38986cf8f04a4c6567114cea348169e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Nov 2023 16:55:57 +0000 Subject: gentoo auto-resync : 29:11:2023 - 16:55:57 --- dev-python/makefun/makefun-1.15.1.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 dev-python/makefun/makefun-1.15.1.ebuild (limited to 'dev-python/makefun/makefun-1.15.1.ebuild') diff --git a/dev-python/makefun/makefun-1.15.1.ebuild b/dev-python/makefun/makefun-1.15.1.ebuild deleted file mode 100644 index e422b0555e2d..000000000000 --- a/dev-python/makefun/makefun-1.15.1.ebuild +++ /dev/null @@ -1,30 +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_{10..12} ) - -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 - -src_prepare() { - sed -e '/pytest-runner/d' -i setup.cfg || die - distutils-r1_src_prepare -} -- cgit v1.2.3