public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Alexandre Salim <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-myrepos-utils] epel10: Initial Fedora package
Date: Fri, 26 Jun 2026 18:07:25 GMT [thread overview]
Message-ID: <178249724588.1.2342218598041608324.rpms-python-myrepos-utils-72be77b9a10f@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-26 18:07 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=178249724588.1.2342218598041608324.rpms-python-myrepos-utils-72be77b9a10f@fedoraproject.org \
--to=salimma@fedoraproject.org \
--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