23 lines
600 B
TOML
23 lines
600 B
TOML
[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"
|