buildroot/package/python-ipython/python-ipython.mk
Asaf Kahlon 4c4ed5fc99 package/python-ipython: bump to version 7.9.0
And fix indentation in hash file.

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

15 lines
563 B
Makefile

################################################################################
#
# python-ipython
#
################################################################################
PYTHON_IPYTHON_VERSION = 7.9.0
PYTHON_IPYTHON_SOURCE = ipython-$(PYTHON_IPYTHON_VERSION).tar.gz
PYTHON_IPYTHON_SITE = https://files.pythonhosted.org/packages/c0/e5/ba19ae58e9bdd80832332873cb4e11a90cf2049df052c1aadeabc2cdadeb
PYTHON_IPYTHON_LICENSE = BSD-3-Clause
PYTHON_IPYTHON_LICENSE_FILES = COPYING.rst LICENSE
PYTHON_IPYTHON_SETUP_TYPE = distutils
$(eval $(python-package))