Name: python-py-walk Version: 0.3.3 Release: %autorelease Summary: Filter filesystem paths based on gitignore-like patterns License: MIT URL: https://github.com/pacha/py-walk Source: %{pypi_source py_walk} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Python library to filter filesystem paths based on gitignore-like patterns} %description %_description %package -n python3-py-walk Summary: %{summary} %description -n python3-py-walk %_description #%%pyproject_extras_subpkg -n python3-py-walk,tests %prep %autosetup -p1 -n py_walk-%{version} %generate_buildrequires %pyproject_buildrequires -x tests %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l py_walk %check %pyproject_check_import %files -n python3-py-walk -f %{pyproject_files} %changelog %autochangelog