From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-bdd/
Date: Sat, 22 Jun 2024 15:01:19 +0000 (UTC) [thread overview]
Message-ID: <1719068466.f9a6c1bba8f884022c5611e42a1167047ebd3da5.mgorny@gentoo> (raw)
commit: f9a6c1bba8f884022c5611e42a1167047ebd3da5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 14:50:32 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 15:01:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a6c1bb
dev-python/pytest-bdd: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-bdd/Manifest | 1 -
dev-python/pytest-bdd/pytest-bdd-7.1.2.ebuild | 43 ---------------------------
2 files changed, 44 deletions(-)
diff --git a/dev-python/pytest-bdd/Manifest b/dev-python/pytest-bdd/Manifest
index 1ee23e63c77f..25f636991b6d 100644
--- a/dev-python/pytest-bdd/Manifest
+++ b/dev-python/pytest-bdd/Manifest
@@ -1,2 +1 @@
-DIST pytest-bdd-7.1.2.gh.tar.gz 81260 BLAKE2B 5120a79a5c085976f379afbd4ae7bc68c0d07a8517b6653bb2c94407b9964cd3adcfc92e8abc31cb658caa5c108e0590913c13cbcc408021841b91dbf52b8124 SHA512 7630b119649502e36d7ae2b6027c11b667513eab451511104076617e50de1456ee4b2ff128254ac0db630556258704e21e2a5e73ce9afc20ed403d0186c0a226
DIST pytest-bdd-7.2.0.gh.tar.gz 81301 BLAKE2B e47ec5873546596e913453f86d7c0654b8212de74b0bfa46022da093fa87191c9303559ec670bd37f94e282973192596c77a1f7293a608ae8dedbd863fc245c2 SHA512 d0991feb446f264f0f114693dccb67682a10a427cb5fda28dccafd67cc37810e00c34e3235bb38d02b7fa1edabf1359c6c119be9cfdce0ccf00235ca3dde337b
diff --git a/dev-python/pytest-bdd/pytest-bdd-7.1.2.ebuild b/dev-python/pytest-bdd/pytest-bdd-7.1.2.ebuild
deleted file mode 100644
index 51e3319ece59..000000000000
--- a/dev-python/pytest-bdd/pytest-bdd-7.1.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1
-
-DESCRIPTION="BDD library for the pytest runner"
-HOMEPAGE="https://pytest-bdd.readthedocs.io/"
-SRC_URI="
- https://github.com/pytest-dev/pytest-bdd/archive/refs/tags/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
-
-RDEPEND="
- dev-python/mako[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/parse[${PYTHON_USEDEP}]
- dev-python/parse_type[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-DOCS=( AUTHORS.rst CHANGES.rst README.rst )
-
-src_test() {
- # terminal_reporter test needs exact wrapping
- local -x COLUMNS=80
-
- # hooks output parsing may be affected by other pytest-*, e.g. tornasync
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- local -x PYTEST_PLUGINS=pytest_bdd.plugin
-
- distutils-r1_src_test
-}
next reply other threads:[~2024-06-22 15:01 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-22 15:01 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-17 6:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-bdd/ Ionen Wolkens
2025-07-18 9:13 Ionen Wolkens
2025-06-30 15:27 Ionen Wolkens
2025-01-07 6:49 Ionen Wolkens
2024-12-21 11:34 Michał Górny
2024-12-21 11:31 Michał Górny
2024-12-06 5:10 Ionen Wolkens
2024-11-30 11:40 Michał Górny
2024-11-15 9:19 Arthur Zamarin
2024-11-15 2:23 Ionen Wolkens
2024-10-12 7:28 Michał Górny
2024-10-12 7:04 Michał Górny
2024-09-26 21:30 Ionen Wolkens
2024-09-22 1:05 Ionen Wolkens
2024-06-22 13:49 Arthur Zamarin
2024-06-05 0:42 Ionen Wolkens
2024-03-30 12:37 Arthur Zamarin
2024-03-20 7:17 Ionen Wolkens
2024-03-18 4:58 Michał Górny
2024-03-05 8:15 Ionen Wolkens
2024-01-08 12:59 Ionen Wolkens
2023-12-19 11:22 Sam James
2023-12-03 15:38 Michał Górny
2023-11-24 16:45 Arthur Zamarin
2023-11-09 15:49 Ionen Wolkens
2023-11-04 9:06 Sam James
2023-10-10 21:26 Ionen Wolkens
2023-05-29 13:48 Ionen Wolkens
2022-11-21 5:37 Ionen Wolkens
2022-11-21 5:37 Ionen Wolkens
2022-11-21 5:37 Ionen Wolkens
2022-11-16 18:57 Ionen Wolkens
2022-11-09 19:21 Ionen Wolkens
2022-11-09 17:44 Michał Górny
2022-11-05 22:09 Ionen Wolkens
2022-11-05 20:22 Ionen Wolkens
2022-08-11 7:37 Ionen Wolkens
2022-08-07 13:59 Ionen Wolkens
2022-07-11 22:57 Ionen Wolkens
2022-07-07 16:24 Ionen Wolkens
2022-07-05 8:22 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-05-13 14:51 Ionen Wolkens
2022-05-13 14:51 Ionen Wolkens
2021-12-10 17:46 Michał Górny
2021-12-10 12:16 Jakov Smolić
2021-11-07 8:40 Ionen Wolkens
2021-11-07 8:40 Ionen Wolkens
2021-11-07 8:40 Ionen Wolkens
2021-10-22 14:35 Agostino Sarubbo
2021-10-19 0:12 Sam James
2021-10-15 15:53 Ionen Wolkens
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=1719068466.f9a6c1bba8f884022c5611e42a1167047ebd3da5.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