commit: 9a0ca41944fe52e7b249e057dba7b5d176a452f8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 18:40:46 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 18:40:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0ca419
dev-python/makefun: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/makefun/Manifest | 1 -
.../files/makefun-1.13.1-no_pytest-runner.patch | 10 ---------
dev-python/makefun/makefun-1.13.1.ebuild | 25 ----------------------
3 files changed, 36 deletions(-)
diff --git a/dev-python/makefun/Manifest b/dev-python/makefun/Manifest
index 1e449426b362..dd63d8aca6e2 100644
--- a/dev-python/makefun/Manifest
+++ b/dev-python/makefun/Manifest
@@ -1,2 +1 @@
-DIST makefun-1.13.1.tar.gz 72170 BLAKE2B
b1b5e76277e742ef51bcdf2bf6f1d1e761010d75bc3f20d7a8c079b368972b90775bd3bb23cf1787911a8d858549d72d4a2c9379675e59f359486bf1c49566e2
SHA512
ae103d3827673c4124d051e3c76d3d0d126c783ac7a1ea09de3801fd695439eaa549c297bd5c262184a3ee6fdf7b046065081fa3183642778148c2134d7bfc06
DIST makefun-1.14.0.tar.gz 73792 BLAKE2B
8a3f947d53787efc1be6d76c4c817063a21d0e135815d196988aa2c6d1e0998344010dfd1e2f33f31c0d47fcad8b7e4c0c7c9e408bdd3ea60f668c3ec8ae09dd
SHA512
49b239a559e0ec5e28c29c210161c3530e1d89b39a22f16382f0569a47a6d696917d86c9abefb7ac6dc59f904276f8a853a2dc09b1d9c2332e422757f6eb9a08
diff --git a/dev-python/makefun/files/makefun-1.13.1-no_pytest-runner.patch
b/dev-python/makefun/files/makefun-1.13.1-no_pytest-runner.patch
deleted file mode 100644
index 659717903361..000000000000
--- a/dev-python/makefun/files/makefun-1.13.1-no_pytest-runner.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -27,7 +27,6 @@
- [options]
- setup_requires =
- setuptools_scm
-- pytest-runner
- install_requires =
- funcsigs;python_version<'3.3'
- tests_require =
diff --git a/dev-python/makefun/makefun-1.13.1.ebuild
b/dev-python/makefun/makefun-1.13.1.ebuild
deleted file mode 100644
index c95083f79b0b..000000000000
--- a/dev-python/makefun/makefun-1.13.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-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}]"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.13.1-no_pytest-runner.patch
-)
-
-distutils_enable_tests pytest