initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_JEDI
|
||||
bool "python-jedi"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_PARSO # runtime
|
||||
help
|
||||
An autocompletion tool for Python that can be used for text
|
||||
editors.
|
||||
|
||||
https://github.com/davidhalter/jedi
|
||||
@@ -0,0 +1,7 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/jedi/json
|
||||
md5 72707c00e8d6d0b190a5e5664be1cac5 jedi-0.18.0.tar.gz
|
||||
sha256 92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707 jedi-0.18.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 78e60cd0b8f28694f30195482c33d76908d846b0d15278deb7332aa22ba8e412 LICENSE.txt
|
||||
sha256 235e993965d399a25e7d493d25c8622f78718510884b9c051f1f1866b6f34e9d jedi/third_party/django-stubs/LICENSE.txt
|
||||
sha256 b41b78f562a2e65b75cab44354335f6f435d4ef73065509600ac910cf4e22fe0 jedi/third_party/typeshed/LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user