Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
@@ -0,0 +1,22 @@
[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"