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/pytools/
Date: Wed, 08 Oct 2025 06:26:04 +0000 (UTC)	[thread overview]
Message-ID: <1759904748.05522fbdf3737b9bd9a2b1329437745d7d555a05.mgorny@gentoo> (raw)

commit:     05522fbdf3737b9bd9a2b1329437745d7d555a05
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  8 04:54:25 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  8 06:25:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05522fbd

dev-python/pytools: Bump to 2025.2.5

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

 dev-python/pytools/Manifest                |  1 +
 dev-python/pytools/pytools-2025.2.5.ebuild | 33 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 0b340f731401..548a2578cd82 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1,4 @@
 DIST pytools-2025.2.2.tar.gz 84641 BLAKE2B 942b949ee3d6c0ad27300cd35bb6b8ae44e352943fb7213769e73295cf337164a028a6f58e5f1b4fd427a68b5e877fcb2ce8086cc44f73d0987ffa29c24518d2 SHA512 eaef09ffedec7d73fe9d397502c0f28ad1383f07d68aa8b317c641cc274148a19ea17e1bc07387d4990fce5783031d4040059f0131aaf8660420096a96e27954
 DIST pytools-2025.2.3.tar.gz 85860 BLAKE2B d76daad77e500e1a531f0720ea3b7a7b2b1fb46173df85a852c4eaedf0bc192377aaa308be3d38c32da842d58543b876624b9f84238e836570dc0d048f80cd43 SHA512 4aac187d61c82e7bc871b5fe64e0a3438afb42838ac2f72072caac51f409fb7776230cde672ff9543be5b388407975cdd1a6bce13df7e8e0b1eb3e11371e7b11
 DIST pytools-2025.2.4.tar.gz 85878 BLAKE2B 4618f89842762b52355522ce6c6be79dbb7d693140420003b91acae1a1e46464e7d76d520d7f438fb813f99d87dcd8b18b0e2c16a401d4e68a4b12a9d6835b2f SHA512 bdbff20bc828117fddabde4b71bd166a94381d913c98e1cf49eace165a4440faf9ecb68ed5b0e5be429127423cf532a70f6edd13cf18d8cede833c1fb0d6d08d
+DIST pytools-2025.2.5.tar.gz 85594 BLAKE2B e393d409ac20729d94f2b69257d8aae8bcde367b037f03f9e10337d91151d8d61741392ccf9407c53a11f7b20b1c06a839f6d469f002721eba6b0ae2eb026f45 SHA512 6daf3cfa94024072cbbc1ebb7e4173f95ad7bc00c7d6bf47980659e122c69895619a6164c5e3baf978bc01fcec55034d484570d37d627f065107eb415b41303f

diff --git a/dev-python/pytools/pytools-2025.2.5.ebuild b/dev-python/pytools/pytools-2025.2.5.ebuild
new file mode 100644
index 000000000000..4d847634cb6a
--- /dev/null
+++ b/dev-python/pytools/pytools-2025.2.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+	https://mathema.tician.de/software/pytools/
+	https://github.com/inducer/pytools/
+	https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+
+# NB: numpy are an "extra" (optional) deps
+RDEPEND="
+	>=dev-python/numpy-1.6[${PYTHON_USEDEP}]
+	>=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
+	>=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
+	>=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+EPYTEST_XDIST=1
+distutils_enable_tests pytest


             reply	other threads:[~2025-10-08  6:26 UTC|newest]

