6ebaef3818
- Update hash for COPYING.rst, it has been updated to remove BSD-3-Clause text:5a6ef3e35d
- Add LICENSE to license files as this is now the file that contain BSD-3-Clause text - Needs python3 since version 6.x and above - Needs new runtime dependencies: backcall and jedi - Drop obsolete python2 dependencies as well as simplegeneric:dc0ceb16f9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
563 B
Makefile
15 lines
563 B
Makefile
################################################################################
|
|
#
|
|
# python-ipython
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_IPYTHON_VERSION = 7.4.0
|
|
PYTHON_IPYTHON_SOURCE = ipython-$(PYTHON_IPYTHON_VERSION).tar.gz
|
|
PYTHON_IPYTHON_SITE = https://files.pythonhosted.org/packages/e3/88/39c8b7701b2f7d5c8f3a1796b0c174f21071232bc5b242feb670e913acc6
|
|
PYTHON_IPYTHON_LICENSE = BSD-3-Clause
|
|
PYTHON_IPYTHON_LICENSE_FILES = COPYING.rst LICENSE
|
|
PYTHON_IPYTHON_SETUP_TYPE = distutils
|
|
|
|
$(eval $(python-package))
|