public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pytest-console-scripts] epel9: Initial import (fedora#2149011).
@ 2026-06-25  7:35 Lumir Balhar
  0 siblings, 0 replies; only message in thread
From: Lumir Balhar @ 2026-06-25  7:35 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-25  7:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25  7:35 [rpms/python-pytest-console-scripts] epel9: Initial import (fedora#2149011) Lumir Balhar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox