23 lines
568 B
TOML
23 lines
568 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-flit-core",
|
|
"python-wheel",
|
|
]
|
|
optional = ["python-google-re2"]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Utility library for gitignore style pattern matching of file paths"
|
|
homepage = "https://github.com/cpburnz/python-pathspec"
|
|
license = "MPL-2.0"
|
|
name = "python-pathspec"
|
|
version = "1.0.4"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "7612ec6e67f4ea83b9987367a3bbd76bf3e7466bf33769a8810509774b26862d"
|
|
url = "https://github.com/cpburnz/python-pathspec/archive/refs/tags/v$version.tar.gz"
|