mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-jedi: new package
An autocompletion tool for Python that can be used for text editors. https://github.com/davidhalter/jedi python-jedi is a runtime dependency of ipython 7.3.0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Thomas: add license for the flask theme] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
4baa7a7638
commit
ca443b49b5
14
package/python-jedi/python-jedi.mk
Normal file
14
package/python-jedi/python-jedi.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-jedi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_JEDI_VERSION = 0.13.3
|
||||
PYTHON_JEDI_SOURCE = jedi-$(PYTHON_JEDI_VERSION).tar.gz
|
||||
PYTHON_JEDI_SITE = https://files.pythonhosted.org/packages/96/fb/e99fc0442f8a0fa4bf5d34162c2d98131489017f661bf8a331857844b145
|
||||
PYTHON_JEDI_SETUP_TYPE = setuptools
|
||||
PYTHON_JEDI_LICENSE = MIT, BSD-3-Clause (flask theme)
|
||||
PYTHON_JEDI_LICENSE_FILES = LICENSE.txt docs/_themes/flask/LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user