Name: python-voluptuous Version: 0.13.1 Release: 1%{dist} Summary: Voluptuous, despite the name, is a Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc. # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: Apache URL: https://github.com/alecthomas/voluptuous Source: %{pypi_source voluptuous} BuildArch: noarch BuildRequires: pyproject-rpm-macros BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-pip BuildRequires: python%{python3_pkgversion}-wheel BuildRequires: python%{python3_pkgversion}-pytest # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'voluptuous' generated automatically by pyp2spec.} %description %_description %package -n python%{python3_pkgversion}-voluptuous Summary: %{summary} %description -n python%{python3_pkgversion}-voluptuous %_description %prep %autosetup -p1 -n voluptuous-%{version} %build %pyproject_wheel %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 python%{python3_pkgversion}-voluptuous -f %{pyproject_files}