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: Wed, 3 May 2023 07:51:51 +0000 (UTC) [thread overview]
Message-ID: <1683100302.234b4e66047d361ea03b3dd8900f9bbc46d7a219.mgorny@gentoo> (raw)
commit: 234b4e66047d361ea03b3dd8900f9bbc46d7a219
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 07:01:22 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 3 07:51:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234b4e66
dev-python/beartype: Bump to 0.14.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/beartype/Manifest | 1 +
dev-python/beartype/beartype-0.14.0.ebuild | 35 ++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/beartype/Manifest b/dev-python/beartype/Manifest
index 5d597ef361f9..39e48db10636 100644
--- a/dev-python/beartype/Manifest
+++ b/dev-python/beartype/Manifest
@@ -1,3 +1,4 @@
DIST beartype-0.12.0.gh.tar.gz 874431 BLAKE2B 0ad2a6c852b32427f8f9c5a8915e580601b24551e956d458a64cda4127bffe91a94ff676e2284daed6671e2c94515a234fd74dcb3d8a78616665490d1a780910 SHA512 2724f080a0f423a8b79b080843db696ee607f2e27ef52d726928086b643ebb31abe4e3ae24cae12075e222a21291d301601606640ca281ff98272578d5bf752e
DIST beartype-0.13.0.gh.tar.gz 923713 BLAKE2B 151480693dfd3e30b41b38ef7ad2138ec323992461e2528fb059ac206304113578843dd1053838e3b132df4fff9f1e03706f02aa3d2b136da96f228d51386dd6 SHA512 062776e8d13c75106e1474aeada727562743689ad0131d2e218b222a0befe072f21af59e28bf7e69e1477beefc6cc1dc8cda2a476cf620b68746a3d350d701f5
DIST beartype-0.13.1.tar.gz 933146 BLAKE2B e008c6be830424a868fde249eafc26d71a914a7de683741f90590f6e7bb3bc06b482d49f5e72742d648413cb785bc78666204adffd348224cd2fd37434f0423c SHA512 9109598ef876c08f63fa5451ef86b3e5c0f2cd334d88259a2d39ffae5fc41ad75122ac8781538c580cdf0c5d429cc15b5be04d5cce2a3392f5a0648e1c2de504
+DIST beartype-0.14.0.tar.gz 946839 BLAKE2B f1e5f51fc160eac2c87035114a8ad10e550fef464ab9eceb416b811cda84479c1d6b4ca095cb71911477d525fe28174c2c810c27f3ed177916a5738315a63bb6 SHA512 bdf1a9c4323455efbaa74af669e4b31c6701f5cc230d2d185e8d355361c4ed0afa9ffffa314ee42ca773135cef6e88b17b8ccdcd848fbb7758e7de5fcdb5d25d
diff --git a/dev-python/beartype/beartype-0.14.0.ebuild b/dev-python/beartype/beartype-0.14.0.ebuild
new file mode 100644
index 000000000000..2ede86b8636b
--- /dev/null
+++ b/dev-python/beartype/beartype-0.14.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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"
+
+BDEPEND="
+ test? (
+ dev-python/mypy[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # fragile performance test
+ beartype_test/a00_unit/a90_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:[~2023-05-03 7:51 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-03 7:51 Michał Górny [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-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-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=1683100302.234b4e66047d361ea03b3dd8900f9bbc46d7a219.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