mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: python-jedi: Update to 0.12.1.
* gnu/packages/python.scm (python-jedi): Update to 0.12.1. [propagated-inputs]: Move python-parso here, as it is required at run time.
This commit is contained in:
parent
614cfd5c54
commit
4bd8f4f302
1 changed files with 2 additions and 1 deletions
|
@ -9655,8 +9655,9 @@ characters, mouse support, and auto suggestions.")
|
||||||
(invoke "py.test" "-vv"))))))
|
(invoke "py.test" "-vv"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)
|
`(("python-pytest" ,python-pytest)
|
||||||
("python-parso" ,python-parso)
|
|
||||||
("python-docopt" ,python-docopt)))
|
("python-docopt" ,python-docopt)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-parso" ,python-parso)))
|
||||||
(home-page "https://github.com/davidhalter/jedi")
|
(home-page "https://github.com/davidhalter/jedi")
|
||||||
(synopsis "Autocompletion and static analysis library for Python")
|
(synopsis "Autocompletion and static analysis library for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue