generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-decorator/Config.in
Normal file
6
package/python-decorator/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_DECORATOR
|
||||
bool "python-decorator"
|
||||
help
|
||||
Better living through Python with decorators
|
||||
|
||||
https://github.com/micheles/decorator
|
||||
5
package/python-decorator/python-decorator.hash
Normal file
5
package/python-decorator/python-decorator.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/decorator/json
|
||||
md5 d01585c3ea5b36a209747fcc978a98c8 decorator-5.1.0.tar.gz
|
||||
sha256 e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7 decorator-5.1.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 fd11660cabf0532082c45706862fafc294907ec7f8e217818240a4999806782e LICENSE.txt
|
||||
17
package/python-decorator/python-decorator.mk
Normal file
17
package/python-decorator/python-decorator.mk
Normal file
@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-decorator
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DECORATOR_VERSION = 5.1.0
|
||||
PYTHON_DECORATOR_SOURCE = decorator-$(PYTHON_DECORATOR_VERSION).tar.gz
|
||||
PYTHON_DECORATOR_SITE = https://files.pythonhosted.org/packages/92/3c/34f8448b61809968052882b830f7d8d9a8e1c07048f70deb039ae599f73c
|
||||
PYTHON_DECORATOR_LICENSE = BSD-2-Clause
|
||||
PYTHON_DECORATOR_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_DECORATOR_CPE_ID_VENDOR = python
|
||||
PYTHON_DECORATOR_CPE_ID_PRODUCT = decorator
|
||||
PYTHON_DECORATOR_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user