Search Criteria
Package Details: ninja-ide-git 20210526-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ninja-ide-git.git (read-only, click to copy) |
---|---|
Package Base: | ninja-ide-git |
Description: | Cross-platform IDE focused on Python application development |
Upstream URL: | http://ninja-ide.org |
Keywords: | editor IDE python |
Licenses: | GPL3 |
Submitter: | Singularity |
Maintainer: | Singularity |
Last Packager: | Singularity |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-03-22 14:53 (UTC) |
Last Updated: | 2021-06-28 03:32 (UTC) |
Dependencies (8)
- python-jedi
- python-pycodestyle
- python-pyflakes (python-pyflakes-gitAUR)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- python-pytest (check)
Latest Comments
Armag67 commented on 2022-01-10 14:53 (UTC)
Hello,
ninja-ide-git is broken by python update to 3.10 (
collections.Callable
needs replacement bycollections.abc.Callable
in a lot of files) and also by shift from Qt5 to Qt6, and that is far more difficult to correct... ;=)Singularity commented on 2021-06-28 01:06 (UTC)
Package updated. Good news is that development on Github started again.
Armag67 commented on 2021-06-01 21:04 (UTC)
Solved,
I had to uninstall-reinstall
ninja-ide-git
and then installpython-jedi
from regular Manjaro repository...Armag67 commented on 2021-06-01 12:42 (UTC) (edited on 2021-06-01 12:50 (UTC) by Armag67)
Hello, Since yesterday, new update (on Manjaro Linux Xfce and Python 3.9) fails with this message:
Nota: the grammar38.txt and grammar39.txt symlinks already exists in my tree structure (/usr/lib/python3.9/site-packages/ninja_ide/intellisensei/parso/python/) since the two latest updates.
Singularity commented on 2021-01-03 07:37 (UTC)
Thanks, didn't see that. I pushed an update with together with other changes, more or less all which can be done on maintainer site. A pity that nobody is working on it in the recent time.
Armag67 commented on 2021-01-02 22:18 (UTC) (edited on 2021-01-02 22:30 (UTC) by Armag67)
Hello,
Since Python upgrade to 3.9, Ninja IDE needs a:
/usr/lib/python3.9/site-packages/ninja_ide/intellisensei/parso/python/grammar39.txt
file to work.Traceback:
I tentatively made a copy of the file
grammar38.txt
togrammar39.txt
in his directory, and it works, but if there have been any changes to the Python syntax, Ninja IDE will not work properly.