Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user