Thread overview: 175+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-08  6:26 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-21 21:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/ Sam James
2025-09-04  2:27 Michał Górny
2025-08-30  3:37 Michał Górny
2025-08-02 16:15 Michał Górny
2025-07-16  2:43 Michał Górny
2025-07-12 11:42 Michał Górny
2025-07-04  3:19 Michał Górny
2025-07-03  2:28 Michał Górny
2025-06-26  9:41 Michał Górny
2025-06-14 14:56 Michał Górny
2025-06-14 13:54 Sam James
2025-05-28  4:57 Michał Górny
2025-05-24  9:16 Michał Górny
2025-05-24  9:11 Michał Górny
2025-05-24  9:03 Michał Górny
2025-05-15  4:36 Michał Górny
2025-05-10  7:41 Michał Górny
2025-05-06  5:29 Michał Górny
2025-04-19 14:56 Michał Górny
2025-04-19 13:20 Michał Górny
2025-03-29  7:41 Arthur Zamarin
2025-03-28  6:47 Michał Górny
2025-02-01 10:13 Michał Górny
2025-02-01  9:56 Arthur Zamarin
2025-01-13  4:37 Michał Górny
2025-01-12  3:32 Michał Górny
2024-12-28 10:47 Michał Górny
2024-12-28  9:45 Sam James
2024-12-21 12:31 Michał Górny
2024-12-13  6:15 Michał Górny
2024-12-10  4:35 Michał Górny
2024-12-05  5:39 Michał Górny
2024-12-01  3:24 Michał Górny
2024-11-30 11:47 Michał Górny
2024-11-28  6:43 Michał Górny
2024-11-22 12:32 Michał Górny
2024-11-13  6:55 Michał Górny
2024-09-21 12:04 Arthur Zamarin
2024-09-06  9:25 Michał Górny
2024-08-31 10:35 Michał Górny
2024-08-31 10:28 Arthur Zamarin
2024-08-13  4:55 Michał Górny
2024-08-10  7:31 Michał Górny
2024-08-10  7:25 Michał Górny
2024-08-07 14:10 Michał Górny
2024-08-03 18:58 Michał Górny
2024-08-03 16:48 Jakov Smolić
2024-08-03  6:24 Michał Górny
2024-07-23 20:06 Michał Górny
2024-07-18  1:56 Michał Górny
2024-07-17  4:11 Michał Górny
2024-07-13  8:01 Michał Górny
2024-07-13  7:35 Arthur Zamarin
2024-07-12  2:33 Michał Górny
2024-07-10 12:31 Sam James
2024-07-10 11:39 Jakov Smolić
2024-07-10  6:32 Michał Górny
2024-06-29  3:26 Michał Górny
2024-06-22 15:01 Michał Górny
2024-06-22 13:48 Arthur Zamarin
2024-06-08  9:02 Michał Górny
2024-06-08  7:20 Arthur Zamarin
2024-06-08  5:06 Michał Górny
2024-06-01  3:57 Michał Górny
2024-05-22  4:49 Michał Górny
2024-05-11 13:45 Michał Górny
2024-05-11 11:06 Arthur Zamarin
2024-04-25  4:43 Michał Górny
2024-04-06  9:35 Michał Górny
2024-04-06  9:31 Arthur Zamarin
2024-03-21  5:39 Michał Górny
2023-11-24 15:45 Arthur Zamarin
2023-09-25 18:52 Michał Górny
2023-09-25 17:33 Arthur Zamarin
2023-08-19 16:24 Marek Szuba
2023-08-19 16:24 Marek Szuba
2023-07-26  6:03 Michał Górny
2023-07-24 10:59 Michał Górny
2023-07-24  8:54 Jakov Smolić
2023-06-19  4:58 Michał Górny
2023-03-16  4:07 Michał Górny
2023-02-17  6:21 Michał Górny
2023-02-16 22:50 Sam James
2022-12-27  8:36 Michał Górny
2022-12-25 17:50 Michał Górny
2022-12-25 16:42 Sam James
2022-11-20  7:45 Michał Górny
2022-07-26  4:46 Sam James
2022-07-25  7:14 Michał Górny
2022-07-25  7:07 Agostino Sarubbo
2022-06-26 16:52 Arthur Zamarin
2022-06-22 16:59 Arthur Zamarin
2022-06-22 11:50 Michał Górny
2022-06-22 10:10 Agostino Sarubbo
2022-06-20  6:22 Michał Górny
2022-06-05  5:48 Michał Górny
2022-05-30 10:42 Marek Szuba
2022-05-21 19:25 Michał Górny
2022-05-21 17:35 Jakov Smolić
2022-05-21  6:47 Michał Górny
2022-05-20  8:29 Michał Górny
2022-05-05  7:08 Arthur Zamarin
2022-04-28 18:48 Michał Górny
2022-04-26  9:59 Michał Górny
2022-04-19 16:03 Michał Górny
2022-04-19 13:46 Jakov Smolić
2022-04-19  8:45 Michał Górny
2022-04-08  7:33 Michał Górny
2022-04-07 16:59 Arthur Zamarin
2022-03-26 22:31 Marek Szuba
2022-03-18 10:08 Michał Górny
2022-03-16  8:09 Michał Górny
2022-03-15 18:30 Jakov Smolić
2022-03-09 20:06 Arthur Zamarin
2022-02-10 23:56 Michał Górny
2021-12-02  9:57 Michał Górny
2021-12-02  8:54 Jakov Smolić
2021-11-02  6:35 Michał Górny
2021-09-18 19:43 Michał Górny
2021-09-18 17:18 Sam James
2021-08-16  5:39 Michał Górny
2021-07-03  6:29 Michał Górny
2021-07-03  6:17 Agostino Sarubbo
2021-05-31  6:39 Michał Górny
2021-05-15  0:36 Marek Szuba
2021-05-06  7:33 Michał Górny
2021-05-06  6:55 Agostino Sarubbo
2021-04-27 11:05 Marek Szuba
2021-04-25 21:58 Michał Górny
2021-04-24  9:04 Michał Górny
2021-04-12 16:17 Michał Górny
2021-04-12 15:50 Sam James
2021-04-11 11:23 Michał Górny
2021-04-11 11:11 Sam James
2021-04-06  7:22 Michał Górny
2021-04-03  6:59 Michał Górny
2021-03-24  8:16 Michał Górny
2021-03-11  8:48 Michał Górny
2021-03-08  7:25 Michał Górny
2021-02-19 16:37 Michał Górny
2021-02-19 12:20 Sam James
2021-02-19 12:07 Sam James
2021-01-13 20:16 Michał Górny
2021-01-13 19:34 Sam James
2021-01-10  9:42 Michał Górny
2020-12-14  8:35 Michał Górny
2020-12-09 10:28 Marek Szuba
2020-09-30  9:15 Marek Szuba
2020-09-05 19:44 Marek Szuba
2020-08-24 17:19 Marek Szuba
2020-08-23 11:34 David Seifert
2020-07-29 11:33 Marek Szuba
2020-07-17 20:10 Marek Szuba
2020-06-26 17:35 Marek Szuba
2020-06-26 17:35 Marek Szuba
2020-06-26 16:10 Marek Szuba
2020-05-17 13:47 Michał Górny
2020-05-17  7:50 Michał Górny
2020-05-10 15:28 Mikle Kolyada
2020-03-30 17:44 Michał Górny
2020-03-25 11:06 Michał Górny
2020-01-16  6:05 Michał Górny
2018-06-26  2:04 Aaron Bauman
2018-06-25 23:20 Thomas Deutschmann
2018-06-24 19:21 Pacho Ramos
2017-09-17 21:09 Matt Turner
2017-09-17  8:43 Michał Górny
2017-07-31 18:12 Sebastien Fabbro
2017-07-15 17:25 Tobias Klausmann
2017-05-02 16:41 Michał Górny
2017-01-21  1:41 David Seifert
2017-01-21  1:41 David Seifert
2017-01-21  1:41 David Seifert
2016-02-10 16:15 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=1759904748.05522fbdf3737b9bd9a2b1329437745d7d555a05.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