Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ipython: add all relevant recipes #265

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SUMMARY = "Specifications for callback functions passed in to an API"
HOMEPAGE = "https://github.com/takluyver/backcall"
AUTHOR = "Thomas Kluyver <thomas@kluyver.me.uk>"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=40e56b724d016484a7f790ec826d3ffc"

PYPI_PACKAGE = "backcall"

SRC_URI[md5sum] = "1f4c9a370c78743406296f48e56e8821"
SRC_URI[sha256sum] = "5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"

inherit setuptools3 pypi
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SUMMARY = "Vestigial utilities from IPython"
HOMEPAGE = "http://ipython.org"
AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35"

PYPI_PACKAGE = "ipython_genutils"

SRC_URI[md5sum] = "5a4f9781f78466da0ea1a648f3e1f79f"
SRC_URI[sha256sum] = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8"

inherit setuptools3 pypi
29 changes: 29 additions & 0 deletions meta-python/recipes-devtools/python/python3-ipython_7.17.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
SUMMARY = "IPython: Productive Interactive Computing"
HOMEPAGE = "https://ipython.org"
AUTHOR = "The IPython Development Team <ipython-dev@python.org>"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"

PYPI_PACKAGE = "ipython"

SRC_URI[md5sum] = "1f2257d771de9d2fb40d9e3cfcea429d"
SRC_URI[sha256sum] = "b70974aaa2674b05eb86a910c02ed09956a33f2dd6c71afc60f0b128a77e7f28"

RDEPENDS_${PN} = "\
${PYTHON_PN}-setuptools \
${PYTHON_PN}-jedi \
${PYTHON_PN}-decorator \
${PYTHON_PN}-pickleshare \
${PYTHON_PN}-traitlets \
${PYTHON_PN}-prompt-toolkit \
${PYTHON_PN}-pygments \
${PYTHON_PN}-backcall \
${PYTHON_PN}-pydoc \
${PYTHON_PN}-debugger \
${PYTHON_PN}-pexpect \
${PYTHON_PN}-unixadmin \
${PYTHON_PN}-misc \
${PYTHON_PN}-sqlite3 \
"

inherit setuptools3 pypi
14 changes: 14 additions & 0 deletions meta-python/recipes-devtools/python/python3-jedi_0.17.2.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
SUMMARY = "An autocompletion tool for Python that can be used for text editors."
HOMEPAGE = "https://github.com/davidhalter/jedi"
AUTHOR = "David Halter <davidhalter88@gmail.com>"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4"

PYPI_PACKAGE = "jedi"

SRC_URI[md5sum] = "f012668907d76cebe9c4766f3b806fcf"
SRC_URI[sha256sum] = "86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20"

RDEPENDS_${PN} = "${PYTHON_PN}-parso"

inherit setuptools3 pypi
12 changes: 12 additions & 0 deletions meta-python/recipes-devtools/python/python3-parso_0.7.1.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SUMMARY = "A Python Parser"
HOMEPAGE = "https://github.com/davidhalter/parso"
AUTHOR = "David Halter <davidhalter88@gmail.com>"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f"

PYPI_PACKAGE = "parso"

SRC_URI[md5sum] = "eac40cda515ee71e3bb008c404ca3ac1"
SRC_URI[sha256sum] = "caba44724b994a8a5e086460bb212abc5a8bc46951bf4a9a1210745953622eb9"

inherit setuptools3 pypi
12 changes: 12 additions & 0 deletions meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SUMMARY = "Tiny 'shelve'-like database with concurrency support"
HOMEPAGE = "https://github.com/pickleshare/pickleshare"
AUTHOR = "Ville Vainio <vivainio@gmail.com>"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=905c08218089ffebea3a64c82fc4d7d0"

PYPI_PACKAGE = "pickleshare"

SRC_URI[md5sum] = "44ab782615894a812ab96669a122a634"
SRC_URI[sha256sum] = "87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"

inherit setuptools3 pypi
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-wcwidth \
${PYTHON_PN}-datetime \
${PYTHON_PN}-shell \
${PYTHON_PN}-image \
"

BBCLASSEXTEND = "native nativesdk"
18 changes: 18 additions & 0 deletions meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
SUMMARY = "Traitlets Python config system"
HOMEPAGE = "http://ipython.org"
AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46"

PYPI_PACKAGE = "traitlets"

SRC_URI[md5sum] = "3a4f263af65d3d79f1c279f0247077ef"
SRC_URI[sha256sum] = "d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7"

RDEPENDS_${PN} = "\
${PYTHON_PN}-ipython-genutils \
${PYTHON_PN}-six \
${PYTHON_PN}-decorator \
"

inherit setuptools3 pypi