2024-01-06 10:48:43 +01:00
|
|
|
Name: python-beautifulsoup4
|
2024-01-06 10:48:44 +01:00
|
|
|
Version: 4.11.2
|
|
|
|
Release: 1mamba
|
2024-01-06 10:48:43 +01:00
|
|
|
Summary: A library that makes it easy to scrape information from web pages
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.crummy.com/software/BeautifulSoup/
|
|
|
|
Source: https://pypi.debian.net/beautifulsoup4/beautifulsoup4-%{version}.tar.gz
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 10:48:44 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-06 10:48:44 +01:00
|
|
|
BuildRequires: python3.7dist(soupsieve)
|
2024-01-06 10:48:43 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n beautifulsoup4-%{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
|
|
|
|
|
2024-01-06 10:48:44 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-06 10:48:43 +01:00
|
|
|
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 10:48:44 +01:00
|
|
|
%dir %{python_sitearch}/beautifulsoup4-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/beautifulsoup4-%{version}-py*.egg-info/*
|
2024-01-06 10:48:43 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 10:48:44 +01:00
|
|
|
* Wed Feb 01 2023 Automatic Build System <autodist@mambasoft.it> 4.11.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:48:44 +01:00
|
|
|
* Wed May 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.1-3mamba
|
|
|
|
- build with python 3.10
|
|
|
|
|
2024-01-06 10:48:44 +01:00
|
|
|
* Fri Apr 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.1-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-06 10:48:44 +01:00
|
|
|
* Sat Apr 09 2022 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Apr 08 2022 Automatic Build System <autodist@mambasoft.it> 4.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:48:43 +01:00
|
|
|
* Mon Oct 11 2021 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:48:43 +01:00
|
|
|
* Sun Oct 04 2020 Automatic Build System <autodist@mambasoft.it> 4.9.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:48:43 +01:00
|
|
|
* Sun Sep 27 2020 Automatic Build System <autodist@mambasoft.it> 4.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:48:43 +01:00
|
|
|
* Tue May 19 2020 Automatic Build System <autodist@mambasoft.it> 4.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:48:43 +01:00
|
|
|
* Thu Apr 23 2020 Automatic Build System <autodist@mambasoft.it> 4.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:48:43 +01:00
|
|
|
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 4.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:48:43 +01:00
|
|
|
* Fri Nov 15 2019 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:48:43 +01:00
|
|
|
* Sat Aug 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.0-1mamba
|
|
|
|
- package created using the webbuild interface
|