Search Criteria
Package Details: python-lizard 1.17.13-2
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: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-05-10 09:28 (UTC) |
Last Updated: | 2024-12-23 11:28 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-jinja
- 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-mock
installed 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