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
Changes from 1 commit
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
Prev Previous commit
Next Next commit
python3-jedi: add recipe
Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com>
  • Loading branch information
shlomow committed Aug 6, 2020
commit 1ead7f883a9887e6daa0f54bea4a7658329ef547
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