Files
packages/core/python-packaging/python-packaging.toml
T
2026-03-21 12:43:00 -05:00

22 lines
693 B
TOML

[build]
type = "python"
[dependencies]
build = [
"python-flit-core",
"python",
]
runtime = ["python"]
[package]
description = "Python library that provides utilities that implement the interoperability specifications which have clearly one correct behaviour (PEP440) or benefit greatly from having a single shared implementation (PEP425)"
homepage = "https://pypi.org/project/packaging/ "
license = "Apache-2.0 OR BSD-2-Clause"
name = "python-packaging"
version = "26.0"
[[source]]
extract_dir = "$name-$version"
sha256 = "00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4"
url = "https://files.pythonhosted.org/packages/source/p/packaging/packaging-$version.tar.gz"