public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lumir Balhar <lbalhar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-pytest-console-scripts] epel9: Initial import (fedora#2149011).
Date: Thu, 25 Jun 2026 07:35:41 GMT [thread overview]
Message-ID: <178237294156.1.3114863647768851047.rpms-python-pytest-console-scripts-4352e901a39d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-pytest-console-scripts
Branch : epel9
Commit : 4352e901a39d0f99d4b23b9b2ee0e1503a39e1cc
Author : Lumir Balhar <lbalhar@redhat.com>
Date : 2022-12-04T09:33:52+01:00
Stats : +55/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-pytest-console-scripts/c/4352e901a39d0f99d4b23b9b2ee0e1503a39e1cc?branch=epel9
Log:
Initial import (fedora#2149011).
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ea17945
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/pytest-console-scripts-1.3.1.tar.gz
diff --git a/python-pytest-console-scripts.spec b/python-pytest-console-scripts.spec
new file mode 100644
index 0000000..dbd26d3
--- /dev/null
+++ b/python-pytest-console-scripts.spec
@@ -0,0 +1,53 @@
+Name: python-pytest-console-scripts
+Version: 1.3.1
+Release: 1%{?dist}
+Summary: Pytest plugin for testing console scripts
+License: MIT
+URL: https://github.com/kvas-it/pytest-console-scripts
+Source: %{pypi_source pytest-console-scripts}
+
+BuildArch: noarch
+BuildRequires: python3-devel
+
+
+%global _description %{expand:
+Pytest-console-scripts is a pytest plugin for running python
+scripts from within tests.}
+
+
+%description %_description
+
+%package -n python3-pytest-console-scripts
+Summary: %{summary}
+
+%description -n python3-pytest-console-scripts %_description
+
+
+%prep
+%autosetup -p1 -n pytest-console-scripts-%{version}
+
+
+%generate_buildrequires
+%pyproject_buildrequires -t
+
+
+%build
+%pyproject_wheel
+
+
+%install
+%pyproject_install
+%pyproject_save_files pytest_console_scripts
+
+
+%check
+%tox
+
+
+%files -n python3-pytest-console-scripts -f %{pyproject_files}
+%doc README.md
+
+
+%changelog
+* Mon Nov 28 2022 Lumír Balhar <lbalhar@redhat.com> - 1.3.1-1
+- Initial package
\ No newline at end of file
diff --git a/sources b/sources
new file mode 100644
index 0000000..fa31ce1
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (pytest-console-scripts-1.3.1.tar.gz) = 344e9379976d9a7541f9683f7646b47f7fc25d2ab8d941351811ada7fddd77497cc24f4bc6a6d5ab9388dd5b289ed125bcbfad869009fb3b80aaaa1b951d656d
reply other threads:[~2026-06-25 7:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178237294156.1.3114863647768851047.rpms-python-pytest-console-scripts-4352e901a39d@fedoraproject.org \
--to=lbalhar@redhat.com \
--cc=git-commits@fedoraproject.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