[Bug 252395] devel/py-jedi: update to 0.18 breaks devel/ipython autocompletion

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 5 22:45:26 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252395

--- Comment #1 from rsmith at xs4all.nl ---
On further investigation, it turns out that to restore functionality for
IPython, *both* devel/py-jedi and textproc/py-parso need downgrading.

I performed the following to get a working IPython back:

# cd /usr/ports
# svnlite update -r 559750 devel/py-jedi
# cd devel/py-jedi
# make package deinstall install clean
# cd /usr/ports
# svnlite update devel/py-jedi
# svnlite update -r 559531 textproc/py-parso
# cd textproc/py-parso
# make package deinstall install clean
# cd /usr/ports
# svnlite update textproc/py-parso

And for now:
# pkg lock -y py39-parso-0.7.1 py39-jedi-0.17.1

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list