package/python-ipython-genutils: New package

Add 'ipython_genutils'[1] package to Buildroot. Needed by 'traitlets'.

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

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas: take into account comments made by Yegor:
 - fix alphabetic ordering in the DEVELOPERS file
 - fix comment in hash file
 - add license file]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017.08.x
Andrey Smirnov 2017-06-02 16:56:46 -07:00 committed by Thomas Petazzoni
parent 8d69d80334
commit 26d7dcb8ad
5 changed files with 25 additions and 0 deletions

View File

@ -82,6 +82,7 @@ F: package/wine/
N: Andrey Smirnov <andrew.smirnov@gmail.com>
F: package/python-decorator/
F: package/python-ipython-genutils/
F: package/python-simplegeneric/
N: Andy Kennedy <andy.kennedy@adtran.com>

View File

@ -740,6 +740,7 @@ menu "External python modules"
source "package/python-ipaddress/Config.in"
source "package/python-ipy/Config.in"
source "package/python-ipython/Config.in"
source "package/python-ipython-genutils/Config.in"
source "package/python-itsdangerous/Config.in"
source "package/python-jinja2/Config.in"
source "package/python-jsonschema/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_IPYTHON_GENUTILS
bool "python-ipython-genutils"
help
IPython vestigial utilities
https://pypi.python.org/pypi/ipython_genutils

View File

@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/ipython_genutils/json, sha256 locally computed
md5 5a4f9781f78466da0ea1a648f3e1f79f ipython_genutils-0.2.0.tar.gz
sha256 eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8 ipython_genutils-0.2.0.tar.gz

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-ipython-genutils
#
################################################################################
PYTHON_IPYTHON_GENUTILS_VERSION = 0.2.0
PYTHON_IPYTHON_GENUTILS_SOURCE = ipython_genutils-$(PYTHON_IPYTHON_GENUTILS_VERSION).tar.gz
PYTHON_IPYTHON_GENUTILS_SITE = https://pypi.python.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399
PYTHON_IPYTHON_GENUTILS_LICENSE = BSD-3-Clause
PYTHON_IPYTHON_GENUTILS_LICENSE_FILES = COPYING.md
PYTHON_IPYTHON_GENUTILS_SETUP_TYPE = distutils
$(eval $(python-package))