summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jedi_0.17.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jedi_0.17.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-jedi_0.17.2.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.17.2.bb b/meta-python/recipes-devtools/python/python3-jedi_0.17.2.bb
deleted file mode 100644
index aa5e698740..0000000000
--- a/meta-python/recipes-devtools/python/python3-jedi_0.17.2.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1SUMMARY = "An autocompletion tool for Python that can be used for text editors."
2HOMEPAGE = "https://github.com/davidhalter/jedi"
3AUTHOR = "David Halter <davidhalter88@gmail.com>"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4"
6
7PYPI_PACKAGE = "jedi"
8
9SRC_URI[md5sum] = "f012668907d76cebe9c4766f3b806fcf"
10SRC_URI[sha256sum] = "86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20"
11
12RDEPENDS_${PN} = "${PYTHON_PN}-parso"
13
14inherit setuptools3 pypi