# Description: Utility library for gitignore style pattern matching of file paths
# URL: https://github.com/cpburnz/python-path-specification
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-wheel

name=python3-pathspec
version=1.1.1
release=1
source=(https://pypi.io/packages/source/p/pathspec/pathspec-$version.tar.gz)

build() {
  cd pathspec-$version

  /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
  /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl
}
