Files
2026-03-21 12:43:00 -05:00

22 lines
498 B
TOML

[build]
type = "python"
[dependencies]
build = [
"python",
"python-setuptools",
]
runtime = ["python"]
[package]
description = "Cross platform time zone library for Python"
homepage = "https://pypi.python.org/pypi/pytz"
license = "MIT"
name = "python-pytz"
version = "2025.2"
[[source]]
extract_dir = "$name-$version"
sha256 = "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3"
url = "https://github.com/stub42/pytz/releases/download/release_2025.2/pytz-$version.tar.gz"