%global pypi_name pyopnsense %global pkg_name opnsense Name: python-%{pkg_name} Version: 0.3.0 Release: 6%{?dist} Summary: Python API client for OPNsense License: GPLv3 URL: https://github.com/mtreinish/pyopnsense Source0: %{pypi_source} BuildArch: noarch %description A Python API client for the OPNsense API. This module provides a Python interface for interacting with the OPNsense API. %package -n python3-%{pkg_name} Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3dist(pytest) BuildRequires: python3dist(coverage) BuildRequires: python3dist(mock) BuildRequires: python3dist(pbr) BuildRequires: python3dist(requests) BuildRequires: python3dist(setuptools) BuildRequires: python3dist(six) BuildRequires: python3dist(stestr) %{?python_provide:%python_provide python3-%{pkg_name}} %description -n python3-%{pkg_name} A Python API client for the OPNsense API. This module provides a Python interface for interacting with the OPNsense API. %package -n python-%{pkg_name}-doc Summary: pyopnsense documentation BuildRequires: python3dist(sphinx) %description -n python-%{pkg_name}-doc Documentation for pyopnsense. %prep %autosetup -n %{pypi_name}-%{version} rm -rf %{pypi_name}.egg-info %build %py3_build PYTHONPATH=${PWD} sphinx-build-3 doc/source html rm -rf html/.{doctrees,buildinfo} %install %py3_install %check %pytest -v pyopnsense/tests %files -n python3-%{pkg_name} %license LICENSE %doc README.rst %{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ %files -n python-%{pkg_name}-doc %doc html %license LICENSE %changelog * Thu Jun 16 2022 Python Maint - 0.3.0-6 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.3.0-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Dec 01 2020 Fabian Affolter - 0.3.0-1 - Update to latest upstream release 0.3.0 * Tue Sep 08 2020 Fabian Affolter - 0.2.0-1 - Initial package for Fedora