commit:     ef3e11536c56001ae0a0fc64e020c4af4e17ec87
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 12:49:41 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 13:46:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3e1153

dev-python/yappi: Remove old

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

 dev-python/yappi/Manifest           |  1 -
 dev-python/yappi/yappi-1.6.9.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/yappi/Manifest b/dev-python/yappi/Manifest
index 618b4a2ed8d9..5d3cb7234e80 100644
--- a/dev-python/yappi/Manifest
+++ b/dev-python/yappi/Manifest
@@ -1,2 +1 @@
 DIST yappi-1.6.10.tar.gz 59379 BLAKE2B 
683077b7aa070d2f2e34c983bbd7d653d07dbe0aba958962af370c124a947923587c6b3facd015c22f4176e48ad9e6b8f3e9908f042e727973cfb1196ab55535
 SHA512 
c484066ed6ccd667aa8e0d1890d9da5681c811f02c763128101d99848bc762114d77660c6351c6b163a8b4ffceb2678951acbcd45f2fff9349a62f37be2d0c43
-DIST yappi-1.6.9.gh.tar.gz 938153 BLAKE2B 
a14f7cc20a53b7e8b03544cad81c2d35e8874e15b6a4ef69b3fbaf06343e12a89513f768e62a2e91869175eaff4636caa4e60663caea56e1ca68cc85bdd36deb
 SHA512 
c75e8911772473adb534b5b9afcde7053d73398b30938b8a64aa2d5af12c26618aca90d871f4fdd30f06ec58966931ae5088d4946cf0779e24e5be9f68e1ac22

diff --git a/dev-python/yappi/yappi-1.6.9.ebuild 
b/dev-python/yappi/yappi-1.6.9.ebuild
deleted file mode 100644
index 594dab20c7fe..000000000000
--- a/dev-python/yappi/yappi-1.6.9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Yet Another Python Profiler"
-HOMEPAGE="
-       https://pypi.org/project/yappi/
-       https://github.com/sumerc/yappi/
-"
-SRC_URI="
-       https://github.com/sumerc/yappi/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-distutils_enable_tests unittest
-
-PATCHES=(
-       "${FILESDIR}/yappi-1.2.5-warnings.patch"
-)
-
-python_test() {
-       local -x PYTHONPATH=tests
-       eunittest
-}

Reply via email to