This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+6
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
@@ -0,0 +1,5 @@
# md5 from https://pypi.python.org/pypi/decorator/json, sha256 locally calculated
md5 73644c8f0bd4983d1b6a34b49adec0ae decorator-4.0.11.tar.gz
sha256 953d6bf082b100f43229cf547f4f97f97e970f5ad645ee7601d55ff87afdfe76 decorator-4.0.11.tar.gz
# Locally computed sha256 checksums
sha256 c9fbbd46d5af040b2b26db2f693034c95de8e9faaaf1cd68af358b092a56d454 LICENSE.txt
@@ -0,0 +1,15 @@
################################################################################
#
# python-decorator
#
################################################################################
PYTHON_DECORATOR_VERSION = 4.0.11
PYTHON_DECORATOR_SITE = https://pypi.python.org/packages/cc/ac/5a16f1fc0506ff72fcc8fd4e858e3a1c231f224ab79bb7c4c9b2094cc570
PYTHON_DECORATOR_SOURCE = decorator-$(PYTHON_DECORATOR_VERSION).tar.gz
PYTHON_DECORATOR_LICENSE = BSD-2-Clause
PYTHON_DECORATOR_LICENSE_FILES = LICENSE.txt
PYTHON_DECORATOR_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))