[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,6 @@
config BR2_PACKAGE_PYTHON_DECORATOR
bool "python-decorator"
help
Better living through Python with decorators
https://github.com/micheles/decorator

View 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

View 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))