diff options
| author | Derek Straka <derek@asterius.io> | 2024-02-02 20:48:03 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-02 23:25:31 -0800 |
| commit | 8185be6fd9b3ce886bff4c8b6b3aa1f14723336b (patch) | |
| tree | f8730fe49c76c1c282350b78175fe735dcd2b408 /meta-python/recipes-devtools/python/python3-ipython_8.21.0.bb | |
| parent | be4721a95513e0ea73cd9579c7729e81967d530d (diff) | |
| download | meta-openembedded-8185be6fd9b3ce886bff4c8b6b3aa1f14723336b.tar.gz | |
python3-ipython: update to version 8.21.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ipython_8.21.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython_8.21.0.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.21.0.bb b/meta-python/recipes-devtools/python/python3-ipython_8.21.0.bb new file mode 100644 index 0000000000..86e4c6454f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ipython_8.21.0.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "IPython: Productive Interactive Computing" | ||
| 2 | HOMEPAGE = "https://ipython.org" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "ipython" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "48fbc236fbe0e138b88773fa0437751f14c3645fb483f1d4c5dee58b37e5ce73" | ||
| 9 | |||
| 10 | RDEPENDS:${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 \ | ||
| 25 | ${PYTHON_PN}-stack-data \ | ||
| 26 | " | ||
| 27 | |||
| 28 | inherit setuptools3 pypi | ||
