Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
8
bsp/buildroot/package/python-babel/Config.in
Normal file
8
bsp/buildroot/package/python-babel/Config.in
Normal 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/
|
||||
3
bsp/buildroot/package/python-babel/python-babel.hash
Normal file
3
bsp/buildroot/package/python-babel/python-babel.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/Babel/json, sha256 locally computed
|
||||
md5 afa20bc55b0e991833030129ad498f35 Babel-2.3.4.tar.gz
|
||||
sha256 c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875 Babel-2.3.4.tar.gz
|
||||
14
bsp/buildroot/package/python-babel/python-babel.mk
Normal file
14
bsp/buildroot/package/python-babel/python-babel.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-babel
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BABEL_VERSION = 2.3.4
|
||||
PYTHON_BABEL_SOURCE = Babel-$(PYTHON_BABEL_VERSION).tar.gz
|
||||
PYTHON_BABEL_SITE = https://pypi.python.org/packages/6e/96/ba2a2462ed25ca0e651fb7b66e7080f5315f91425a07ea5b34d7c870c114
|
||||
PYTHON_BABEL_SETUP_TYPE = setuptools
|
||||
PYTHON_BABEL_LICENSE = BSD-3c
|
||||
PYTHON_BABEL_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user