python3-ipython_7.19.0.bb 855 B

1234567891011121314151617181920212223242526272829
  1. SUMMARY = "IPython: Productive Interactive Computing"
  2. HOMEPAGE = "https://ipython.org"
  3. AUTHOR = "The IPython Development Team <ipython-dev@python.org>"
  4. LICENSE = "BSD"
  5. LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
  6. PYPI_PACKAGE = "ipython"
  7. SRC_URI[md5sum] = "33bdc8287c827aae23699751b0ed3f7a"
  8. SRC_URI[sha256sum] = "cbb2ef3d5961d44e6a963b9817d4ea4e1fa2eb589c371a470fed14d8d40cbd6a"
  9. RDEPENDS_${PN} = "\
  10. ${PYTHON_PN}-setuptools \
  11. ${PYTHON_PN}-jedi \
  12. ${PYTHON_PN}-decorator \
  13. ${PYTHON_PN}-pickleshare \
  14. ${PYTHON_PN}-traitlets \
  15. ${PYTHON_PN}-prompt-toolkit \
  16. ${PYTHON_PN}-pygments \
  17. ${PYTHON_PN}-backcall \
  18. ${PYTHON_PN}-pydoc \
  19. ${PYTHON_PN}-debugger \
  20. ${PYTHON_PN}-pexpect \
  21. ${PYTHON_PN}-unixadmin \
  22. ${PYTHON_PN}-misc \
  23. ${PYTHON_PN}-sqlite3 \
  24. "
  25. inherit setuptools3 pypi