From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-check/
Date: Thu, 23 Sep 2021 17:22:06 +0000 (UTC) [thread overview]
Message-ID: <1632417717.da0dcf14c8cd9e3fc553c790b936cb7f1b5ec854.arthurzam@gentoo> (raw)
commit: da0dcf14c8cd9e3fc553c790b936cb7f1b5ec854
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 23 17:18:27 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 23 17:21:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0dcf14
dev-python/pytest-check: new NIH test dep for dev-python/sphobjinv
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytest-check/Manifest | 1 +
dev-python/pytest-check/metadata.xml | 13 ++++++++++
dev-python/pytest-check/pytest-check-1.0.4.ebuild | 29 +++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-python/pytest-check/Manifest b/dev-python/pytest-check/Manifest
new file mode 100644
index 00000000000..7cb85a73456
--- /dev/null
+++ b/dev-python/pytest-check/Manifest
@@ -0,0 +1 @@
+DIST pytest-check-1.0.4.gh.tar.gz 7738 BLAKE2B 179575dfd4f9e50715fd5a664039fe882b0e14c9369afb6f7aca65e9ab276147b2a0b7fe580d2a249721152d891c12cedfa06ae7e26027c6b7d3b34da17d4a53 SHA512 ca71295fc5a831df295c8ce40c6a57cde9a1b98ca25354a3954fc44c9094096ea0c9c6a49139659d4c9aa4e3d3d81d80893edb657bfd3f4d988c75864e843447
diff --git a/dev-python/pytest-check/metadata.xml b/dev-python/pytest-check/metadata.xml
new file mode 100644
index 00000000000..af6127a0bf2
--- /dev/null
+++ b/dev-python/pytest-check/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>arthurzam@gentoo.org</email>
+ <name>Arthur Zamarin</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">okken/pytest-check</remote-id>
+ <remote-id type="pypi">pytest_check</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pytest-check/pytest-check-1.0.4.ebuild b/dev-python/pytest-check/pytest-check-1.0.4.ebuild
new file mode 100644
index 00000000000..08ebac53b79
--- /dev/null
+++ b/dev-python/pytest-check/pytest-check-1.0.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+DESCRIPTION="pytest plugin that allows multiple failures per test"
+HOMEPAGE="https://github.com/okken/pytest-check https://pypi.org/project/pytest_check/"
+SRC_URI="
+ https://github.com/okken/pytest-check/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/pytest-6[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/flit_core[${PYTHON_USEDEP}]"
+
+distutils_enable_tests --install pytest
+
+src_prepare() {
+ default
+ mv src/pytest_check pytest_check
+}
next reply other threads:[~2021-09-23 17:22 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-23 17:22 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-24 22:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-check/ Sam James
2021-10-09 20:19 Sam James
2021-10-10 0:09 Sam James
2021-10-10 2:20 Sam James
2021-10-10 20:43 Sam James
2021-10-24 0:19 Sam James
2021-10-24 2:27 Sam James
2021-10-24 4:51 Sam James
2021-11-15 16:29 Agostino Sarubbo
2021-11-18 10:50 Sam James
2021-11-19 7:59 Arthur Zamarin
2021-11-19 11:39 Arthur Zamarin
2022-02-07 9:35 Sam James
2022-02-07 20:14 Arthur Zamarin
2022-02-07 20:14 Arthur Zamarin
2022-02-07 22:29 Sam James
2022-03-31 16:03 Michał Górny
2022-05-01 6:55 Michał Górny
2022-05-01 12:20 Jakov Smolić
2022-05-01 12:56 Michał Górny
2022-05-10 5:47 Arthur Zamarin
2022-08-21 17:41 Arthur Zamarin
2022-08-25 19:25 Arthur Zamarin
2022-09-25 18:28 Arthur Zamarin
2022-09-25 18:35 Arthur Zamarin
2022-09-29 18:07 Arthur Zamarin
2022-11-03 19:32 Arthur Zamarin
2022-11-03 19:41 Arthur Zamarin
2022-11-22 6:27 Arthur Zamarin
2022-11-22 19:56 Arthur Zamarin
2022-11-23 8:41 Michał Górny
2022-11-26 6:28 Michał Górny
2022-12-02 14:03 Arthur Zamarin
2022-12-03 9:09 Michał Górny
2022-12-25 17:41 Michał Górny
2023-01-09 8:09 Michał Górny
2023-01-11 20:34 Michał Górny
2023-01-13 7:09 Michał Górny
2023-01-14 4:57 Michał Górny
2023-02-10 6:52 Michał Górny
2023-02-12 20:24 Jakov Smolić
2023-02-13 3:22 Matt Turner
2023-02-13 6:07 Michał Górny
2023-02-14 4:57 Michał Górny
2023-03-13 19:39 Arthur Zamarin
2023-03-14 5:02 Michał Górny
2023-03-17 15:52 Arthur Zamarin
2023-03-17 15:58 Michał Górny
2023-06-07 4:40 Michał Górny
2023-06-07 4:40 Michał Górny
2023-07-10 1:38 Michał Górny
2023-07-15 3:04 Michał Górny
2023-08-12 3:27 Michał Górny
2023-08-19 16:44 Arthur Zamarin
2023-08-19 18:14 Michał Górny
2023-09-22 11:34 Michał Górny
2023-10-23 18:50 Sam James
2023-10-24 5:58 Michał Górny
2024-01-01 4:13 Michał Górny
2024-01-09 7:02 Michał Górny
2024-01-18 3:43 Michał Górny
2024-01-18 18:03 Arthur Zamarin
2024-01-18 18:46 Michał Górny
2024-01-19 5:28 Michał Górny
2024-01-24 19:05 Michał Górny
2024-02-03 8:30 Arthur Zamarin
2024-02-03 9:17 Michał Górny
2024-06-10 7:57 Petr Vaněk
2024-08-28 3:43 Michał Górny
2024-08-29 4:52 Michał Górny
2024-09-28 12:32 Arthur Zamarin
2024-09-28 12:59 Michał Górny
2025-02-10 5:47 Michał Górny
2025-02-13 7:27 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=1632417717.da0dcf14c8cd9e3fc553c790b936cb7f1b5ec854.arthurzam@gentoo \
--to=arthurzam@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