mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 15:41:09 -09:00
package/python-simplelogging: new package
Simplelogging is easier implementation of logging. Signed-off-by: Joris Offouga <offougajoris@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
9de35edfed
commit
909d0dc6be
14
package/python-simplelogging/python-simplelogging.mk
Normal file
14
package/python-simplelogging/python-simplelogging.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-simplelogging
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SIMPLELOGGING_VERSION = 0.10.0
|
||||
PYTHON_SIMPLELOGGING_SOURCE = simplelogging-$(PYTHON_SIMPLELOGGING_VERSION).tar.gz
|
||||
PYTHON_SIMPLELOGGING_SITE = https://files.pythonhosted.org/packages/17/85/3d2431f971e703916c7254e4560ed15451faedf2461eb484da9e1ebc5da6
|
||||
PYTHON_SIMPLELOGGING_SETUP_TYPE = setuptools
|
||||
PYTHON_SIMPLELOGGING_LICENSE = BSD-3-Clause
|
||||
PYTHON_SIMPLELOGGING_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user