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/jaraco-functools/
Date: Tue, 19 Aug 2025 02:41:35 +0000 (UTC)	[thread overview]
Message-ID: <1755571282.d1ea0e550e790085e2488e4e973c1eac1d7d5ec1.mgorny@gentoo> (raw)

commit:     d1ea0e550e790085e2488e4e973c1eac1d7d5ec1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 19 02:20:21 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 19 02:41:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ea0e55

dev-python/jaraco-functools: Bump to 4.3.0

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

 dev-python/jaraco-functools/Manifest               |  1 +
 .../jaraco-functools/jaraco-functools-4.3.0.ebuild | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest b/dev-python/jaraco-functools/Manifest
index 269c0c9f8417..bcb31b01228d 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1 +1,2 @@
 DIST jaraco_functools-4.2.1.tar.gz 19661 BLAKE2B 0052dd97f7d6a341d59aacfd089b8973292707cb65653c2f3b3777aee415bce5bd58e0883d903c028d5899cbf62e519e5bad3731dce76d1d1bd68c7072d691f2 SHA512 f32a0a3410cffb9467a2713d2867b95e4b7491f4df28e5191cceb4e748104617ff3df79f4a86916388fca8cbe379cd8f314ed5276826057aa07b35fb7e046568
+DIST jaraco_functools-4.3.0.tar.gz 19755 BLAKE2B c49e39a1b689b9d68e619b8164e1746d53bf3ccc30bd8810846fce122f7a21c67288a8ee1d425f47b410adf18baec3223d78f6b6a7db02d18ab75af535f6cc6b SHA512 494c1eba6963d6c679200d110f3f4de00be7caa5b3783675debfa53f622d6c13bfcadda291f3cdb3ce670d8975a20c813a6a7f9c9145bf5f0503eb71363ed86f

diff --git a/dev-python/jaraco-functools/jaraco-functools-4.3.0.ebuild b/dev-python/jaraco-functools/jaraco-functools-4.3.0.ebuild
new file mode 100644
index 000000000000..a6d14564bf69
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-4.3.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="
+	https://github.com/jaraco/jaraco.functools/
+	https://pypi.org/project/jaraco.functools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+	>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/jaraco-classes[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+src_configure() {
+	grep -q 'build-backend = "setuptools' pyproject.toml ||
+		die "Upstream changed build-backend, recheck"
+	# write a custom pyproject.toml to ease setuptools bootstrap
+	cat > pyproject.toml <<-EOF || die
+		[build-system]
+		requires = ["flit_core >=3.2,<4"]
+		build-backend = "flit_core.buildapi"
+
+		[project]
+		name = "jaraco.functools"
+		version = "${PV}"
+		description = "Functools like those found in stdlib"
+	EOF
+}
+
+python_install() {
+	distutils-r1_python_install
+	# rename to workaround a bug in pkg_resources
+	# https://bugs.gentoo.org/834522
+	mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || die
+}


             reply	other threads:[~2025-08-19  2:41 UTC|newest]

