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: Thu, 4 Apr 2024 04:16:06 +0000 (UTC) [thread overview]
Message-ID: <1712203356.5159e5d77c2051c085502639cbbdc95fe62a796c.mgorny@gentoo> (raw)
commit: 5159e5d77c2051c085502639cbbdc95fe62a796c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 4 04:02:36 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 4 04:02:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5159e5d7
dev-python/beartype: Bump to 0.18.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/beartype/Manifest | 1 +
dev-python/beartype/beartype-0.18.2.ebuild | 40 ++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/beartype/Manifest b/dev-python/beartype/Manifest
index 914401acc2e0..b16e98d410a2 100644
--- a/dev-python/beartype/Manifest
+++ b/dev-python/beartype/Manifest
@@ -1,2 +1,3 @@
DIST beartype-0.17.2.tar.gz 1133779 BLAKE2B 61cb21511cbf9274e6e3eb1441bd32eb068b722c4fec1accadeed7aeaf8d26748a4b0adc79e8b9c45bfa8048ccffeef8e2e3506a2b651612b8fcdc6bb6c2953a SHA512 90953abeb80b512a0e127e24f7896b350a243d8593a3d9f0b8508f0e5e8595a8b85a8b28326c2c15dd12779adeb74d1b8637cb646b1e27fea8c95b8d4811d804
DIST beartype-0.18.0.tar.gz 1173664 BLAKE2B 8c5a1131ccc06ef43e354ef9300ed4f170a8d7b9df4b435345c7e5ec4b7637c0b605c525f3c00033d32425dc9b1e2ae853f5662418053f77939671d113c25f0e SHA512 304dda79941bb458445c63e05d447896c2f8b49db95787fe059b6b25f4aa863fc1cbee1e1b13af22dfe22c2359c83da61632ced03ee4391832ffbf88b5f541a1
+DIST beartype-0.18.2.tar.gz 1174624 BLAKE2B c3099c5569bf6090b33e637c1cacb829900705ad838ad24413cedce96cfb6c7e3ad8cf3d92741ef83f7b88eb3c056c0efff3ebf1f77c9c970193f3873629e398 SHA512 ff26366d210b365fab10af77018ab64ec77d7beed14eb8de5da5711f170b95f862ed5070f7b3aa7a1e66355745309829305cd9db2020b39eae806e0e2af85014
diff --git a/dev-python/beartype/beartype-0.18.2.ebuild b/dev-python/beartype/beartype-0.18.2.ebuild
new file mode 100644
index 000000000000..8337b30a5732
--- /dev/null
+++ b/dev-python/beartype/beartype-0.18.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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/mypy[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local 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
+ )
+
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
next reply other threads:[~2024-04-04 4:16 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-04 4:16 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-15 7:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/beartype/ 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-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=1712203356.5159e5d77c2051c085502639cbbdc95fe62a796c.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