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/pytest-check/
Date: Wed, 24 Jan 2024 19:05:19 +0000 (UTC)	[thread overview]
Message-ID: <1706122822.e0baa995c00e5f9c9e06e4b419fbedaa6c7b180e.mgorny@gentoo> (raw)

commit:     e0baa995c00e5f9c9e06e4b419fbedaa6c7b180e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 19:00:22 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 19:00:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0baa995

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.2.3.ebuild | 26 -----------------------
 dev-python/pytest-check/pytest-check-2.3.0.ebuild | 26 -----------------------
 3 files changed, 54 deletions(-)

diff --git a/dev-python/pytest-check/Manifest b/dev-python/pytest-check/Manifest
index 442103676114..918916cfdfc4 100644
--- a/dev-python/pytest-check/Manifest
+++ b/dev-python/pytest-check/Manifest
@@ -1,4 +1,2 @@
-DIST pytest_check-2.2.3.tar.gz 26778 BLAKE2B 7f573415a70a600d071c7dae5fae4fc0ed56a81553de3696cbb4f0c1e43a7e2fadd8d256846be5feeaa74c43afaae47dc0782dfd1fddc3607ee9fdcf74769239 SHA512 735d0edcb9b075fc8661892eda63830feeb1b54ff5a63a5956ba5529ce87b499f2137c7a0503813ad1509b591635692d23d77344c244a93826b331d17d262d91
 DIST pytest_check-2.2.4.tar.gz 27197 BLAKE2B 48bc72055d439d91e6609253b778932222fdedd20a834a45636ed1d1ff98648853122780cdbe11c3c784aa98a0a67d443aa17e1d2ef1d5fe3d82dc617f20e093 SHA512 d527040900a4c0e779fe1a970d15b70c80978a5c4848e9bbf4dd5de9e3c338c5facaf70a7ed5362da5bdfaab75fc1129665e351c373fa013060f794d23a0e36f
-DIST pytest_check-2.3.0.tar.gz 27737 BLAKE2B 0fdc1e11fa86567c49fcacf84f1a3d94079754dc5766f68481859b36d42b672bb937fc2361769bb48586a2dc7b2613e30f766a50090918eb5b841ef59147502f SHA512 9d511202d32964f440d7c6a9c00be24b81751e8d66516f2ae405e99d64e7946a25351b165ffc8849c737ccbda0e11f76073e250bc52b9b3f1efc2d45f35eb2bb
 DIST pytest_check-2.3.1.tar.gz 28674 BLAKE2B 732538aec690d121132a0594a49b77658eb8be79d6e59bacae1d13ea38e59dd3e4b55c62fc07741e08621dda271d7d2284f825770a2acef7d5b0c80c80e79beb SHA512 b4a2805b7dc3dfe9f56db6f27a9e4927de070d57bf3906f303c611021081d7b638d9ee58de744491005e10541f527f1bfddaf51be64f2def8a1190cfd1abd43a

diff --git a/dev-python/pytest-check/pytest-check-2.2.3.ebuild b/dev-python/pytest-check/pytest-check-2.2.3.ebuild
deleted file mode 100644
index fa8594d5e5dd..000000000000
--- a/dev-python/pytest-check/pytest-check-2.2.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	>=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
-	dev-python/pytest[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytest-check/pytest-check-2.3.0.ebuild b/dev-python/pytest-check/pytest-check-2.3.0.ebuild
deleted file mode 100644
index 19b540aee910..000000000000
--- a/dev-python/pytest-check/pytest-check-2.3.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-	>=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
-	>=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest


             reply	other threads:[~2024-01-24 19:05 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-24 19:05 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-29  4:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-check/ 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-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=1706122822.e0baa995c00e5f9c9e06e4b419fbedaa6c7b180e.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