Name: python-html5-parser Version: 0.4.11 Release: 2mamba Summary: A fast, standards compliant, C based, HTML 5 parser for python Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.org/project/html5-parser/ Source: https://pypi.debian.net/html5-parser/html5-parser-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libpython311-devel BuildRequires: libxml2-devel ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n html5-parser-%{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 %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %doc LICENSE %changelog * Tue Sep 26 2023 Automatic Build System 0.4.11-2mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba * Wed Apr 12 2023 Automatic Build System 0.4.11-1mamba - automatic version update by autodist * Mon May 30 2022 Silvan Calarco 0.4.10-2mamba - rebuilt for python 3.10 * Wed Sep 22 2021 Automatic Build System 0.4.10-1mamba - automatic version update by autodist * Sat Apr 11 2020 Silvan Calarco 0.4.9-2mamba - rebuilt with py3* packages * Tue Nov 05 2019 Automatic Build System 0.4.9-1mamba - automatic version update by autodist * Thu Jul 25 2019 Automatic Build System 0.4.8-1mamba - automatic version update by autodist * Tue Jun 04 2019 Automatic Build System 0.4.7-1mamba - automatic version update by autodist * Tue May 14 2019 Automatic Build System 0.4.6-1mamba - automatic version update by autodist * Mon Apr 23 2018 Automatic Build System 0.4.5-1mamba - automatic version update by autodist * Fri Oct 27 2017 Silvan Calarco 0.4.4-1mamba - package created using the webbuild interface