From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beartype/
Date: Fri, 24 Oct 2025 02:34:13 +0000 (UTC) [thread overview]
Message-ID: <1761273244.6fbdb3d8fb92c37a561f2f83b83df0f54ec37ab1.mgorny@gentoo> (raw)
commit: 6fbdb3d8fb92c37a561f2f83b83df0f54ec37ab1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 24 02:13:19 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 24 02:34:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbdb3d8
dev-python/beartype: Bump to 0.22.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/beartype/Manifest | 2 ++
dev-python/beartype/beartype-0.22.3.ebuild | 41 ++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-python/beartype/Manifest b/dev-python/beartype/Manifest
index 67b2b87210ca..0629c5d02cd1 100644
--- a/dev-python/beartype/Manifest
+++ b/dev-python/beartype/Manifest
@@ -1,2 +1,4 @@
DIST beartype-0.21.0.tar.gz 1437066 BLAKE2B 10c08fc07a87257fc21a85c2ab8c1402044b383051e5ecc919812710f74d277cbe70653a02aeeafc1007da5716bcb78c2024b5debb66b84ab5cdf4c3901fabb4 SHA512 fd3026c15bc1e9fc3985f7c691ad9c4c55532e5148bd3f554f40b7b6a33189af07ce9174c197907b4cd57f41778a436644e6ad610eec942d94c01cabb295c19b
DIST beartype-0.22.2.tar.gz 1574491 BLAKE2B 56242547bfdde274b91807f3be04e80ee6d76b05706406b7527c8fc201be78c5eb602157eb9642893ce36b27214b1c9f8f3bc624799584ed6d7b9aff3a98af6e SHA512 ef5f1568e5b2d0341b9598c138143f54e8eca987465ddb018f6b6d9eefa099b4f659c421e0bbe36b47fe2ca3bc2c13549e5321624d4d75f06d9250fae0fc869c
+DIST beartype-0.22.3.tar.gz 1571548 BLAKE2B aa260a0515d715c32d084a63d9dfdebceeaee55a925543e208d9a195f7a34bc4587c773661b01d93e8d23df06a7cea86037c6118811f09feb0d6f42852b91f3e SHA512 f7476718e81f56b37e89db8bf3352371647fe35c4305f6675a617cc88ebea5ed370f188990ff4943238f88c52e7c27cdd9f18557d43a909c0e627eb378b94fb6
+DIST beartype-0.22.3.tar.gz.provenance 9698 BLAKE2B 0eacd3891864a0e027ea117bf6f942c55b8bde5d7c5b25453c740a11100c6b6feb1434b5a9e2903137084d415652f43684aebc0866a4c84d04389199b1d727e5 SHA512 3fbb4de65cebd2d8d45c705ce93136c09257d653eafb901b8087d206ec26a5bde5ed00eae33e7ff07718ca3093921fff5cce1fabcf5546531924e540b7105053
diff --git a/dev-python/beartype/beartype-0.22.3.ebuild b/dev-python/beartype/beartype-0.22.3.ebuild
new file mode 100644
index 000000000000..eb9e29db207f
--- /dev/null
+++ b/dev-python/beartype/beartype-0.22.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYPI_VERIFY_REPO=https://github.com/beartype/beartype
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Unbearably fast runtime type checking in pure Python"
+HOMEPAGE="
+ https://pypi.org/project/beartype/
+ https://github.com/beartype/beartype/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+BDEPEND="
+ test? (
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/mypy[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/redis[${PYTHON_USEDEP}]
+ dev-python/sqlalchemy[${PYTHON_USEDEP}]
+ dev-python/xarray[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # fragile performance test
+ beartype_test/a00_unit/a70_decor/test_decorwrapper.py::test_wrapper_fail_obj_large
+ # test for building docs, apparently broken too
+ beartype_test/a90_func/z90_lib/a00_sphinx
+)
next reply other threads:[~2025-10-24 2:34 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-24 2:34 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-11-05 10:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/beartype/ Sam James
2025-11-02 4:21 Michał Górny
2025-10-26 16:24 Michał Górny
2025-10-05 3:03 Michał Górny
2025-06-07 10:34 Michał Górny
2025-06-07 10:34 Michał Górny
2025-05-22 15:27 Michał Górny
2025-05-15 4:36 Michał Górny
2025-04-05 13:44 Michał Górny
2025-03-22 6:31 Michał Górny
2025-03-08 10:50 Michał Górny
2025-03-08 9:35 Arthur Zamarin
2025-02-22 7:50 Michał Górny
2025-02-22 7:50 Michał Górny
2025-02-15 7:38 Michał Górny
2025-01-18 7:20 Michał Górny
2024-10-12 8:13 Michał Górny
2024-10-12 8:03 Michał Górny
2024-09-27 6:32 Michał Górny
2024-09-26 16:16 Arthur Zamarin
2024-09-20 5:12 Michał Górny
2024-08-28 3:43 Michał Górny
2024-05-08 8:15 Michał Górny
2024-05-08 7:50 Michał Górny
2024-04-22 3:40 Michał Górny
2024-04-22 3:40 Michał Górny
2024-04-19 19:45 Arthur Zamarin
2024-04-19 2:44 Michał Górny
2024-04-04 4:16 Michał Górny
2024-04-03 7:25 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02 11:18 Arthur Zamarin
2024-02-15 4:11 Michał Górny
2024-02-11 13:10 Michał Górny
2024-02-11 11:11 Sam James
2024-02-11 3:35 Michał Górny
2024-01-26 5:39 Michał Górny
2024-01-26 5:39 Michał Górny
2024-01-16 5:46 Viorel Munteanu
2024-01-16 5:46 Viorel Munteanu
2023-12-30 18:26 Michał Górny
2023-10-25 16:59 Jakov Smolić
2023-10-22 6:55 Michał Górny
2023-10-14 6:29 Michał Górny
2023-09-23 5:38 Michał Górny
2023-09-19 12:42 Michał Górny
2023-07-24 11:30 Michał Górny
2023-07-22 12:58 Arthur Zamarin
2023-06-08 5:55 Michał Górny
2023-06-08 5:55 Michał Górny
2023-05-03 7:51 Michał Górny
2023-04-11 17:25 Michał Górny
2023-04-09 5:36 Michał Górny
2023-01-17 15:44 Michał Górny
2022-11-25 8:01 Arthur Zamarin
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=1761273244.6fbdb3d8fb92c37a561f2f83b83df0f54ec37ab1.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