Name: python-whey Version: 0.1.1 Release: %autorelease Summary: A simple Python wheel builder for simple projects. # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: MIT URL: https://github.com/repo-helper/whey Source: %{pypi_source whey} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-wheel BuildRequires: python3-pip BuildRequires: python3-packaging BuildRequires: python3-build BuildRequires: python3-sphinx # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'whey' generated automatically by pyp2spec.} %description %_description %package -n python3-whey Summary: %{summary} %description -n python3-whey %_description # For official Fedora packages, review which extras should be actually packaged # See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#Extras %pyproject_extras_subpkg -n python3-whey all,editable,readme %prep %autosetup -p1 -n whey-%{version} # from archlinux package to circumvent requirement restrictions sed -e 's/^requires = \[.*/requires = \[ "setuptools", "wheel" \]/' -i pyproject.toml #enerate_buildrequires # Keep only those extras which you actually want to package or use during tests #pyproject_buildrequires -x all,editable,readme %build #pyproject_wheel %{python3} -m build --wheel --outdir pyproject-wheeldir --no-isolation %install %pyproject_install # For official Fedora packages, including files with '*' +auto is not allowed # Replace it with a list of relevant Python modules/globs and list extra files in %%files %pyproject_save_files '*' +auto %files -n python3-whey -f %{pyproject_files} %changelog %autochangelog