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
+22
View File
@@ -0,0 +1,22 @@
[build]
type = "python"
[dependencies]
build = [
"python-setuptools",
"python-setuptools-scm",
"python-wheel",
]
runtime = ["python"]
[package]
description = "Plugin and hook calling mechanisms for python"
homepage = "https://github.com/pytest-dev/pluggy"
license = "MIT"
name = "python-pluggy"
version = "1.6.0"
[[source]]
extract_dir = "$name-$version"
sha256 = "b2:ccd5d0d89a2686cd1cfb25308df8cf8bcf1c3bf2348af0f0cf2ca7341d8f8fb84c7661ab2e085039f9a52958778f3dcea6247c2d690d40347fc9d7db58fe6bfc"
url = "https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-$version.tar.gz"