public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yappi/
Date: Mon, 31 Oct 2022 15:49:23 +0000 (UTC)	[thread overview]
Message-ID: <1667231355.db94d35b8036d41bf9f41c1ec14c38e3af9b2af1.mgorny@gentoo> (raw)

commit:     db94d35b8036d41bf9f41c1ec14c38e3af9b2af1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 15:24:47 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 15:49:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db94d35b

dev-python/yappi: Bump to 1.4.0

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

 dev-python/yappi/Manifest           |  1 +
 dev-python/yappi/yappi-1.4.0.ebuild | 40 +++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/yappi/Manifest b/dev-python/yappi/Manifest
index f99179deb040..c0c1e736d320 100644
--- a/dev-python/yappi/Manifest
+++ b/dev-python/yappi/Manifest
@@ -1 +1,2 @@
 DIST yappi-1.3.6.gh.tar.gz 937785 BLAKE2B eb98d51f450091e66429affcc12f4329629bfc466dd8db9c5e77f5385a6b7bb551fd336825d64d94141ae41129618025a716a1b4e0718b022e67978330900bf0 SHA512 f55555042363581535eb4dfca096b1c698fb32720e5d1740d72ee7290f162ec44f0ed05936d6d85fc63f347e6be19b182550bd6e6593b65616d11d109fce8cbc
+DIST yappi-1.4.0.gh.tar.gz 938290 BLAKE2B 98a9c82d101e64f70f589b51ee461e1967c0fada75ab98e0de8f0446254e7ad73e25b842c85464953b9f81fc54d2007151dfc91e4176068a7cb320176c8828d2 SHA512 c557c67cfce29db1a526a2d385af28cd241eae46a653e9b4f7308a6f52ff1ede49b9211af09889c63eae3eeb38d55813a8026161b1184fccf4db4add8a022541

diff --git a/dev-python/yappi/yappi-1.4.0.ebuild b/dev-python/yappi/yappi-1.4.0.ebuild
new file mode 100644
index 000000000000..5e588ab2fbb2
--- /dev/null
+++ b/dev-python/yappi/yappi-1.4.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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"
+
+BDEPEND="
+	test? (
+		dev-python/gevent[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests unittest
+
+PATCHES=(
+	"${FILESDIR}/yappi-1.2.5-warnings.patch"
+)
+
+python_test() {
+	local -x PYTHONPATH=tests
+	eunittest
+}


             reply	other threads:[~2022-10-31 15:49 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-31 15:49 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-30 12:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/yappi/ Arthur Zamarin
2024-11-30 12:06 Arthur Zamarin
2024-11-30 11:40 Michał Górny
2024-11-23 18:27 Michał Górny
2024-11-23 18:02 Arthur Zamarin
2024-11-23 13:02 Arthur Zamarin
2024-11-23  9:52 Sam James
2024-11-13  6:55 Michał Górny
2024-11-08  4:52 Michał Górny
2023-12-24 17:24 Michał Górny
2023-12-24 17:21 Arthur Zamarin
2023-12-07 12:29 Michał Górny
2023-12-06 17:44 Arthur Zamarin
2023-11-24 15:29 Michał Górny
2023-11-04 18:03 Michał Górny
2023-05-04 17:04 Michał Górny
2022-12-25 17:55 Michał Górny
2022-12-25 17:03 Sam James
2022-12-25 16:45 Sam James
2022-11-17 18:07 Michał Górny
2022-09-07  5:03 Michał Górny
2022-09-06 21:15 Sam James
2022-09-06 21:12 Sam James
2022-08-03 17:30 Arthur Zamarin
2022-06-22 10:16 Agostino Sarubbo
2022-06-22 10:10 Agostino Sarubbo
2022-05-22 16:36 Michał Górny
2022-03-25  0:15 Marek Szuba
2021-11-13 21:24 Michał Górny
2021-11-13 21:09 Jakov Smolić
2021-11-13 12:51 Jakov Smolić
2021-10-06  4:56 Arthur Zamarin
2021-02-26 10:41 Michał Górny
2021-02-26 10:12 Agostino Sarubbo
2021-02-26  8:09 Agostino Sarubbo
2021-02-19 16:42 Michał Górny
2021-02-19 16:11 Sam James
2021-02-19  4:07 Sam James
2021-01-13 14:59 Sam James
2021-01-13 14:59 Sam James
2021-01-04 22:15 Patrick McLean
2020-12-16 16:48 Sam James
2020-12-10 22:04 Thomas Deutschmann
2020-08-02 21:08 Georgy Yakovlev
2020-07-12 16:57 Michał Górny
2020-06-04  6:35 Agostino Sarubbo
2020-06-04  6:23 Agostino Sarubbo
2020-05-04  6:16 Mart Raudsepp
2020-03-29 12:22 Michał Górny
2020-02-06  7:10 Michał Górny
2019-05-11 18:17 Matthew Thode
2019-04-09  7:05 Matthew Thode
2018-01-06 13:39 Michał Górny
2017-05-24 14:16 Manuel Rüger
2017-05-02 17:43 Michał Górny
2016-03-02  9:22 Patrick Lauer
2015-09-11  1:13 Patrick McLean
2015-09-10 20:47 Patrick McLean
2015-09-10 20:42 Patrick McLean

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1667231355.db94d35b8036d41bf9f41c1ec14c38e3af9b2af1.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox