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/pluggy/
Date: Thu, 26 Aug 2021 07:09:17 +0000 (UTC)	[thread overview]
Message-ID: <1629961754.f4440f1c27cad05ef5cc30e67a38e0999193b152.mgorny@gentoo> (raw)

commit:     f4440f1c27cad05ef5cc30e67a38e0999193b152
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 07:01:41 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 07:09:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4440f1c

dev-python/pluggy: Bump to 1.0.0

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

 dev-python/pluggy/Manifest            |  1 +
 dev-python/pluggy/pluggy-1.0.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/pluggy/Manifest b/dev-python/pluggy/Manifest
index a3ce44c13b1..37992c1d2be 100644
--- a/dev-python/pluggy/Manifest
+++ b/dev-python/pluggy/Manifest
@@ -1 +1,2 @@
 DIST pluggy-0.13.1.tar.gz 57962 BLAKE2B aa0a3eec06c988a727bc15511313f12a08bde65da55bcc5e7547a654e3ca8a34c12dfa72166b6a37b524972730f08454b6a0446e071d2710396e868ae3a77151 SHA512 eb747ff341cedacbd90eb20e22ad3d1ddf5588056f14d069f56331f4141a15b7eccaee23ea196d2f4906964ddb77a79b156bbf3ef8c8083e9952c55d13d55f3e
+DIST pluggy-1.0.0.tar.gz 51510 BLAKE2B 8107df9a91a843166a602e7518dd1d4167304464a8cc80180b60b03a2ac803be9b1ba190df9189907addd34a92b93a6b271d3d6b7485aa563203ce733c6a656c SHA512 cf0bcbb4330c24ce473614befa19548f33fb39fa0ad094e1eae786202d7adadc28e16499f80ab96b630091765404ca5c5b6f9a55bc605e03514d8ab50cf9ae00

diff --git a/dev-python/pluggy/pluggy-1.0.0.ebuild b/dev-python/pluggy/pluggy-1.0.0.ebuild
new file mode 100644
index 00000000000..f6228c328ef
--- /dev/null
+++ b/dev-python/pluggy/pluggy-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="plugin and hook calling mechanisms for python"
+HOMEPAGE="https://pluggy.readthedocs.io/ https://github.com/pytest-dev/pluggy https://pypi.org/project/pluggy/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="$(python_gen_cond_dep \
+	'dev-python/importlib_metadata[${PYTHON_USEDEP}]' pypy3)"
+BDEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-08-26  7:09 UTC|newest]

Thread overview: 106+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-26  7:09 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-31 10:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/pluggy/ Michał Górny
2025-05-31  9:59 Michał Górny
2025-05-16  4:05 Michał Górny
2025-05-08 19:10 Michał Górny
2025-02-15  7:12 Michał Górny
2024-10-14 12:42 Michał Górny
2024-05-08 18:31 Michał Górny
2024-05-08  8:15 Michał Górny
2024-05-08  7:50 Michał Górny
2024-04-21  2:35 Michał Górny
2024-02-08 14:48 Michał Górny
2024-01-24 18:56 Michał Górny
2023-09-30  6:46 Michał Górny
2023-09-30  5:52 Arthur Zamarin
2023-08-27 15:59 Michał Górny
2023-07-24 11:06 Michał Górny
2023-07-24 10:05 Jakov Smolić
2023-06-21 15:01 Michał Górny
2023-06-20  5:38 Michał Górny
2023-05-03 10:47 Fabian Groffen
2022-06-10  4:15 Michał Górny
2022-06-10  3:09 Sam James
2022-05-09 20:38 Michał Górny
2022-05-09 15:01 Michał Górny
2022-04-14 18:41 Fabian Groffen
2021-11-09 14:01 Michał Górny
2021-11-09 10:38 Michał Górny
2021-10-16 22:23 Sam James
2021-10-16 22:22 Sam James
2021-10-16 22:00 Sam James
2021-10-10 15:35 Agostino Sarubbo
2021-10-06 23:06 Sam James
2021-10-06 23:06 Sam James
2021-10-04  0:47 Sam James
2021-10-03 18:51 Sam James
2021-10-03 18:51 Sam James
2021-08-21 22:15 James Le Cuirot
2021-05-05 17:05 Michał Górny
2020-11-28  7:47 Sam James
2020-10-16  4:48 Joshua Kinard
2020-07-11 22:28 Sam James
2020-05-25 16:16 Michał Górny
2020-04-26 19:02 Matt Turner
2020-04-08 20:53 Sergei Trofimovich
2020-04-04 10:52 Sergei Trofimovich
2020-03-31 17:54 Mart Raudsepp
2020-03-29 14:35 Sergei Trofimovich
2020-03-28 11:59 Michał Górny
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 13:12 Agostino Sarubbo
2020-03-14 18:09 Mikle Kolyada
2020-03-03  7:22 Matt Turner
2020-02-06  9:02 Sergei Trofimovich
2020-02-05 19:26 Sergei Trofimovich
2020-02-03 12:39 Agostino Sarubbo
2020-01-31 22:17 Sergei Trofimovich
2020-01-30 12:55 Agostino Sarubbo
2020-01-30 10:10 Agostino Sarubbo
2020-01-07 19:22 Sergei Trofimovich
2020-01-03 12:40 Agostino Sarubbo
2019-12-24 14:15 Mikle Kolyada
2019-12-20 12:51 Agostino Sarubbo
2019-12-20 12:30 Agostino Sarubbo
2019-12-20 12:13 Agostino Sarubbo
2019-12-17  7:27 Sergei Trofimovich
2019-12-17  1:25 Aaron Bauman
2019-11-22  7:04 Michał Górny
2019-11-19 18:36 Matthew Thode
2019-11-16 11:02 Michał Górny
2019-11-15 12:13 Michał Górny
2019-11-15 12:13 Michał Górny
2019-11-15 12:13 Michał Górny
2019-05-11 16:02 Virgil Dupras
2019-04-17  3:38 Aaron Bauman
2019-04-08 22:07 Sergei Trofimovich
2019-03-15 10:13 Mikle Kolyada
2019-03-10 21:38 Matt Turner
2019-03-10 21:38 Matt Turner
2019-03-03  2:10 Matt Turner
2019-03-02 20:49 Thomas Deutschmann
2019-03-02 18:31 Mikle Kolyada
2019-03-01 16:20 Virgil Dupras
2019-02-22 20:17 Sergei Trofimovich
2019-02-21 20:28 Markus Meier
2019-02-07 12:31 Tobias Klausmann
2019-01-27 19:47 Virgil Dupras
2018-11-19 21:15 Fabian Groffen
2018-09-11 17:29 Virgil Dupras
2018-09-10 18:35 Virgil Dupras
2018-06-08  9:59 Mikle Kolyada
2018-03-11 20:40 Matt Turner
2018-02-24  3:21 Thomas Deutschmann
2018-02-21 20:18 Michał Górny
2017-12-16 21:49 Mike Gilbert
2017-11-11 14:57 Sergei Trofimovich
2017-09-16  5:40 Tim Harder
2017-09-16  5:40 Tim Harder
2017-07-29 20:38 Matt Thode
2017-07-11 20:33 Sebastien Fabbro
2017-06-21 10:27 Alexis Ballier
2017-02-23  6:22 Tim Harder
2017-02-23  5:50 Tim Harder
2017-01-21 18:54 Agostino Sarubbo
2016-10-26 23:05 Tim Harder
2016-02-01 15:44 Justin Lecher

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=1629961754.f4440f1c27cad05ef5cc30e67a38e0999193b152.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