python-regex/python-regex.spec

307 lines
12 KiB
RPMSpec

%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-regex
Version: 2024.5.15
Release: 1mamba
Summary: regex is an alternative to the re package in the Python standard library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.org/project/regex/
Source: https://pypi.debian.net/regex/regex-%{version}.tar.gz
License: Python Software Foundation License
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
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 regex-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{python_inc} \
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%changelog
* Thu May 16 2024 Automatic Build System <autodist@openmamba.org> 2024.5.15-1mamba
- automatic version update by autodist
* Fri May 10 2024 Automatic Build System <autodist@openmamba.org> 2024.5.10-1mamba
- automatic version update by autodist
* Mon Apr 29 2024 Automatic Build System <autodist@openmamba.org> 2024.4.28-1mamba
- automatic version update by autodist
* Wed Apr 17 2024 Automatic Build System <autodist@openmamba.org> 2024.4.16-1mamba
- automatic version update by autodist
* Sun Dec 24 2023 Automatic Build System <autodist@mambasoft.it> 2023.12.25-1mamba
- automatic version update by autodist
* Wed Oct 04 2023 Automatic Build System <autodist@mambasoft.it> 2023.10.3-1mamba
- automatic version update by autodist
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 2023.8.8-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Wed Aug 09 2023 Automatic Build System <autodist@mambasoft.it> 2023.8.8-1mamba
- automatic version update by autodist
* Sun Jun 04 2023 Automatic Build System <autodist@mambasoft.it> 2023.6.3-1mamba
- automatic version update by autodist
* Thu May 04 2023 Automatic Build System <autodist@mambasoft.it> 2023.5.5-1mamba
- automatic version update by autodist
* Wed May 03 2023 Automatic Build System <autodist@mambasoft.it> 2023.5.4-1mamba
- automatic version update by autodist
* Wed May 03 2023 Automatic Build System <autodist@mambasoft.it> 2023.5.2-1mamba
- automatic version update by autodist
* Fri Mar 24 2023 Automatic Build System <autodist@mambasoft.it> 2023.3.23-1mamba
- automatic version update by autodist
* Thu Mar 23 2023 Automatic Build System <autodist@mambasoft.it> 2023.3.22-1mamba
- automatic version update by autodist
* Mon Oct 31 2022 Automatic Build System <autodist@mambasoft.it> 2022.10.31-1mamba
- automatic version update by autodist
* Wed Sep 14 2022 Automatic Build System <autodist@mambasoft.it> 2022.9.13-1mamba
- automatic version update by autodist
* Mon Sep 12 2022 Automatic Build System <autodist@mambasoft.it> 2022.9.11-1mamba
- automatic version update by autodist
* Sun Aug 21 2022 Automatic Build System <autodist@mambasoft.it> 2022.8.17-1mamba
- automatic version update by autodist
* Tue Jul 26 2022 Automatic Build System <autodist@mambasoft.it> 2022.7.25-1mamba
- automatic version update by autodist
* Mon Jul 25 2022 Automatic Build System <autodist@mambasoft.it> 2022.7.24-1mamba
- automatic version update by autodist
* Sat Jul 09 2022 Automatic Build System <autodist@mambasoft.it> 2022.7.9-1mamba
- automatic version update by autodist
* Sat Jun 04 2022 Automatic Build System <autodist@mambasoft.it> 2022.6.2-1mamba
- automatic version update by autodist
* Thu Jun 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2022.4.24-2mamba
- rebuilt with python 3.10 and distdeps
* Mon Apr 25 2022 Automatic Build System <autodist@mambasoft.it> 2022.4.24-1mamba
- automatic version update by autodist
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 2022.3.15-1mamba
- automatic version update by autodist
* Thu Mar 03 2022 Automatic Build System <autodist@mambasoft.it> 2022.3.2-1mamba
- automatic version update by autodist
* Wed Jan 19 2022 Automatic Build System <autodist@mambasoft.it> 2022.1.18-1mamba
- automatic version update by autodist
* Thu Nov 11 2021 Automatic Build System <autodist@mambasoft.it> 2021.11.10-1mamba
- automatic version update by autodist
* Wed Nov 03 2021 Automatic Build System <autodist@mambasoft.it> 2021.11.2-1mamba
- automatic version update by autodist
* Tue Nov 02 2021 Automatic Build System <autodist@mambasoft.it> 2021.11.1-1mamba
- automatic version update by autodist
* Sat Oct 23 2021 Automatic Build System <autodist@mambasoft.it> 2021.10.23-1mamba
- automatic version update by autodist
* Thu Oct 21 2021 Automatic Build System <autodist@mambasoft.it> 2021.10.21-1mamba
- automatic version update by autodist
* Mon Oct 11 2021 Automatic Build System <autodist@mambasoft.it> 2021.10.8-1mamba
- automatic version update by autodist
* Fri Oct 01 2021 Automatic Build System <autodist@mambasoft.it> 2021.9.30-1mamba
- automatic version update by autodist
* Sat Sep 25 2021 Automatic Build System <autodist@mambasoft.it> 2021.9.24-1mamba
- automatic version update by autodist
* Sat Aug 28 2021 Automatic Build System <autodist@mambasoft.it> 2021.8.28-1mamba
- automatic version update by autodist
* Fri Aug 27 2021 Automatic Build System <autodist@mambasoft.it> 2021.8.27-1mamba
- automatic version update by autodist
* Sun Aug 22 2021 Automatic Build System <autodist@mambasoft.it> 2021.8.21-1mamba
- automatic version update by autodist
* Wed Aug 04 2021 Automatic Build System <autodist@mambasoft.it> 2021.8.3-1mamba
- automatic version update by autodist
* Tue Jul 06 2021 Automatic Build System <autodist@mambasoft.it> 2021.7.6-1mamba
- automatic version update by autodist
* Tue Jul 06 2021 Automatic Build System <autodist@mambasoft.it> 2021.7.5-1mamba
- automatic version update by autodist
* Fri Jul 02 2021 Automatic Build System <autodist@mambasoft.it> 2021.7.1-1mamba
- automatic version update by autodist
* Mon Apr 05 2021 Automatic Build System <autodist@mambasoft.it> 2021.4.4-1mamba
- automatic version update by autodist
* Sat Mar 20 2021 Automatic Build System <autodist@mambasoft.it> 2021.3.17-1mamba
- automatic version update by autodist
* Mon Nov 16 2020 Automatic Build System <autodist@mambasoft.it> 2020.11.13-1mamba
- automatic version update by autodist
* Tue Nov 10 2020 Automatic Build System <autodist@mambasoft.it> 2020.10.28-1mamba
- automatic version update by autodist
* Mon Oct 19 2020 Automatic Build System <autodist@mambasoft.it> 2020.10.15-1mamba
- automatic version update by autodist
* Thu Oct 15 2020 Automatic Build System <autodist@mambasoft.it> 2020.10.11-1mamba
- automatic version update by autodist
* Thu Jul 16 2020 Automatic Build System <autodist@mambasoft.it> 2020.7.14-1mamba
- automatic version update by autodist
* Thu Jun 11 2020 Automatic Build System <autodist@mambasoft.it> 2020.6.8-1mamba
- automatic version update by autodist
* Sat May 23 2020 Automatic Build System <autodist@mambasoft.it> 2020.5.14-1mamba
- automatic version update by autodist
* Tue May 12 2020 Automatic Build System <autodist@mambasoft.it> 2020.5.7-1mamba
- automatic version update by autodist
* Mon Apr 20 2020 Automatic Build System <autodist@mambasoft.it> 2020.4.4-1mamba
- automatic version update by autodist
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2020.2.20-2mamba
- rebuilt with py3* packages
* Fri Mar 06 2020 Automatic Build System <autodist@mambasoft.it> 2020.2.20-1mamba
- automatic version update by autodist
* Fri Jan 10 2020 Automatic Build System <autodist@mambasoft.it> 2020.1.8-1mamba
- automatic version update by autodist
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 2019.12.20-1mamba
- automatic version update by autodist
* Tue Aug 20 2019 Automatic Build System <autodist@mambasoft.it> 2019.08.19-1mamba
- automatic version update by autodist
* Mon Jun 03 2019 Automatic Build System <autodist@mambasoft.it> 2019.06.02-1mamba
- automatic version update by autodist
* Mon May 27 2019 Automatic Build System <autodist@mambasoft.it> 2019.05.25-1mamba
- automatic version update by autodist
* Mon Apr 15 2019 Automatic Build System <autodist@mambasoft.it> 2019.04.14-1mamba
- automatic version update by autodist
* Sat Apr 13 2019 Automatic Build System <autodist@mambasoft.it> 2019.04.12-1mamba
- automatic version update by autodist
* Thu Apr 11 2019 Automatic Build System <autodist@mambasoft.it> 2019.04.10-1mamba
- automatic version update by autodist
* Fri Apr 05 2019 Automatic Build System <autodist@mambasoft.it> 2019.03.12-1mamba
- automatic version update by autodist
* Sun Mar 17 2019 Automatic Build System <autodist@mambasoft.it> 2019.03.09-1mamba
- automatic version update by autodist
* Tue Feb 19 2019 Automatic Build System <autodist@mambasoft.it> 2019.02.18-1mamba
- automatic version update by autodist
* Thu Feb 07 2019 Automatic Build System <autodist@mambasoft.it> 2019.02.06-1mamba
- automatic version update by autodist
* Wed Feb 06 2019 Automatic Build System <autodist@mambasoft.it> 2019.02.05-1mamba
- automatic version update by autodist
* Tue Jan 29 2019 Automatic Build System <autodist@mambasoft.it> 2019.01.24-1mamba
- automatic version update by autodist
* Mon Nov 26 2018 Automatic Build System <autodist@mambasoft.it> 2018.11.22-1mamba
- automatic version update by autodist
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 2018.11.07-1mamba
- automatic version update by autodist
* Sun Nov 04 2018 Automatic Build System <autodist@mambasoft.it> 2018.11.03-1mamba
- automatic version update by autodist
* Wed Aug 29 2018 Automatic Build System <autodist@mambasoft.it> 2018.08.29-1mamba
- automatic version update by autodist
* Sat Aug 18 2018 Automatic Build System <autodist@mambasoft.it> 2018.08.17-1mamba
- automatic version update by autodist
* Thu Jul 12 2018 Automatic Build System <autodist@mambasoft.it> 2018.07.11-1mamba
- automatic version update by autodist
* Fri Jun 22 2018 Automatic Build System <autodist@mambasoft.it> 2018.06.21-1mamba
- automatic version update by autodist
* Thu Jun 21 2018 Automatic Build System <autodist@mambasoft.it> 2018.06.20-1mamba
- automatic version update by autodist
* Sun Jun 10 2018 Automatic Build System <autodist@mambasoft.it> 2018.06.09-1mamba
- automatic version update by autodist
* Wed Jun 06 2018 Automatic Build System <autodist@mambasoft.it> 2018.06.06-1mamba
- automatic version update by autodist
* Tue Mar 06 2018 Automatic Build System <autodist@mambasoft.it> 2018.02.21-1mamba
- automatic version update by autodist
* Thu Feb 08 2018 Automatic Build System <autodist@mambasoft.it> 2018.02.08-1mamba
- automatic version update by autodist
* Sun Feb 04 2018 Automatic Build System <autodist@mambasoft.it> 2018.02.03-1mamba
- automatic version update by autodist
* Thu Jan 11 2018 Automatic Build System <autodist@mambasoft.it> 2018.01.10-1mamba
- automatic version update by autodist
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 2017.12.12-1mamba
- automatic update by autodist
* Sat Nov 11 2017 Automatic Build System <autodist@mambasoft.it> 2017.11.09-1mamba
- automatic version update by autodist
* Fri Oct 27 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2017.09.23-1mamba
- package created using the webbuild interface