mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
6
package/python-colorzero/Config.in
Normal file
6
package/python-colorzero/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_COLORZERO
|
||||
bool "python-colorzero"
|
||||
help
|
||||
A color manipulation library for Python.
|
||||
|
||||
https://github.com/waveform80/colorzero
|
||||
4
package/python-colorzero/python-colorzero.hash
Normal file
4
package/python-colorzero/python-colorzero.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# Locally computed
|
||||
sha256 24d30b55793150f9ae7478f8aa2126fe5598a31f928907eadbf9d5a19aa9964c python-colorzero-1.1.tar.gz
|
||||
# Locally computed
|
||||
sha256 47778d78e05bb6c39c022814e3712a0327c6418c7251757e72167ab8ff12bb4d LICENSE.txt
|
||||
13
package/python-colorzero/python-colorzero.mk
Normal file
13
package/python-colorzero/python-colorzero.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-colorzero
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_COLORZERO_VERSION = 1.1
|
||||
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))
|
||||
Reference in New Issue
Block a user