public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-myrepos-utils] epel10: Initial Fedora package
@ 2026-06-26 18:07 Michel Alexandre Salim
  0 siblings, 0 replies; only message in thread
From: Michel Alexandre Salim @ 2026-06-26 18:07 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-myrepos-utils
            Branch : epel10
            Commit : 72be77b9a10f44592ff801b131370e0b1cefb3b2
            Author : Michel Alexandre Salim <salimma@fedoraproject.org>
            Date   : 2022-03-28T11:14:24-07:00
            Stats  : +62/-0 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-myrepos-utils/c/72be77b9a10f44592ff801b131370e0b1cefb3b2?branch=epel10

            Log:
            Initial Fedora package

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c79a54a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/myrepos-utils-0.0.1.1.tar.gz

diff --git a/python-myrepos-utils.spec b/python-myrepos-utils.spec
new file mode 100644
index 0000000..0995176
--- /dev/null
+++ b/python-myrepos-utils.spec
@@ -0,0 +1,60 @@
+%bcond_without check
+
+%global srcname myrepos-utils
+
+Name:           python-%{srcname}
+Version:        0.0.1.1
+Release:        %autorelease
+Summary:        Additional utilities for myrepos
+
+License:        MIT
+URL:            https://git.sr.ht/~michel-slm/myrepos-utils
+Source0:        %{pypi_source}
+
+BuildArch:      noarch
+BuildRequires:  python3-devel
+
+%global _description %{expand:
+Additional utilities for myrepos.}
+
+%description %_description
+
+
+%package -n %{srcname}
+Summary:        %{summary}
+Requires:       myrepos
+
+%description -n %{srcname} %_description
+
+
+%prep
+%autosetup -p1 -n %{srcname}-%{version}
+
+%generate_buildrequires
+%pyproject_buildrequires %{?with_check:-r requirements-test.txt}
+
+
+%build
+%pyproject_wheel
+
+
+%install
+%pyproject_install
+%pyproject_save_files myrepos_utils
+
+
+%check
+%pyproject_check_import myrepos_utils
+%if %{with check}
+%pytest
+%endif
+
+
+%files -n %{srcname} -f %{pyproject_files}
+%doc README.md
+%license COPYING.md
+%{_bindir}/mr-utils
+
+
+%changelog
+%autochangelog

diff --git a/sources b/sources
new file mode 100644
index 0000000..39e739b
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (myrepos-utils-0.0.1.1.tar.gz) = 95c4bc83006e128a0794eb35b8425790c650e8c948148d29f24e7966775a1285be19a14dad1d8066824343f0387aaba32321e47ce31cb6a3dbedf35180bad9bf

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

only message in thread, other threads:[~2026-06-26 18:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26 18:07 [rpms/python-myrepos-utils] epel10: Initial Fedora package Michel Alexandre Salim

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