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
+21
View File
@@ -0,0 +1,21 @@
[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"