blob: dece1d7e376de22a366a2a54a82f46af1a77e7bd [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "IPython: Productive Interactive Computing"
2HOMEPAGE = "https://ipython.org"
Andrew Geissler517393d2023-01-13 08:55:19 -06003LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
5
6PYPI_PACKAGE = "ipython"
7
Patrick Williams2a254922023-08-11 09:48:11 -05008SRC_URI[sha256sum] = "1d197b907b6ba441b692c48cf2a3a2de280dc0ac91a3405b39349a50272ca0a1"
Andrew Geissler517393d2023-01-13 08:55:19 -06009
10RDEPENDS:${PN} = "\
11 ${PYTHON_PN}-setuptools \
12 ${PYTHON_PN}-jedi \
13 ${PYTHON_PN}-decorator \
14 ${PYTHON_PN}-pickleshare \
15 ${PYTHON_PN}-traitlets \
16 ${PYTHON_PN}-prompt-toolkit \
17 ${PYTHON_PN}-pygments \
18 ${PYTHON_PN}-backcall \
19 ${PYTHON_PN}-pydoc \
20 ${PYTHON_PN}-debugger \
21 ${PYTHON_PN}-pexpect \
22 ${PYTHON_PN}-unixadmin \
23 ${PYTHON_PN}-misc \
24 ${PYTHON_PN}-sqlite3 \
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050025 ${PYTHON_PN}-stack-data \
Andrew Geissler517393d2023-01-13 08:55:19 -060026"
27
28inherit setuptools3 pypi