From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-check/
Date: Sat, 05 Apr 2025 13:44:00 +0000 (UTC) [thread overview]
Message-ID: <1743859795.3c1c3278c221342cb3ebbde5493922e506cd7c18.mgorny@gentoo> (raw)
commit: 3c1c3278c221342cb3ebbde5493922e506cd7c18
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 5 13:29:55 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 5 13:29:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1c3278
dev-python/pytest-check: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-check/Manifest | 2 --
dev-python/pytest-check/pytest-check-2.5.0.ebuild | 28 -----------------------
dev-python/pytest-check/pytest-check-2.5.2.ebuild | 28 -----------------------
3 files changed, 58 deletions(-)
diff --git a/dev-python/pytest-check/Manifest b/dev-python/pytest-check/Manifest
index e634c2905adc..a03917bfacda 100644
--- a/dev-python/pytest-check/Manifest
+++ b/dev-python/pytest-check/Manifest
@@ -1,4 +1,2 @@
-DIST pytest_check-2.5.0.tar.gz 26844 BLAKE2B 3428071078f9a15ae33937be56957c537c4c98344cb3a5cda798f71caa6bd99e067113af64f548380c949bf6a79202db84e98da16f861d73ad23053a3ea2ec05 SHA512 0a3738f67f1a8467504919d5289398811af8b6bbacef81e27942ce467d3d9e373f2ec9497e4f1794ead2e3f8f9552da538c2472236b9c882cfd2ee3822c50d39
DIST pytest_check-2.5.1.tar.gz 26889 BLAKE2B 3922c81743a9065860a40501b07c258005a128f8377a7060032fb20cb06dbfba9567211ee51e05a3776384d3b3b7f2612353c724c5412b41cc7405f826364916 SHA512 5407f88036d47d88e41da369400209191dda5f3814c4c964056d1bb561931d212068f11844fc382a1e42821ca850baa483420741c44b2e1574370453305085d9
-DIST pytest_check-2.5.2.tar.gz 27363 BLAKE2B a4bc4547a4867132c513972771c4d4c6d10347f3eaf541bede31ba4c3900545629be93cf45d67e0d09b61e978aefc9feeb0b52a75c8db2a5f607b154ed56898d SHA512 cb4e7d265be4aee100a893196578736d4fd66e12b6ea49b03213c47f9fa93f19509dddaaa3229fe2a73d8b3fa61fed373113ba67e43092fc6ea82fbb5bb0e320
DIST pytest_check-2.5.3.tar.gz 27422 BLAKE2B 74f34c31beccdee3afa6f04dd26bbd167935df20ca106698eb29630dab5aa7f75f36bd2f333d72e339985e8123b0d2f2a5033bee1239a8b42825175fd781e50f SHA512 42012648272299272ced14f314a3e9d0ac634b3e65da8dcd4f7c3287d7416066ca07ad908d36eb353fba75f3f47dab58cf59d0aa7bc94e6b59ead4f71f62339b
diff --git a/dev-python/pytest-check/pytest-check-2.5.0.ebuild b/dev-python/pytest-check/pytest-check-2.5.0.ebuild
deleted file mode 100644
index fbecaf77b06d..000000000000
--- a/dev-python/pytest-check/pytest-check-2.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2021-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="pytest plugin that allows multiple failures per test"
-HOMEPAGE="
- https://github.com/okken/pytest-check/
- https://pypi.org/project/pytest-check/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/typing-extensions-4.12.2[${PYTHON_USEDEP}]
- ' 3.10)
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pytest-check/pytest-check-2.5.2.ebuild b/dev-python/pytest-check/pytest-check-2.5.2.ebuild
deleted file mode 100644
index c0c5c022b5c4..000000000000
--- a/dev-python/pytest-check/pytest-check-2.5.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2021-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="pytest plugin that allows multiple failures per test"
-HOMEPAGE="
- https://github.com/okken/pytest-check/
- https://pypi.org/project/pytest-check/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/typing-extensions-4.12.2[${PYTHON_USEDEP}]
- ' 3.10)
-"
-
-distutils_enable_tests pytest
next reply other threads:[~2025-04-05 13:44 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-05 13:44 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-27 17:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-check/ Michał Górny
2025-05-27 16:29 Michał Górny
2025-04-19 14:56 Michał Górny
2025-04-05 11:58 Sam James
2025-04-04 11:03 Arthur Zamarin
2025-03-31 7:10 Michał Górny
2025-03-19 7:32 Michał Górny
2025-03-09 9:11 WANG Xuerui
2025-03-01 11:57 Michał Górny
2025-03-01 9:29 Arthur Zamarin
2025-02-13 7:27 Michał Górny
2025-02-10 5:47 Michał Górny
2024-09-28 12:59 Michał Górny
2024-09-28 12:32 Arthur Zamarin
2024-08-29 4:52 Michał Górny
2024-08-28 3:43 Michał Górny
2024-06-10 7:57 Petr Vaněk
2024-02-03 9:17 Michał Górny
2024-02-03 8:30 Arthur Zamarin
2024-01-24 19:05 Michał Górny
2024-01-19 5:28 Michał Górny
2024-01-18 18:46 Michał Górny
2024-01-18 18:03 Arthur Zamarin
2024-01-18 3:43 Michał Górny
2024-01-09 7:02 Michał Górny
2024-01-01 4:13 Michał Górny
2023-10-24 5:58 Michał Górny
2023-10-23 18:50 Sam James
2023-09-22 11:34 Michał Górny
2023-08-19 18:14 Michał Górny
2023-08-19 16:44 Arthur Zamarin
2023-08-12 3:27 Michał Górny
2023-07-15 3:04 Michał Górny
2023-07-10 1:38 Michał Górny
2023-06-07 4:40 Michał Górny
2023-06-07 4:40 Michał Górny
2023-03-17 15:58 Michał Górny
2023-03-17 15:52 Arthur Zamarin
2023-03-14 5:02 Michał Górny
2023-03-13 19:39 Arthur Zamarin
2023-02-14 4:57 Michał Górny
2023-02-13 6:07 Michał Górny
2023-02-13 3:22 Matt Turner
2023-02-12 20:24 Jakov Smolić
2023-02-10 6:52 Michał Górny
2023-01-14 4:57 Michał Górny
2023-01-13 7:09 Michał Górny
2023-01-11 20:34 Michał Górny
2023-01-09 8:09 Michał Górny
2022-12-25 17:41 Michał Górny
2022-12-03 9:09 Michał Górny
2022-12-02 14:03 Arthur Zamarin
2022-11-26 6:28 Michał Górny
2022-11-23 8:41 Michał Górny
2022-11-22 19:56 Arthur Zamarin
2022-11-22 6:27 Arthur Zamarin
2022-11-03 19:41 Arthur Zamarin
2022-11-03 19:32 Arthur Zamarin
2022-09-29 18:07 Arthur Zamarin
2022-09-25 18:35 Arthur Zamarin
2022-09-25 18:28 Arthur Zamarin
2022-08-25 19:25 Arthur Zamarin
2022-08-21 17:41 Arthur Zamarin
2022-05-10 5:47 Arthur Zamarin
2022-05-01 12:56 Michał Górny
2022-05-01 12:20 Jakov Smolić
2022-05-01 6:55 Michał Górny
2022-03-31 16:03 Michał Górny
2022-02-07 22:29 Sam James
2022-02-07 20:14 Arthur Zamarin
2022-02-07 20:14 Arthur Zamarin
2022-02-07 9:35 Sam James
2021-11-19 11:39 Arthur Zamarin
2021-11-19 7:59 Arthur Zamarin
2021-11-18 10:50 Sam James
2021-11-15 16:29 Agostino Sarubbo
2021-10-24 4:51 Sam James
2021-10-24 2:27 Sam James
2021-10-24 0:19 Sam James
2021-10-10 20:43 Sam James
2021-10-10 2:20 Sam James
2021-10-10 0:09 Sam James
2021-10-09 20:19 Sam James
2021-09-24 22:48 Sam James
2021-09-23 17:22 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=1743859795.3c1c3278c221342cb3ebbde5493922e506cd7c18.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