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>
This commit is contained in:
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

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