7f268154a0
python 2 support has been dropped since version 0.18.0 and
d67dfba7f5
Add django-stubs license file (MIT)
https://github.com/davidhalter/jedi/blob/v0.18.0/CHANGELOG.rst
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
620 B
Makefile
15 lines
620 B
Makefile
################################################################################
|
|
#
|
|
# python-jedi
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JEDI_VERSION = 0.18.0
|
|
PYTHON_JEDI_SOURCE = jedi-$(PYTHON_JEDI_VERSION).tar.gz
|
|
PYTHON_JEDI_SITE = https://files.pythonhosted.org/packages/ac/11/5c542bf206efbae974294a61febc61e09d74cb5d90d8488793909db92537
|
|
PYTHON_JEDI_SETUP_TYPE = setuptools
|
|
PYTHON_JEDI_LICENSE = MIT, Apache-2.0 (typeshed)
|
|
PYTHON_JEDI_LICENSE_FILES = LICENSE.txt jedi/third_party/django-stubs/LICENSE.txt jedi/third_party/typeshed/LICENSE
|
|
|
|
$(eval $(python-package))
|