package/python-decorator: new package

Add 'decorator'[1] package to Buildroot. Needed by 'traitlets'
package, which is added in the next patch.

[1] https://pypi.python.org/pypi/decorator

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
[Thomas: download from PyPi, add hash file, add entry in DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Andrey Smirnov
2017-04-27 14:33:31 -07:00
committed by Thomas Petazzoni
parent ab56ce15c1
commit e816c8243f
5 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
################################################################################
#
# 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_SETUP_TYPE = setuptools
$(eval $(python-package))