26d7dcb8ad
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>
15 lines
628 B
Makefile
15 lines
628 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|