generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-logbook/Config.in
Normal file
7
package/python-logbook/Config.in
Normal 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/
|
||||
5
package/python-logbook/python-logbook.hash
Normal file
5
package/python-logbook/python-logbook.hash
Normal 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
|
||||
14
package/python-logbook/python-logbook.mk
Normal file
14
package/python-logbook/python-logbook.mk
Normal 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))
|
||||
Reference in New Issue
Block a user