public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-freeipa] epel10.2: Initial package for Fedora (#1823091)
@ 2026-05-31 13:44 Neal Gompa
  0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-05-31 13:44 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-freeipa
Branch : epel10.2
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.2

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

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

only message in thread, other threads:[~2026-05-31 13:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 13:44 [rpms/python-freeipa] epel10.2: Initial package for Fedora (#1823091) Neal Gompa

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