kumquat-buildroot/package/python-ipython/python-ipython.mk
Asaf Kahlon 3642ff4840 python-ipython: bump to version 5.8.0
Also add license hash.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-10-08 21:14:32 +02:00

15 lines
555 B
Makefile

################################################################################
#
# python-ipython
#
################################################################################
PYTHON_IPYTHON_VERSION = 5.8.0
PYTHON_IPYTHON_SOURCE = ipython-$(PYTHON_IPYTHON_VERSION).tar.gz
PYTHON_IPYTHON_SITE = https://files.pythonhosted.org/packages/41/a6/2d25314b1f9375639d8f8e0f8052e8cec5df511d3449f22c4f1c2d8cb3c6
PYTHON_IPYTHON_LICENSE = BSD-3-Clause
PYTHON_IPYTHON_LICENSE_FILES = COPYING.rst
PYTHON_IPYTHON_SETUP_TYPE = distutils
$(eval $(python-package))