commit:     ede96842a29b6ce18e0390566e0035431d7fff7b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 06:44:09 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 06:55:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede96842

dev-python/yappi: Bump to 1.6.10

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

 dev-python/yappi/Manifest            |  1 +
 dev-python/yappi/yappi-1.6.10.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/yappi/Manifest b/dev-python/yappi/Manifest
index a4f8daf9d486..bed6f955789c 100644
--- a/dev-python/yappi/Manifest
+++ b/dev-python/yappi/Manifest
@@ -1,2 +1,3 @@
 DIST yappi-1.6.0.gh.tar.gz 938098 BLAKE2B 
7d5ad3066647419502ce43a2577509dbfc2ba898a8a68187a0e2efa2868764139c5a0bde873eb270f4acbb98749ee770e0cd00d24079318ab291dd5becc7a00e
 SHA512 
d6b9e30129d83ab24ac80732e6a31e7dcc9e7e0f8bedc39cd578b73b12007c38db6c5b101e4364d3d129ba24bb0adaae71bc48827ac577c8ef96c9a557a9d80f
+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.10.ebuild 
b/dev-python/yappi/yappi-1.6.10.ebuild
new file mode 100644
index 000000000000..a7cdee9d65fa
--- /dev/null
+++ b/dev-python/yappi/yappi-1.6.10.ebuild
@@ -0,0 +1,31 @@
+# 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 pypi
+
+DESCRIPTION="Yet Another Python Profiler"
+HOMEPAGE="
+       https://pypi.org/project/yappi/
+       https://github.com/sumerc/yappi/
+"
+
+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