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
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_COLORZERO
bool "python-colorzero"
depends on BR2_PACKAGE_PYTHON3
help
A color manipulation library for Python.
https://github.com/waveform80/colorzero
@@ -0,0 +1,4 @@
# Locally computed
sha256 86c9933b004aec8ce1c476d1d1129e00325c7724df3c09aa353d5f8e883ed08d python-colorzero-2.0.tar.gz
# Locally computed
sha256 ee1c76f465410c34802ddf81d70e1ea7a4542cf58459425038498d8f4e36bb45 LICENSE.txt
@@ -0,0 +1,13 @@
################################################################################
#
# python-colorzero
#
################################################################################
PYTHON_COLORZERO_VERSION = 2.0
PYTHON_COLORZERO_SITE = $(call github,waveform80,colorzero,release-$(PYTHON_COLORZERO_VERSION))
PYTHON_COLORZERO_LICENSE = BSD-3-Clause
PYTHON_COLORZERO_LICENSE_FILES = LICENSE.txt
PYTHON_COLORZERO_SETUP_TYPE = setuptools
$(eval $(python-package))