Package Details: python-lizard 1.17.13-2

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)

Latest Comments

meadow commented on 2025-01-16 10:21 (UTC)

@simondvt: I just just tested the build in a clean chroot:

pkgctl build -c -I ../python-mock/python-mock-5.1.0-1-any.pkg.tar.zst

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