Search Criteria
Package Details: python-lizard 1.20.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-lizard.git (read-only, click to copy) |
|---|---|
| Package Base: | python-lizard |
| Description: | Code analyzer for Java, C/C++, JavaScript, Python, Ruby, Swift and Objective C |
| Upstream URL: | https://github.com/terryyin/lizard |
| Licenses: | MIT |
| Submitter: | PumpkinCheshire |
| Maintainer: | meadow |
| Last Packager: | meadow |
| Votes: | 1 |
| Popularity: | 0.000668 |
| First Submitted: | 2022-05-10 09:28 (UTC) |
| Last Updated: | 2026-01-13 09:55 (UTC) |
Dependencies (10)
- python
- python-jinja
- python-pathspec
- python-pygments
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-mockAUR (check)
- python-pytest (check)
Latest Comments
meadow commented on 2025-01-16 10:21 (UTC)
@simondvt: I just just tested the build in a clean chroot:
works. Perhaps you didn't have
python-mockinstalled from the AUR? If you had it installed please share your setup, so I can investigate :)simondvt commented on 2025-01-13 18:12 (UTC)
I was getting errors during test "ModuleNotFoundError: No module named 'mock'"
Solved it with this grep -rl "from mock" lizard-1.17.13 | xargs sed -i 's/from mock/from unittest.mock/g'
casept commented on 2022-09-09 18:35 (UTC)
Missing a dependency on
python-setuptools