214f276
Name:           python-pathspec
d4e02ef
Version:        0.12.1
22b7234
Release:        %autorelease
214f276
Summary:        Utility library for gitignore style pattern matching of file paths
214f276
b39ea2e
License:        MPL-2.0
214f276
URL:            https://github.com/cpburnz/python-path-specification
5ab3114
Source:         %{pypi_source pathspec}
214f276
214f276
BuildArch:      noarch
5bd8ca4
BuildRequires:  python3-devel
5c9b86e
BuildRequires:  python3-pytest
214f276
214f276
214f276
%description
214f276
Path Specification (pathspec) is a utility library for pattern matching of file
214f276
paths. So far this only includes Git's wildmatch pattern matching which itself
214f276
is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
214f276
b9118b1
214f276
%package -n     python3-pathspec
214f276
Summary:        %{summary}
214f276
214f276
%description -n python3-pathspec
214f276
Path Specification (pathspec) is a utility library for pattern matching of file
214f276
paths. So far this only includes Git's wildmatch pattern matching which itself
214f276
is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
214f276
214f276
214f276
%prep
665495f
%autosetup -n pathspec-%{version}
214f276
b9118b1
edae475
%generate_buildrequires
edae475
%pyproject_buildrequires
edae475
edae475
214f276
%build
edae475
%pyproject_wheel
214f276
214f276
214f276
%install
edae475
%pyproject_install
edae475
%pyproject_save_files pathspec
214f276
214f276
214f276
%check
5c9b86e
%pytest
214f276
b9118b1
edae475
%files -n python3-pathspec -f %{pyproject_files}
214f276
%doc README.rst
214f276
%license LICENSE
214f276
214f276
214f276
%changelog
22b7234
%autochangelog