From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-plus/
Date: Fri, 11 Jun 2021 13:40:12 +0000 (UTC) [thread overview]
Message-ID: <1623418795.8e6877194b630f22ef3cce97c43e8725b59e35c8.marecki@gentoo> (raw)
commit: 8e6877194b630f22ef3cce97c43e8725b59e35c8
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 13:07:51 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 13:39:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e687719
dev-python/pytest-plus: initial import
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/pytest-plus/Manifest | 1 +
dev-python/pytest-plus/metadata.xml | 13 +++++++++++++
dev-python/pytest-plus/pytest-plus-0.2.ebuild | 23 +++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-python/pytest-plus/Manifest b/dev-python/pytest-plus/Manifest
new file mode 100644
index 00000000000..1b1dc87fd5c
--- /dev/null
+++ b/dev-python/pytest-plus/Manifest
@@ -0,0 +1 @@
+DIST pytest-plus-0.2.tar.gz 8210 BLAKE2B b8a28e72cfb4e10daa021528de9b5df2e9eb0bc4e911557c7c14a0825284787e94992132c0b74881867a41b55a67785c60b9b87a1594ad33fb57ebac8de391a6 SHA512 e16a03433cb6eb30b6881bec99482bc65cb7d1fa3d0db855befe666c0645d4b5ec02debde9dec4322ed0a0b77d3ac3f1cabda0cf98f375ffd68dc29fb55f5139
diff --git a/dev-python/pytest-plus/metadata.xml b/dev-python/pytest-plus/metadata.xml
new file mode 100644
index 00000000000..11989dba834
--- /dev/null
+++ b/dev-python/pytest-plus/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">pytest-dev/pytest-plus</remote-id>
+ <remote-id type="pypi">pytest-plus</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pytest-plus/pytest-plus-0.2.ebuild b/dev-python/pytest-plus/pytest-plus-0.2.ebuild
new file mode 100644
index 00000000000..3bd50d2af4a
--- /dev/null
+++ b/dev-python/pytest-plus/pytest-plus-0.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="PyTest Plus Plugin - extends pytest functionality"
+HOMEPAGE="https://github.com/pytest-dev/pytest-plus"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
next reply other threads:[~2021-06-11 13:40 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-11 13:40 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-01 8:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-plus/ Marek Szuba
2022-06-05 16:10 Arthur Zamarin
2022-06-05 16:10 Arthur Zamarin
2022-06-16 8:08 Michał Górny
2022-09-27 7:06 Agostino Sarubbo
2022-12-25 8:09 Michał Górny
2023-02-03 13:34 Sam James
2023-02-03 15:17 Michał Górny
2023-03-17 15:23 Michał Górny
2023-05-26 21:12 Arthur Zamarin
2023-10-17 18:57 Michał Górny
2023-10-19 4:00 Michał Górny
2023-11-22 12:35 Arthur Zamarin
2023-11-22 12:57 Michał Górny
2023-11-23 17:02 Arthur Zamarin
2023-11-24 15:22 Arthur Zamarin
2024-01-10 21:12 Michał Górny
2024-01-29 8:19 Sam James
2024-01-29 10:25 Michał Górny
2024-03-27 3:37 Michał Górny
2024-04-11 17:40 Arthur Zamarin
2024-04-11 19:04 Michał Górny
2024-06-16 17:37 Michał Górny
2024-06-28 11:38 Michał Górny
2025-02-01 6:06 Michał Górny
2025-02-03 5:26 Michał Górny
2025-02-22 11:23 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=1623418795.8e6877194b630f22ef3cce97c43e8725b59e35c8.marecki@gentoo \
--to=marecki@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