public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa13@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-freeipa] epel10: Initial package for Fedora (#1823091)
Date: Sun, 31 May 2026 13:44:35 GMT [thread overview]
Message-ID: <178023507527.1.9578681719691210112.rpms-python-freeipa-1b15c45e9b7d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-freeipa
Branch : epel10
Commit : 1b15c45e9b7d72147a4f22f46bdd645ebf646ed3
Author : Neal Gompa <ngompa13@gmail.com>
Date : 2020-04-13T10:27:25-04:00
Stats : +58/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-freeipa/c/1b15c45e9b7d72147a4f22f46bdd645ebf646ed3?branch=epel10
Log:
Initial package for Fedora (#1823091)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0168a1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/python-freeipa-1.0.2.tar.gz
diff --git a/python-freeipa.spec b/python-freeipa.spec
new file mode 100644
index 0000000..b2b0c12
--- /dev/null
+++ b/python-freeipa.spec
@@ -0,0 +1,56 @@
+# Enable Python dependency generation
+%{?python_enable_dependency_generator}
+
+%global pypi_name python-freeipa
+%global srcname freeipa
+
+Name: python-%{srcname}
+Version: 1.0.2
+Release: 1%{?dist}
+Summary: Lightweight FreeIPA client
+
+License: MIT
+URL: https://python-freeipa.readthedocs.io/
+Source0: https://github.com/opennode/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
+BuildArch: noarch
+
+BuildRequires: python%{python3_pkgversion}-devel
+BuildRequires: %{py3_dist requests}
+BuildRequires: %{py3_dist responses}
+BuildRequires: %{py3_dist setuptools}
+
+%description
+python-freeipa is lightweight FreeIPA client.
+
+%package -n python%{python3_pkgversion}-%{srcname}
+Summary: %{summary} for Python %{python3_version}
+%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
+
+%description -n python%{python3_pkgversion}-%{srcname}
+python-freeipa is lightweight FreeIPA client.
+
+This package provides the Python %{python3_version} variant.
+
+%prep
+%autosetup -n %{pypi_name}-%{version}
+# Remove bundled egg-info
+rm -rf %{pypi_name}.egg-info
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+%check
+%python3 setup.py test
+
+%files -n python%{python3_pkgversion}-%{srcname}
+%license LICENSE.md
+%doc README.rst
+%{python3_sitelib}/python_freeipa/
+%{python3_sitelib}/python_freeipa-%{version}-py%{python3_version}.egg-info/
+
+%changelog
+* Mon Apr 13 10:26:54 EDT 2020 Neal Gompa <ngompa13@gmail.com> - 1.0.2-1
+- Initial package for Fedora (#1823091)
diff --git a/sources b/sources
new file mode 100644
index 0000000..1209f03
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (python-freeipa-1.0.2.tar.gz) = f5cfe072284adbbe38ff2e320e6c0e06fd6717cf85b5abad3f13870d0dcea17163d2750a9ea882762ad67cb8fc93e0e191d33acd5a55c9dc8aba2dd4e955487f
reply other threads:[~2026-05-31 13:44 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=178023507527.1.9578681719691210112.rpms-python-freeipa-1b15c45e9b7d@fedoraproject.org \
--to=ngompa13@gmail.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