public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 22 Feb 2025 07:50:05 +0000 (UTC)	[thread overview]
Message-ID: <1740210586.d24c74328c6973973acbf587f6648bec2a3d75e5.mgorny@gentoo> (raw)

commit:     d24c74328c6973973acbf587f6648bec2a3d75e5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 06:19:39 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 07:49:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24c7432

dev-python/beartype: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/beartype/Manifest                   |  1 -
 dev-python/beartype/beartype-0.20.0_rc0.ebuild | 42 --------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-python/beartype/Manifest b/dev-python/beartype/Manifest
index 2ffd438bda44..d2a83be9fa3d 100644
--- a/dev-python/beartype/Manifest
+++ b/dev-python/beartype/Manifest
@@ -1,3 +1,2 @@
 DIST beartype-0.19.0.tar.gz 1294480 BLAKE2B 7a0d2800a28af49815bf300c93081faee0e01c922497418bc7328c0968cac077a0fdfe984de66c214af610bb972a217224a6d164a2f3aac9c0a2d067c0658fc3 SHA512 9a87086736ba0d3497f3dfc3b57fdfd3ebb33812aaf58d195f1161474a553499e87d6f3f9c12bc66ab33cb3ca1697b00220828d004d568495ac743efb473c1e8
-DIST beartype-0.20.0rc0.tar.gz 1375891 BLAKE2B 96945c21f5ab8e8e86b8e16958d748fa5f47e5f1a843f35f52d9edf6a7039ecf919ff90f0f6e737d6a19b1aedcea5cb634e70df0b09c8f758569e3aac16094ce SHA512 bfb714c997455659cfd91b167b72d9f64bf81b662118b693a8a1444801a635bb24b2f6d385235524cf968792f7d07fb4f10e3c5a9835ef8bd05805d233bff307
 DIST beartype-0.20.0rc2.tar.gz 1390778 BLAKE2B 7d543444595d5c5f33296b042d6de88876bcfe7ca27cae9a825fd480f69dc03138f1859fc897208a4e1084b674c662c9abba9e3aca0bf07c3cd2e853f5e460e4 SHA512 3be3da18e814815844fae98ec83e58034ef86ad5fe737de2142d2e9ae9cf08dbf9d6b2474e9c2f72b7b8696e2fa9843118455a59f89d461d1e8e6c671d003034

diff --git a/dev-python/beartype/beartype-0.20.0_rc0.ebuild b/dev-python/beartype/beartype-0.20.0_rc0.ebuild
deleted file mode 100644
index 59c4ca51bb05..000000000000
--- a/dev-python/beartype/beartype-0.20.0_rc0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022-2025 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/click[${PYTHON_USEDEP}]
-		dev-python/mypy[${PYTHON_USEDEP}]
-		dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/xarray[${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
-}


             reply	other threads:[~2025-02-22  7:50 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-22  7:50 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-05 13:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/beartype/ 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-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=1740210586.d24c74328c6973973acbf587f6648bec2a3d75e5.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