Search Criteria
Package Details: ninja-ide-git 20190207-4
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: | |
Submitter: | Singularity |
Maintainer: | Singularity |
Last Packager: | Singularity |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-03-22 14:53 |
Last Updated: | 2021-01-03 07:12 |
Dependencies (7)
- python-pycodestyle
- python-pyflakes (python-pyflakes-git)
- python-pyqt5
- qt5-declarative (qt5-declarative-git)
- python-pytest (check)
- git (git-git) (make)
- python-setuptools (make)
Latest Comments
Singularity commented on 2021-01-03 07:37
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
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.