mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Almost there ....
This commit is contained in:
6
buildroot-external/package/python-cutecharts/Config.in
Normal file
6
buildroot-external/package/python-cutecharts/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_CUTECHARTS
|
||||
bool "python-cutecharts"
|
||||
help
|
||||
Hand drawing style charts library for Python
|
||||
|
||||
https://github.com/cutecharts/cutecharts.py
|
@@ -0,0 +1 @@
|
||||
sha256 05c03a68fbe2d4d263173415f90a1935e2d9351985330134738f9e2150c1d39b python-cutecharts-4a995adb7f6851517f29c9ac23cfe717666d4cd6.tar.gz
|
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cutecharts
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CUTECHARTS_VERSION = 4a995adb7f6851517f29c9ac23cfe717666d4cd6
|
||||
PYTHON_CUTECHARTS_SITE = $(call github,cutecharts,cutecharts.py,$(PYTHON_CUTECHARTS_VERSION))
|
||||
PYTHON_CUTECHARTS_SETUP_TYPE = setuptools
|
||||
PYTHON_CUTECHARTS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user