Search Criteria
Package Details: python-prospector 1.10.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-prospector.git (read-only, click to copy) |
---|---|
Package Base: | python-prospector |
Description: | Python static analysis tool |
Upstream URL: | https://github.com/PyCQA/prospector/ |
Licenses: | GPL2 |
Submitter: | jdorel |
Maintainer: | None |
Last Packager: | TrialnError |
Votes: | 2 |
Popularity: | 0.000002 |
First Submitted: | 2021-03-21 11:28 (UTC) |
Last Updated: | 2023-06-28 19:36 (UTC) |
Dependencies (23)
- python-dodgyAUR
- python-gitpython
- python-mccabe
- python-packaging
- python-pep8-namingAUR
- python-pycodestyle
- python-pydocstyle
- python-pyflakes (python-pyflakes-gitAUR)
- python-pylint
- python-pylint-celeryAUR
- python-pylint-djangoAUR
- python-pylint-flaskAUR
- python-pylint-plugin-utils
- python-requirements-detectorAUR
- python-setoptconfAUR
- python-toml (python-toml-gitAUR)
- python-yaml (python-yaml-gitAUR)
- python-poetry (python-poetry-gitAUR) (make)
- python-wheel (make)
- mypy (mypy-gitAUR) (optional) – optional type checking
- Show 3 more dependencies...
Required by (2)
- neovim-coc-pyright-git (optional)
- vim-coc-pyright-git (optional)
Latest Comments
xuiqzy commented on 2023-09-07 10:12 (UTC)
python-bandit
needs to be changed tobandit
andpython-vulture
tovulture
in the optional dependencies.xuiqzy commented on 2023-02-07 19:45 (UTC)
@jdorel The current old version cannot even be installed anymore: -> Could not find all required packages: python-setoptconf-tmp (Wanted by: python-prospector)
Please update the package and its listed dependencies (see comment from Spixmaster) or disown the package in the AUR if you do not have the time to maintain it anymore at the moment so somebody else might take it up.
Spixmaster commented on 2022-09-23 09:04 (UTC) (edited on 2022-09-23 09:04 (UTC) by Spixmaster)
The dependencies are outdated. "python-setoptconf-tmp" is replaced by "python-setoptconf". "python-bandit" should be "bandit". "python-vulture" should be "vulture". Unfortunately, "frosted" does not exists in the repositories.
jdorel commented on 2022-01-30 09:03 (UTC)
Need to package setoptconf-tmp See https://pypi.org/project/setoptconf-tmp/
jdorel commented on 2021-09-24 07:57 (UTC)
Fixed, sorry again
PumpkinCheshire commented on 2021-09-24 00:58 (UTC)
Thanks, but maybe you still want to bump the pkgrel to 2 so we can receive updates.
jdorel commented on 2021-09-23 11:58 (UTC)
Sorry, rookie mistake. Just fixed it.
PumpkinCheshire commented on 2021-09-23 11:47 (UTC)
Validating source files with sha256sums...
Please update?
jdorel commented on 2021-03-21 11:47 (UTC)
Doesn't work currently, because : - required astroid version is 2.4.1 - archlinux astroid version is 2.5.1
Same issues might arise with
pylint-celery
,pylint-flask
andpylint
.See https://github.com/PyCQA/prospector/blob/master/setup.py