mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/python-crayons : new package
This module is really simple, it gives you colored strings for terminal usage. Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
adb64a97e7
commit
ceb090fd6e
14
package/python-crayons/python-crayons.mk
Normal file
14
package/python-crayons/python-crayons.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-crayons
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CRAYONS_VERSION = 0.4.0
|
||||
PYTHON_CRAYONS_SOURCE = crayons-$(PYTHON_CRAYONS_VERSION).tar.gz
|
||||
PYTHON_CRAYONS_SITE = https://files.pythonhosted.org/packages/b8/6b/12a1dea724c82f1c19f410365d3e25356625b48e8009a7c3c9ec4c42488d
|
||||
PYTHON_CRAYONS_LICENSE = MIT
|
||||
PYTHON_CRAYONS_LICENSE_FILES = LICENSE
|
||||
PYTHON_CRAYONS_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user