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