diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-12-27 17:09:15 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-12-27 11:46:41 -0800 |
| commit | 20090751cfe53bb936ce533b1ed1101476e2d8de (patch) | |
| tree | 82841dd8a80f9d188a810b4f64c257c33eb113ef /meta-python/recipes-devtools/python/python3-ipython_7.28.0.bb | |
| parent | 13bfa7431be64cc0c2ea99fd0099830cbfd9eb28 (diff) | |
| download | meta-openembedded-20090751cfe53bb936ce533b1ed1101476e2d8de.tar.gz | |
python3-ipython: upgrade 7.28.0 -> 7.30.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ipython_7.28.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython_7.28.0.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.28.0.bb b/meta-python/recipes-devtools/python/python3-ipython_7.28.0.bb deleted file mode 100644 index c5d05a8dad..0000000000 --- a/meta-python/recipes-devtools/python/python3-ipython_7.28.0.bb +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | SUMMARY = "IPython: Productive Interactive Computing" | ||
| 2 | HOMEPAGE = "https://ipython.org" | ||
| 3 | AUTHOR = "The IPython Development Team <ipython-dev@python.org>" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "ipython" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "2097be5c814d1b974aea57673176a924c4c8c9583890e7a5f082f547b9975b11" | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = "\ | ||
| 12 | ${PYTHON_PN}-setuptools \ | ||
| 13 | ${PYTHON_PN}-jedi \ | ||
| 14 | ${PYTHON_PN}-decorator \ | ||
| 15 | ${PYTHON_PN}-pickleshare \ | ||
| 16 | ${PYTHON_PN}-traitlets \ | ||
| 17 | ${PYTHON_PN}-prompt-toolkit \ | ||
| 18 | ${PYTHON_PN}-pygments \ | ||
| 19 | ${PYTHON_PN}-backcall \ | ||
| 20 | ${PYTHON_PN}-pydoc \ | ||
| 21 | ${PYTHON_PN}-debugger \ | ||
| 22 | ${PYTHON_PN}-pexpect \ | ||
| 23 | ${PYTHON_PN}-unixadmin \ | ||
| 24 | ${PYTHON_PN}-misc \ | ||
| 25 | ${PYTHON_PN}-sqlite3 \ | ||
| 26 | " | ||
| 27 | |||
| 28 | inherit setuptools3 pypi | ||
