diff options
author | adam <adam@pkgsrc.org> | 2021-01-04 16:36:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-01-04 16:36:04 +0000 |
commit | 9eee3339399457d1eabed0daa1c95a8e72e27cc6 (patch) | |
tree | 37ef78aea28b166a67a4e5a5067f742e4743d85b /editors/py-jedi | |
parent | 634bd0d9732cb291e99449c414ba0bac7472b648 (diff) | |
download | pkgsrc-9eee3339399457d1eabed0daa1c95a8e72e27cc6.tar.gz |
py-jedi: updated to 0.18.0
0.18.0
- Dropped Python 2 and Python 3.5
- Using ``pathlib.Path()`` as an output instead of ``str`` in most places:
- ``Project.path``
- ``Script.path``
- ``Definition.module_path``
- ``Refactoring.get_renames``
- ``Refactoring.get_changed_files``
- Functions with ``@property`` now return ``property`` instead of ``function``
in ``Name().type``
- Started using annotations
- Better support for the walrus operator
- Project attributes are now read accessible
- Removed all deprecations
Diffstat (limited to 'editors/py-jedi')
-rw-r--r-- | editors/py-jedi/Makefile | 6 | ||||
-rw-r--r-- | editors/py-jedi/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/editors/py-jedi/Makefile b/editors/py-jedi/Makefile index e3a949fb06d..c0fea9e93f1 100644 --- a/editors/py-jedi/Makefile +++ b/editors/py-jedi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/08/24 08:32:43 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2021/01/04 16:36:04 adam Exp $ -DISTNAME= jedi-0.17.2 +DISTNAME= jedi-0.18.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= editors python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jedi/} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/davidhalter/jedi COMMENT= Autocompletion tool for Python that can be used for text editors LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-parso>=0.1.0:../../lang/py-parso +DEPENDS+= ${PYPKGPREFIX}-parso>=0.8.0:../../lang/py-parso DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline TEST_DEPENDS+= ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama TEST_DEPENDS+= ${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt diff --git a/editors/py-jedi/distinfo b/editors/py-jedi/distinfo index b1aa3bc86ea..14897d65781 100644 --- a/editors/py-jedi/distinfo +++ b/editors/py-jedi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2020/07/21 08:04:58 adam Exp $ +$NetBSD: distinfo,v 1.5 2021/01/04 16:36:04 adam Exp $ -SHA1 (jedi-0.17.2.tar.gz) = 882249ea674ef7d500ddbd694d9bcbf0475f7f54 -RMD160 (jedi-0.17.2.tar.gz) = 3ef7a2b0f643edccf2d533aabcd8e6f096952a63 -SHA512 (jedi-0.17.2.tar.gz) = cd6f1e5dd617d721528f39fd4d28903ed35d148fd2738cc07b1cb1f6e2631f2a54008113b9acbbd8b790d7523091dee62875391387d701eb747e6c3de5487706 -Size (jedi-0.17.2.tar.gz) = 1139617 bytes +SHA1 (jedi-0.18.0.tar.gz) = f9acd323b88563fafb5bb4dff592794a2713a15c +RMD160 (jedi-0.18.0.tar.gz) = 7740bb22fb438e5ac33ab94ade5578a27e10c661 +SHA512 (jedi-0.18.0.tar.gz) = 4fcb10174505a95bb750b9336d9ad6457070935ba3c231ab2b253b2db76c64edc328f54554cf8ef909bc7f3b47588d33774125345dab599b937a6d4b51b0402b +Size (jedi-0.18.0.tar.gz) = 1127968 bytes |