This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_BABEL
bool "python-babel"
select BR2_PACKAGE_PYTHON_PYTZ # runtime
help
A collection of tools for internationalizing Python
applications.
http://babel.pocoo.org/en/latest/
+5
View File
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/babel/json
md5 c384ac03026e8fe6f9b90f55201f1bff Babel-2.6.0.tar.gz
sha256 8cba50f48c529ca3fa18cf81fa9403be176d374ac4d60738b839122dfaaa3d23 Babel-2.6.0.tar.gz
# Locally computed sha256 checksums
sha256 178b99c90df898d0bee84bd335f36b679c76fafa9d3c288b4eaea4ebd92d8602 LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-babel
#
################################################################################
PYTHON_BABEL_VERSION = 2.6.0
PYTHON_BABEL_SOURCE = Babel-$(PYTHON_BABEL_VERSION).tar.gz
PYTHON_BABEL_SITE = https://files.pythonhosted.org/packages/be/cc/9c981b249a455fa0c76338966325fc70b7265521bad641bf2932f77712f4
PYTHON_BABEL_SETUP_TYPE = setuptools
PYTHON_BABEL_LICENSE = BSD-3-Clause
PYTHON_BABEL_LICENSE_FILES = LICENSE
$(eval $(python-package))