Name: python3-pathspec
Version: 0.10.1
Release: 1%{?dist}
Summary: The build backend used by Hatch
License: MIT
Group: Development/Languages/Python
Vendor: VMware, Inc.
Distribution: Photon
Url: https://pypi.org/project/pathspec
Source0: https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-%{version}.tar.gz
%define sha512 pathspec=886c16ba9a221720a9fbac6a2aead5a16de62988afbf0ed976f28c312fe524f41ccfb139e0b9699942ca32aa90f183e20656986ed631cf2435818c082d58115d
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-libs
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
Requires: python3
%description
pathspec is a utility library for pattern matching of file paths.
%prep
%autosetup -n pathspec-%{version}
%build
%{pyproject_wheel}
%install
%{pyproject_install}
%check
python3 setup.py test
%files
%defattr(-,root,root)
%{python3_sitelib}/*
%changelog
* Mon Oct 31 2022 Prashant S Chauhan <psinghchauha@vmware.com> 0.10.1-1
- Initial version