[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_LOGBOOK
bool "python-logbook"
select BR2_PACKAGE_PYTHON3_ZLIB
help
A logging replacement for Python.
http://logbook.pocoo.org/

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/logbook/json
md5 719970ea22dd274797bb4328161d700f Logbook-1.5.3.tar.gz
sha256 66f454ada0f56eae43066f604a222b09893f98c1adc18df169710761b8f32fe8 Logbook-1.5.3.tar.gz
# Locally computed sha256 checksums
sha256 2ca266337cc6947578654ab0dd6438de4d01fa78b2e6eb554b09757df1178f98 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-logbook
#
################################################################################
PYTHON_LOGBOOK_VERSION = 1.5.3
PYTHON_LOGBOOK_SOURCE = Logbook-$(PYTHON_LOGBOOK_VERSION).tar.gz
PYTHON_LOGBOOK_SITE = https://files.pythonhosted.org/packages/2f/d9/16ac346f7c0102835814cc9e5b684aaadea101560bb932a2403bd26b2320
PYTHON_LOGBOOK_SETUP_TYPE = setuptools
PYTHON_LOGBOOK_LICENSE = BSD-3-Clause
PYTHON_LOGBOOK_LICENSE_FILES = LICENSE
$(eval $(python-package))