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
+9
View File
@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_PYHAMCREST
bool "python-pyhamcrest"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
help
Hamcrest framework for matcher objects.
https://github.com/hamcrest/PyHamcrest
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pyhamcrest/json
md5 7a086f0b067f8d38958ec32f054559b4 PyHamcrest-2.0.2.tar.gz
sha256 412e00137858f04bde0729913874a48485665f2d36fe9ee449f26be864af9316 PyHamcrest-2.0.2.tar.gz
# Locally computed sha256 checksums
sha256 71beae6c8151362cfe398cbd350191a1cc52d3d28499839a7830b25f5b50a7fe LICENSE.txt
@@ -0,0 +1,14 @@
################################################################################
#
# python-pyhamcrest
#
################################################################################
PYTHON_PYHAMCREST_VERSION = 2.0.2
PYTHON_PYHAMCREST_SOURCE = PyHamcrest-$(PYTHON_PYHAMCREST_VERSION).tar.gz
PYTHON_PYHAMCREST_SITE = https://files.pythonhosted.org/packages/58/05/7b993fabb44ff0b52a90916d96bfd91a65ecf90b8248e72bba325ba8e438
PYTHON_PYHAMCREST_SETUP_TYPE = setuptools
PYTHON_PYHAMCREST_LICENSE = BSD-3-Clause
PYTHON_PYHAMCREST_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))