Name: lz4 Version: 4.3.3 Release: 1 Group: Development/Libraries License: BSD License Summary: LZ4 Bindings for Python Url: https://github.com/python-lz4/python-lz4 Vendor: Jonathan Underwood Source0: %{name}-%{version}.tar.gz BuildRequires: python3-devel, pyproject-rpm-macros, python3-pip, python3-setuptools, python3-wheel, gcc, python3-pkgconfig, python3-pytest-runner, python3-setuptools_scm %{?python_disable_dependency_generator} %description LZ4 Bindings for Python %package -n python3-%{name} Summary: Python 3 module of LZ4 Bindings for Python %description -n python3-%{name} LZ4 Bindings for Python # %generate_buildrequires # %pyproject_buildrequires -R # %prep %autosetup -p1 -n %{name}-%{version} %build %pyproject_wheel %install %pyproject_install %files -n python3-%{name} %license LICENSE %{_libdir}/python3*/site-packages/lz4 %{_libdir}/python3*/site-packages/lz4*.dist-info %changelog * Sun Sep 1 2024 log2timeline development team 4.3.3-1 - Auto-generated