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/pyformance/
Date: Thu, 16 Feb 2023 17:47:46 +0000 (UTC)	[thread overview]
Message-ID: <1676568921.6c6c5d7698e45a7042963ae649a5fe70aac04cd1.mgorny@gentoo> (raw)

commit:     6c6c5d7698e45a7042963ae649a5fe70aac04cd1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 17:34:47 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 17:35:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6c5d76

dev-python/pyformance: EAPI 8, PEP517, py3.11

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

 dev-python/pyformance/pyformance-0.4-r2.ebuild | 44 ++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/dev-python/pyformance/pyformance-0.4-r2.ebuild b/dev-python/pyformance/pyformance-0.4-r2.ebuild
new file mode 100644
index 000000000000..e13cf4ffb999
--- /dev/null
+++ b/dev-python/pyformance/pyformance-0.4-r2.ebuild
@@ -0,0 +1,44 @@
+# 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_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Performance metrics, based on Coda Hale's Yammer metrics"
+HOMEPAGE="
+	https://pyformance.readthedocs.org/
+	https://github.com/omergertel/pyformance/
+	https://pypi.org/project/pyformance/
+"
+SRC_URI+="
+	https://dev.gentoo.org/~chutzpah/dist/python/${P}-patches.tar.xz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+	"${WORKDIR}/${P}-patches"
+)
+
+src_prepare() {
+	sed -e "s/find_packages()/find_packages(exclude=['tests'])/" \
+		-i setup.py || die
+	distutils-r1_src_prepare
+}


             reply	other threads:[~2023-02-16 17:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-16 17:47 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  7:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyformance/ Michał Górny
2024-05-18  7:47 Michał Górny
2023-11-07 16:02 Michał Górny
2021-05-28 14:19 Michał Górny
2020-03-28 17:44 Michał Górny
2020-03-06 18:30 Patrick McLean
2020-02-18 20:02 Patrick McLean
2018-08-21 18:50 Zac Medico
2018-08-21  8:31 Patrice Clement
2017-05-02 14:02 Michał Górny
2017-03-15  9:15 Zac Medico
2017-02-02 13:01 Manuel Rüger
2016-08-29 21:22 Zac Medico

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=1676568921.6c6c5d7698e45a7042963ae649a5fe70aac04cd1.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