From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-console-scripts/
Date: Thu, 24 Feb 2022 07:35:22 +0000 (UTC) [thread overview]
Message-ID: <1645688118.dcf692e597cc779df77a75f92c1f33363ee1d321.mgorny@gentoo> (raw)
commit: dcf692e597cc779df77a75f92c1f33363ee1d321
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 24 07:30:00 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 24 07:35:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf692e5
dev-python/pytest-console-scripts: Bump to 1.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-console-scripts/Manifest | 1 +
.../pytest-console-scripts-1.3.ebuild | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/pytest-console-scripts/Manifest b/dev-python/pytest-console-scripts/Manifest
index 2985f085d292..0b5135c63573 100644
--- a/dev-python/pytest-console-scripts/Manifest
+++ b/dev-python/pytest-console-scripts/Manifest
@@ -1,2 +1,3 @@
DIST pytest-console-scripts-1.2.0.tar.gz 13976 BLAKE2B 1452ecfdc47d3341d8f3f30d49f371ae89d6138d56e4dc3a230f6a3803c6c36f542df40e2785c99c3cfd5080fa03b5b3d4926bb742dc99bd2127d47305fbf788 SHA512 07c9baab85035265ab6a21cc0c754b076dba87f08e1ab51319ef47a0a8af0b44f7d42422014c68cf93ed28b508138a70e14b968707cc831682885b3ca8106aa7
DIST pytest-console-scripts-1.2.2.tar.gz 14314 BLAKE2B 1e4c210fe9fa6a4e9dbe308cf3d6c1a1829f2155185fe3911ee0a299c0292db6bceeeeb7efd5ace9a166c90ae8376d3cdfec8b0c0b585467f157e175709afe6d SHA512 c749b76c8370734f9ab7fe93284f9ac25a38e4bef61181a3b61b3b0d229532f1876e668e5a6e1449dcb939d9cb53527e021f79fd9132f3a28bdf45d95bdcb40e
+DIST pytest-console-scripts-1.3.tar.gz 14365 BLAKE2B 7a9b83f53ef9911e5f336375389e6c6311e64e7b4880ea2cb1f996221d4dbf119bf6fc487f7bb7bfda4355df8f797981e99ac9db2fff3e4871173a878a4fbd64 SHA512 8b66df3a8ff700817f8ec34aa95385ff82c4df47fd67974e91cf4d2fdae578d4683032b0a8162723adfcd461e5da7f1c5bb99339d62ed9cbdca4fd1be001b0f6
diff --git a/dev-python/pytest-console-scripts/pytest-console-scripts-1.3.ebuild b/dev-python/pytest-console-scripts/pytest-console-scripts-1.3.ebuild
new file mode 100644
index 000000000000..ecebac91b445
--- /dev/null
+++ b/dev-python/pytest-console-scripts/pytest-console-scripts-1.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pytest plugin for testing console scripts"
+HOMEPAGE="https://github.com/kvas-it/pytest-console-scripts"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}]
+ >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2022-02-24 7:35 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-24 7:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-28 4:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-console-scripts/ Michał Górny
2024-01-28 19:37 Michał Górny
2023-11-16 16:35 Michał Górny
2023-06-27 12:01 Michał Górny
2023-06-27 6:43 Sam James
2023-06-08 7:23 Michał Górny
2023-05-26 21:12 Arthur Zamarin
2023-05-23 5:07 Michał Górny
2023-03-23 0:43 Sam James
2023-03-17 15:23 Michał Górny
2022-12-04 15:59 WANG Xuerui
2022-06-05 5:46 Michał Górny
2022-05-14 17:46 Arthur Zamarin
2022-04-19 13:39 Michał Górny
2022-04-19 11:41 Arthur Zamarin
2022-03-26 18:20 Arthur Zamarin
2022-03-26 17:07 Arthur Zamarin
2022-03-18 22:28 Michał Górny
2022-03-12 20:07 Arthur Zamarin
2022-03-06 23:43 Sam James
2022-03-06 7:51 Sam James
2022-02-27 16:38 Sam James
2022-02-27 12:29 Jakov Smolić
2022-02-27 12:23 Jakov Smolić
2022-02-27 10:52 Michał Górny
2022-02-24 11:01 Michał Górny
2022-02-09 14:18 Yixun Lan
2022-02-08 17:38 Arthur Zamarin
2022-02-07 11:36 Sam James
2022-02-07 11:32 Sam James
2022-02-07 11:31 Sam James
2022-02-07 11:30 Sam James
2022-02-07 11:18 Sam James
2022-02-07 8:33 Sam James
2022-01-06 18:46 Arthur Zamarin
2021-09-09 13:39 Andrew Ammerlaan
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=1645688118.dcf692e597cc779df77a75f92c1f33363ee1d321.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