wok rev 25198

updated python-jedi (0.16.0 -> 0.17.2)
author Hans-G?nter Theisgen
date Wed Jul 13 13:40:45 2022 +0100 (21 months ago)
parents 4af3f9be894a
children 3ce9abc153e7
files python-jedi/description.txt python-jedi/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-jedi/description.txt	Wed Jul 13 13:40:45 2022 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +Jedi is a static analysis tool for Python that is typically used in
     1.5 +IDEs and editors plugins.
     1.6 +Jedi has a focus on autocompletion and goto functionality.
     1.7 +Other features include refactoring, code search and finding references.
     1.8 +
     1.9 +Jedi has a simple API to work with. There is a reference implementation
    1.10 +as a VIM-Plugin.
    1.11 +Autocompletion in your REPL is also possible, IPython uses it natively
    1.12 +and for the CPython REPL you can install it.
    1.13 +Jedi is well tested and bugs should be rare.
    1.14 +
    1.15 +Jedi can currently be used with the following editors or projects:
    1.16 +
    1.17 +- Vim (jedi-vim, YouCompleteMe, deoplete-jedi, completor.vim)
    1.18 +- Visual Studio Code (via Python Extension)
    1.19 +- Emacs (Jedi.el, company-mode, elpy, anaconda-mode, ycmd)
    1.20 +- Sublime Text (SublimeJEDI [ST2 + ST3], anaconda [only ST3])
    1.21 +- TextMate (Not sure if it\u2019s actually working)
    1.22 +- Kate version 4.13+ supports it natively, you have to enable it,
    1.23 +  though.
    1.24 +- Atom (autocomplete-python-jedi)
    1.25 +- GNOME Builder (with support for GObject Introspection)
    1.26 +- Gedit (gedi)
    1.27 +- wdb - Web Debugger
    1.28 +- Eric IDE (Available as a plugin)
    1.29 +- IPython 6.0.0+
    1.30 +
    1.31 +and many more!
     2.1 --- a/python-jedi/receipt	Wed Jul 13 11:09:33 2022 +0100
     2.2 +++ b/python-jedi/receipt	Wed Jul 13 13:40:45 2022 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-jedi"
     2.7 -VERSION="0.16.0"
     2.8 +VERSION="0.17.2"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="An autocompletion tool for Python that can be used for text editors."
    2.11  MAINTAINER="paul@slitaz.org"
    2.12  LICENSE="MIT"
    2.13  WEB_SITE="https://pypi.org/project/jedi/"
    2.14 +REPOLOGY="python:jedi"
    2.15  
    2.16  SOURCE="jedi"
    2.17  TARBALL="$SOURCE-$VERSION.tar.gz"