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-subprocess/
Date: Sat, 25 Jan 2025 09:50:32 +0000 (UTC)	[thread overview]
Message-ID: <1737798539.c9849c40a14386886cbdea26dd117db2be49fee5.mgorny@gentoo> (raw)

commit:     c9849c40a14386886cbdea26dd117db2be49fee5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 09:48:59 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 09:48:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9849c40

dev-python/pytest-subprocess: Remove old

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

 dev-python/pytest-subprocess/Manifest              |  1 -
 .../pytest-subprocess-1.5.2.ebuild                 | 44 ----------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-python/pytest-subprocess/Manifest b/dev-python/pytest-subprocess/Manifest
index 3e6c581779b9..3bf61bb49e68 100644
--- a/dev-python/pytest-subprocess/Manifest
+++ b/dev-python/pytest-subprocess/Manifest
@@ -1,2 +1 @@
-DIST pytest-subprocess-1.5.2.gh.tar.gz 35438 BLAKE2B bbc92d99dfdd094e8295df37dd3fb66a022ebd4d711bb3f80408d21c8dbe3304bdafd8e7b0fcba15c681b8598bb55f92e0e91e9bd837ca165e94b791ef02c4e3 SHA512 56bf95ee085e74df1b9691d23a1e766de304896a74fb319df22dbb3faa6e4959fe9b7e790cd65a55c816fb39f3ae8db68bd501aeaade0db498a7273cd7267e45
 DIST pytest-subprocess-1.5.3.gh.tar.gz 36830 BLAKE2B 5bd696971ebf97722e0d5712ec57e8642e32187d22b91630c38f0945fc2b1ae35697c22efa4a8104406306482a2231dbe063c4607ed4c616cc3a564bb4b141fd SHA512 639195fdc77ed27efcc7fd7557cadd4f631b81de640754a4b4bcfbc0a9cc6f13efa3b4c38a59a49b594b9cc84baf1cfa97cf1a19e9be7ab7888854cf0057d355

diff --git a/dev-python/pytest-subprocess/pytest-subprocess-1.5.2.ebuild b/dev-python/pytest-subprocess/pytest-subprocess-1.5.2.ebuild
deleted file mode 100644
index 8720155b4174..000000000000
--- a/dev-python/pytest-subprocess/pytest-subprocess-1.5.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="A plugin to fake subprocess for pytest"
-HOMEPAGE="
-	https://github.com/aklajnert/pytest-subprocess/
-	https://pypi.org/project/pytest-subprocess/
-"
-SRC_URI="
-	https://github.com/aklajnert/pytest-subprocess/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	>=dev-python/pytest-4.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/anyio[${PYTHON_USEDEP}]
-		>=dev-python/docutils-0.12[${PYTHON_USEDEP}]
-		>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-		>=dev-python/pytest-asyncio-0.15.1[${PYTHON_USEDEP}]
-		dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	local -x PYTEST_PLUGINS=pytest_subprocess.fixtures,pytest_asyncio.plugin
-	epytest -p rerunfailures
-}


             reply	other threads:[~2025-01-25  9:50 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-25  9:50 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-16 20:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-subprocess/ Michał Górny
2025-01-25  8:54 Sam James
2025-01-05  2:55 Michał Górny
2024-11-17 13:30 James Le Cuirot
2024-08-10  6:28 Michał Górny
2024-08-10  6:26 Michał Górny
2024-07-24 12:46 Michał Górny
2024-07-24  6:00 Michał Górny
2024-07-01  4:46 Arthur Zamarin
2024-06-12 21:50 Sam James
2024-05-30  4:36 Ionen Wolkens
2024-05-28  0:51 Sam James
2024-05-22  4:49 Michał Górny
2024-05-17 13:20 Arthur Zamarin
2024-05-17  8:18 Arthur Zamarin
2024-05-11 11:06 Arthur Zamarin
2024-05-01  5:28 Joonas Niilola
2023-08-20 17:53 Arthur Zamarin
2023-08-20 17:52 Arthur Zamarin
2023-08-17  8:42 Arthur Zamarin
2023-08-14 22:07 Jakov Smolić
2023-08-13 16:07 Arthur Zamarin
2023-08-13 16:07 Arthur Zamarin
2023-08-13 16:07 Arthur Zamarin
2023-08-13 15:42 Arthur Zamarin
2023-07-30 17:31 Arthur Zamarin
2023-06-23  7:33 Michał Górny

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=1737798539.c9849c40a14386886cbdea26dd117db2be49fee5.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