+++ /dev/null
-Name: python3-build
-Version: 1.0.3
-Release: 0
-Summary: Simple PEP517 package builder
-License: MIT
-URL: https://github.com/pypa/build
-Source0: build-%{version}.tar.gz
-Source1001: %{name}.manifest
-
-BuildRequires: pkgconfig(python3)
-BuildRequires: python3-setuptools
-
-Requires: python3-packaging
-Requires: python3-pyproject_hooks
-
-BuildArch: noarch
-
-%description
-Build will invoke the PEP 517 hooks to build a distribution package.
-It is a simple build tool and does not perform any dependency management.
-
-%prep
-%setup -q -n build-%{version}
-
-%build
-cp %{SOURCE1001} .
-%{_bindir}/python3 setup.py build
-
-%install
-%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-rm -f %{buildroot}%{python3_sitelib}/build/py.typed
-
-%files
-%license LICENSE
-%{python3_sitelib}/build/*.py
-%{python3_sitelib}/build/__pycache__/*
-%{python3_sitelib}/build-%{version}-py%{python3_version}.egg-info