From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beartype/
Date: Thu, 26 Sep 2024 16:16:55 +0000 (UTC) [thread overview]
Message-ID: <1727367407.aa3188e95781924d3eb39bdcf00ed212fb07e305.arthurzam@gentoo> (raw)
commit: aa3188e95781924d3eb39bdcf00ed212fb07e305
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 16:16:28 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 16:16:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3188e9
dev-python/beartype: add 0.19.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/beartype/Manifest | 1 +
dev-python/beartype/beartype-0.19.0.ebuild | 40 ++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/beartype/Manifest b/dev-python/beartype/Manifest
index 8718c889444a..f3e7e531c9e0 100644
--- a/dev-python/beartype/Manifest
+++ b/dev-python/beartype/Manifest
@@ -1,3 +1,4 @@
DIST beartype-0.18.5.tar.gz 1193506 BLAKE2B 497de6f326a3b600992748db8b74ba80d4a14003a0cc484b3eeaf48f0f808864fe64462ef3315d421dc4b5fe5d7060b48585ee00eb822c9f124612f394ab93bb SHA512 114b256619c6c7fc48fbe28db00ae5a8ddea4ce11c5394a06fa026f0317a34907ff12ef0c0009cff7a7b83742e6b66bc8b503b4c0e382c0b6cf79d43780bda5b
+DIST beartype-0.19.0.tar.gz 1294480 BLAKE2B 7a0d2800a28af49815bf300c93081faee0e01c922497418bc7328c0968cac077a0fdfe984de66c214af610bb972a217224a6d164a2f3aac9c0a2d067c0658fc3 SHA512 9a87086736ba0d3497f3dfc3b57fdfd3ebb33812aaf58d195f1161474a553499e87d6f3f9c12bc66ab33cb3ca1697b00220828d004d568495ac743efb473c1e8
DIST beartype-0.19.0rc1.tar.gz 1281359 BLAKE2B df124c838891e5bbce62ac8116968631887dc5e5918a1b6a7c46c1705d05fcacf5f4cc4034b39a6d8565a78e2edd99686643a0d1d8c22586cfd797ceb8085b29 SHA512 630fd68a55ab379aca7b49b72161b732e0790835d7f62568239fb53f719fc8295bbe3c942058ab6dfad3226060a5a11820bc87080a2dcfb46c482e1877f775b7
DIST beartype-0.19.0rc2.tar.gz 1294713 BLAKE2B 7197c8203cd9d1a750df3946a19ad9d0be893b649f89254462edadbabb49adfda3e098b35b21fcc92156c5ea488b2e7760cf6bf18f418530533495be9694b71c SHA512 ea9bd08f9b294382826201e4bded03fb7337e5fd5ed3d63fa741703b49164ad7dd3075ccaf3256011005c31cce4258efb9070f876009eece49bbfd2bffb5196a
diff --git a/dev-python/beartype/beartype-0.19.0.ebuild b/dev-python/beartype/beartype-0.19.0.ebuild
new file mode 100644
index 000000000000..000466fffd5b
--- /dev/null
+++ b/dev-python/beartype/beartype-0.19.0.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=hatchling
+PYTHON_COMPAT=( python3_{10..13} )
+
+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-09-26 16:16 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-26 16:16 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-22 6:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/beartype/ 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-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=1727367407.aa3188e95781924d3eb39bdcf00ed212fb07e305.arthurzam@gentoo \
--to=arthurzam@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