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-setuptools"]
runtime = [
"python",
"python-pytz",
]
[package]
description = "A collection of tools for internationalizing Python applications"
homepage = "http://babel.pocoo.org/"
license = "BSD-3-Clause"
name = "python-babel"
version = "2.18.0"
[[source]]
extract_dir = "$name-$version"
sha256 = "b80b99a14bd085fcacfa15c9165f651fbb3406e66cc603abf11c5750937c992d"
url = "https://github.com/python-babel/babel/releases/download/v$version/babel-$version.tar.gz"