22 lines
498 B
TOML
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"
|