python-alabaster/python-alabaster.spec

80 lines
2.4 KiB
RPMSpec
Raw Permalink Normal View History

%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-alabaster
Version: 1.0.0
Release: 1mamba
Summary: A configurable sidebar-enabled Sphinx theme
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.org/project/alabaster/
Source: https://pypi.debian.net/alabaster/alabaster-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n alabaster-%{version}
%build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
#%if "%{?with_pyver}" != "3"
## Rename any conflicting file outside of python site packages tree
#for f in %{_bindir}/pdm; do
# mv %{buildroot}${f}{,-%{?pyappend}}
#done
#%endif
%files %{?pyappend}
%defattr(-,root,root)
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/%{pkgname}
%{python_sitelib}/%{pkgname}/*
%doc LICENSE.rst
%changelog
* Sat Jul 27 2024 Automatic Build System <autodist@openmamba.org> 1.0.0-1mamba
- automatic version update by autodist
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 0.7.16-1mamba
- automatic version update by autodist
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 0.7.13-3mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Thu Mar 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.13-2mamba
- rebuilt with python 3.10 subpackage
* Fri Jan 13 2023 Automatic Build System <autodist@mambasoft.it> 0.7.13-1mamba
- automatic version update by autodist
* Sat Apr 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.12-3mamba
- rebuilt with distdeps
* Tue Apr 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.12-2mamba
- rebuilt with py3 package
* Thu May 16 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.12-1mamba
- update to 0.7.12
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 0.7.9-1mamba
- automatic update by autodist
* Fri Mar 20 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.2-1mamba
- package created using the webbuild interface