Subject: CVS commit: pkgsrc/devel/py-vulture
From: Thomas Klausner
Date: 2022-06-19 00:30:01
Message id: 20220618223001.A30C1FB1A@cvs.NetBSD.org

Log Message:
devel/py-vulture: import py-vulture-2.4

Based on wip package by K.I.A.Derouiche and myself.

Vulture finds unused code in Python programs. This is useful for
cleaning up and finding errors in large code bases. If you run Vulture
on both your library and test suite you can find untested code.

Due to Python's dynamic nature, static code analyzers like Vulture are
likely to miss some dead code. Also, code that is only called implicitly
may be reported as unused. Nonetheless, Vulture can be a very helpful
tool for higher code quality.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-vulture/DESCR
1.1addpkgsrc/devel/py-vulture/Makefile
1.1addpkgsrc/devel/py-vulture/PLIST
1.1addpkgsrc/devel/py-vulture/distinfo