Thread overview: 121+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-19  2:41 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-20 11:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/ Arthur Zamarin
2025-07-12 11:42 Michał Górny
2025-06-22  4:00 Michał Górny
2025-05-08 19:10 Michał Górny
2025-02-15  7:12 Michał Górny
2024-11-02  9:01 Michał Górny
2024-11-02  8:48 Michał Górny
2024-09-28  7:42 Michał Górny
2024-08-17  8:48 Michał Górny
2024-08-17  8:33 Jakov Smolić
2024-08-02  4:50 Michał Górny
2024-05-04  7:25 Michał Górny
2024-05-04  7:13 Arthur Zamarin
2024-04-19  2:44 Michał Górny
2023-11-29 10:30 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-05  5:36 Michał Górny
2023-09-08  4:53 Michał Górny
2023-09-07 19:31 Arthur Zamarin
2023-08-26  5:31 Michał Górny
2023-08-06  5:31 Michał Górny
2023-07-05  8:14 Michał Górny
2023-07-05  8:01 Arthur Zamarin
2023-06-26  4:51 Michał Górny
2023-05-30  2:54 Michał Górny
2023-03-24 19:48 Michał Górny
2023-03-24 19:43 Arthur Zamarin
2023-03-21 16:45 Michał Górny
2023-02-20  6:24 Michał Górny
2023-02-12 19:05 Michał Górny
2023-02-07  9:26 Michał Górny
2022-11-03 19:30 Arthur Zamarin
2022-11-03 19:20 Arthur Zamarin
2022-09-27  2:04 Michał Górny
2022-08-29 10:37 Michał Górny
2022-08-17 19:40 Arthur Zamarin
2022-08-17 18:44 Arthur Zamarin
2022-07-14 18:34 Arthur Zamarin
2022-04-19  9:30 Andreas K. Hüttel
2022-03-27  9:50 Fabian Groffen
2022-03-04  7:57 Michał Górny
2022-03-04  7:18 Michał Górny
2022-02-27 18:52 Michał Górny
2022-02-27 12:23 Jakov Smolić
2022-02-13  9:33 Joshua Kinard
2022-02-07 21:15 James Le Cuirot
2022-02-04 12:04 Michał Górny
2022-02-04 10:27 Michał Górny
2022-02-03 10:58 Michał Górny
2022-01-20 14:20 Michał Górny
2022-01-20  8:41 Arthur Zamarin
2021-12-20  6:16 Arthur Zamarin
2021-12-02  9:39 Michał Górny
2021-12-02  8:40 Arthur Zamarin
2021-11-01  8:32 Michał Górny
2021-07-28 23:38 Marek Szuba
2021-05-06 14:44 Michał Górny
2021-04-27 18:22 Michał Górny
2021-03-27  7:49 Michał Górny
2021-03-25 19:09 Michał Górny
2021-03-25 14:23 Sam James
2021-03-15  8:45 Michał Górny
2021-03-15  0:07 Sam James
2021-02-21 20:12 Louis Sautier
2021-02-21 20:12 Louis Sautier
2021-02-11  8:40 Michał Górny
2020-12-28 19:27 Louis Sautier
2020-11-28 15:26 Sam James
2020-11-28 15:26 Sam James
2020-09-21 15:30 Michał Górny
2020-09-06 17:34 Sam James
2020-07-28 17:28 Sergei Trofimovich
2020-07-13 23:13 Sam James
2020-07-06 11:57 Michał Górny
2020-07-05 15:16 Michał Górny
2020-06-29 13:40 Agostino Sarubbo
2020-06-22 19:05 Mart Raudsepp
2020-05-27  7:16 Michał Górny
2020-05-16 11:25 Mikle Kolyada
2020-05-04 11:13 Michał Górny
2020-05-04  6:16 Mart Raudsepp
2020-04-27 13:59 Louis Sautier
2020-04-27 13:59 Louis Sautier
2020-03-25 13:00 Michał Górny
2020-03-25 13:00 Michał Górny
2020-02-08 11:33 Sergei Trofimovich
2020-01-05 12:48 Sergei Trofimovich
2019-12-31 15:18 Louis Sautier
2019-12-31 15:18 Louis Sautier
2019-12-12  2:19 Georgy Yakovlev
2019-12-08 23:31 Sergei Trofimovich
2019-12-04 19:44 Sergei Trofimovich
2019-12-02 21:13 Aaron Bauman
2019-11-27 12:59 Mikle Kolyada
2019-11-25 12:35 Michał Górny
2019-11-25  8:09 Patrick McLean
2019-11-22  0:20 Patrick McLean
2019-04-17 18:07 Aaron Bauman
2018-07-25 20:00 Louis Sautier
2018-07-04 20:29 Louis Sautier
2018-07-04 20:29 Louis Sautier
2018-06-25 10:40 Jason Zaman
2018-06-25  9:51 Louis Sautier
2018-06-18 10:34 Louis Sautier
2018-06-12  8:46 Patrice Clement
2018-06-12  8:46 Patrice Clement
2017-06-17 17:24 Agostino Sarubbo
2017-06-17 15:36 Agostino Sarubbo
2016-09-21  3:47 Göktürk Yüksek
2016-09-21  3:47 Göktürk Yüksek
2016-09-09  4:01 Göktürk Yüksek
2016-09-09  4:01 Göktürk Yüksek
2016-08-14 18:09 Michael Palimaka
2016-08-14 18:09 Michael Palimaka
2016-04-03 14:07 Ian Delaney
2016-04-03 14:07 Ian Delaney
2016-03-23 21:09 Patrice Clement
2016-03-23 21:09 Patrice Clement
2016-03-11  9:38 Patrice Clement
2015-12-30  2:32 Ian Delaney

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=1755571282.d1ea0e550e790085e2488e4e973c1eac1d7d5ec1.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