initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 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 7166099733d78aa857d74fa50d8ff58c Babel-2.9.1.tar.gz
sha256 bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0 Babel-2.9.1.tar.gz
# Locally computed sha256 checksums
sha256 28c97bf33e7506e277487bdaa3a69b70f170d6af5a82785ac0a74c8428042e40 LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-babel
#
################################################################################
PYTHON_BABEL_VERSION = 2.9.1
PYTHON_BABEL_SOURCE = Babel-$(PYTHON_BABEL_VERSION).tar.gz
PYTHON_BABEL_SITE = https://files.pythonhosted.org/packages/17/e6/ec9aa6ac3d00c383a5731cc97ed7c619d3996232c977bb8326bcbb6c687e
PYTHON_BABEL_SETUP_TYPE = setuptools
PYTHON_BABEL_LICENSE = BSD-3-Clause
PYTHON_BABEL_LICENSE_FILES = LICENSE
$(eval $(python-package))