16 lines
625 B
Bash
16 lines
625 B
Bash
# Template file for 'python3-pathspec'
|
|
pkgname=python3-pathspec
|
|
version=0.12.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python3 utility library for pattern matching of file paths"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="MPL-2.0"
|
|
homepage="https://github.com/cpburnz/python-pathspec"
|
|
changelog="https://raw.githubusercontent.com/cpburnz/python-pathspec/master/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/p/pathspec/pathspec-${version}.tar.gz"
|
|
checksum=a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712
|