From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typing-extensions/
Date: Wed, 26 Mar 2025 06:35:12 +0000 (UTC) [thread overview]
Message-ID: <1742970900.e49fdaac546912aef9b5666d255e7846ec2ddb07.mgorny@gentoo> (raw)
commit: e49fdaac546912aef9b5666d255e7846ec2ddb07
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 26 06:08:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 26 06:35:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49fdaac
dev-python/typing-extensions: Bump to 4.13.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/typing-extensions/Manifest | 1 +
.../typing-extensions-4.13.0.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/typing-extensions/Manifest b/dev-python/typing-extensions/Manifest
index 70cc78e4abcd..5cde7c82c2aa 100644
--- a/dev-python/typing-extensions/Manifest
+++ b/dev-python/typing-extensions/Manifest
@@ -1,2 +1,3 @@
DIST typing_extensions-4.12.2.tar.gz 85321 BLAKE2B 8f32740675f5da226c6fd5fa95e0b903794d76cc25d759bee6b136913a3eedc7a702cdc7709587cae13ba3b3d44a7bb1acbdad61333fe655382e3d01d63a3fa7 SHA512 b06f26ae55194f37ee48dcb894bf583051c9e74f639f25195990f56330eae7b585ab4b8655ca575539f48254c20f1920628db6db10512953d1f6364e3c076a27
+DIST typing_extensions-4.13.0.tar.gz 106520 BLAKE2B 65aff07587aae79fce1e69c127dc02955169288f944542e560347e33eff3e65d86380efcbf647efffa0b6d253096ee409f065345adc97c913d3ae0f079099024 SHA512 5d2a9fc8f0ef41e585f5c0ad155672018e9e6e76391ebe294ed32a2e8934ace8ad997b40dd14d335ebe2d74dbee5eb477f7816fbf29d832d3f3118cfcfd18e31
DIST typing_extensions-4.13.0rc1.tar.gz 106487 BLAKE2B 82e8107db7aa7e61e0a2ddc775b0accd116281847bc459213165b53b42cf235bd812d753bc68e857ba16aca960d40ff12e43d697ad5d973891ecf1704cf9f838 SHA512 058daa21f1d310a9cef0b09136aa2d2f0553d0c61e6d170e039281c3337e5da81493d507f5364b0b47e48f095fab314382341be8015e9932353fe5df500be5f8
diff --git a/dev-python/typing-extensions/typing-extensions-4.13.0.ebuild b/dev-python/typing-extensions/typing-extensions-4.13.0.ebuild
new file mode 100644
index 000000000000..fddc778a165a
--- /dev/null
+++ b/dev-python/typing-extensions/typing-extensions-4.13.0.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=flit
+PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Backported and Experimental Type Hints for Python 3.7+"
+HOMEPAGE="
+ https://pypi.org/project/typing-extensions/
+ https://github.com/python/typing_extensions/
+"
+
+LICENSE="PSF-2"
+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"
+
+BDEPEND="
+ >=dev-python/flit-core-3.11[${PYTHON_USEDEP}]
+ test? (
+ dev-python/test[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+ cd src || die
+ eunittest
+}
next reply other threads:[~2025-03-26 6:35 UTC|newest]
Thread overview: 104+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-26 6:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-26 17:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/typing-extensions/ Arthur Zamarin
2025-08-26 5:18 Michał Górny
2025-08-26 5:18 Michał Górny
2025-08-19 2:41 Michał Górny
2025-07-19 10:27 Michał Górny
2025-07-19 9:00 Sam James
2025-07-05 4:44 Michał Górny
2025-06-21 7:08 Sam James
2025-06-03 4:59 Michał Górny
2025-05-25 3:22 Michał Górny
2025-05-24 9:11 Michał Górny
2025-05-24 9:03 Michał Górny
2025-05-08 19:10 Michał Górny
2025-04-26 13:00 Michał Górny
2025-04-12 18:54 Michał Górny
2025-04-11 4:53 Michał Górny
2025-04-09 14:48 Michał Górny
2025-04-05 7:13 Michał Górny
2025-03-26 6:35 Michał Górny
2025-03-19 7:32 Michał Górny
2025-02-15 7:12 Michał Górny
2024-10-14 12:42 Michał Górny
2024-06-22 15:01 Michał Górny
2024-06-22 13:48 Arthur Zamarin
2024-06-08 5:06 Michał Górny
2024-06-02 2:35 Michał Górny
2024-05-24 4:03 Michał Górny
2024-05-17 6:25 Michał Górny
2024-05-12 12:25 Michał Górny
2024-04-20 9:48 Michał Górny
2024-04-20 9:45 Michał Górny
2024-04-05 18:52 Michał Górny
2024-03-13 15:02 Michał Górny
2024-03-13 13:50 Arthur Zamarin
2024-02-26 4:35 Michał Górny
2023-12-30 14:32 Michał Górny
2023-12-30 14:25 Arthur Zamarin
2023-12-10 6:45 Michał Górny
2023-10-24 5:58 Michał Górny
2023-10-23 18:50 Sam James
2023-09-18 14:00 Michał Górny
2023-08-02 18:52 Michał Górny
2023-08-02 16:37 Sam James
2023-07-03 4:15 Michał Górny
2023-06-29 5:12 Michał Górny
2023-06-27 12:03 Michał Górny
2023-06-27 6:43 Sam James
2023-06-02 8:28 Michał Górny
2023-05-24 5:32 Michał Górny
2023-05-23 15:42 Michał Górny
2023-05-23 5:07 Michał Górny
2023-05-03 7:54 Fabian Groffen
2023-03-17 15:58 Michał Górny
2023-03-17 15:52 Arthur Zamarin
2023-02-16 20:28 Michał Górny
2023-02-16 17:22 Arthur Zamarin
2023-02-15 7:16 Michał Górny
2022-08-02 19:05 Michał Górny
2022-08-02 18:32 Arthur Zamarin
2022-07-02 4:55 Michał Górny
2022-05-31 7:22 Michał Górny
2022-05-31 7:07 Jakov Smolić
2022-05-11 10:04 Michał Górny
2022-04-18 8:19 Michał Górny
2022-02-27 18:52 Michał Górny
2022-02-14 8:32 Michał Górny
2022-02-13 9:29 Michał Górny
2022-01-27 10:02 Michał Górny
2021-12-27 5:05 Michał Górny
2021-12-27 2:58 Sam James
2021-12-26 23:44 Sam James
2021-12-26 23:13 Sam James
2021-12-15 18:17 Michał Górny
2021-12-15 17:26 Arthur Zamarin
2021-11-15 10:47 Michał Górny
2021-10-31 20:31 Michał Górny
2021-10-31 17:55 Sam James
2021-09-25 13:09 James Le Cuirot
2021-08-30 21:41 Michał Górny
2021-06-05 20:55 Michał Górny
2021-05-06 18:45 Michał Górny
2021-05-01 21:06 Michał Górny
2020-12-11 12:58 Michał Górny
2020-11-28 8:07 Sam James
2020-10-21 22:51 Michał Górny
2020-09-26 21:34 Sergei Trofimovich
2020-09-24 6:46 Agostino Sarubbo
2020-09-23 10:32 Agostino Sarubbo
2020-09-23 10:29 Agostino Sarubbo
2020-09-23 10:24 Agostino Sarubbo
2020-09-21 9:23 Sam James
2020-09-20 21:52 Thomas Deutschmann
2020-09-20 17:39 Sam James
2020-09-18 15:53 Michał Górny
2020-09-08 19:11 Michał Górny
2020-08-26 20:35 Patrick McLean
2020-07-27 5:41 Michał Górny
2020-03-29 10:13 Michał Górny
2019-11-30 0:44 Patrick McLean
2019-10-27 12:37 Mike Auty
2019-07-31 14:32 Mikle Kolyada
2019-07-31 14:32 Mikle Kolyada
2019-07-14 12:27 Michał Górny
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=1742970900.e49fdaac546912aef9b5666d255e7846ec2ddb07.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