Path to this page:
./
devel/py-lama,
Code audit tool for Python
Branch: CURRENT,
Version: 8.4.1,
Package name: py310-lama-8.4.1,
Maintainer: pkgsrc-usersCode audit tool for Python and JavaScript. Pylama wraps these tools:
* pycodestyle (formerly pep8)
* pydocstyle (formerly pep257)
* PyFlakes
* Mccabe
* Pylint
* Radon
* gjslin
* eradicate
Required to run:[
devel/py-setuptools] [
devel/py-flakes] [
devel/py-mccabe] [
devel/py-codestyle] [
devel/py-docstyle] [
devel/py-radon] [
lang/python37] [
textproc/py-eradicate]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 32.828 KB
Version history: (Expand)
- (2023-05-09) Updated to version: py310-lama-8.4.1
- (2023-02-09) Updated to version: py310-lama-8.3.8
- (2022-06-19) Updated to version: py39-lama-8.3.8
- (2022-01-05) Updated to version: py39-lama-7.7.1nb2
- (2022-01-05) Updated to version: py39-lama-7.7.1nb1
- (2021-10-07) Updated to version: py39-lama-7.7.1
CVS history: (Expand)
2023-05-09 12:27:18 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-lama: updated to 8.4.1
Version 8.4.1
* Support TOML configuration (thank you https://github.com/villainy)
* Fix pylint integration
* Fix linting for empty files
|
2022-06-19 00:35:25 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
py-lama: update to 8.3.8.
2022-03-11 k.klenov
* Version 8.3.8
* Better pytest integration
2021-12-15 k.klenov
* Version 8.3.6
* Fixed processing of linters params
2021-12-02 k.klenov
* Version 8.3.0
* Added support for default config file `~/.pylama.ini`
2021-11-28 k.klenov
* Version 8.2.0
* Added `--max-line-length` to setup max line length for pycodestyle and
pylint
* Support for linters options in command line
2021-11-27 k.klenov
* Version 8.1.4
* Support json format
* Support `--from-stdin` option
* Changed: pylama only allows to check python files (--force is removed)
* Changed: mccabe argument `complexity` -> `max-complexity`
2021-11-26 k.klenov
* Version 8.0.5
* Drop support for python 2
* Support python 3.7, 3.8, 3.9
* Support mccabe==0.6.1, pycodestyle==2.8.0, pydocstyle==6.1.1,
pyflakes==2.4.0, eradicate==2.0.0, radon==5.1.0, pylint==2.11.1
* Support vulture
* Support 'convention' for pydocstyle
* License changed to MIT (see LICENSE file for details)
* Fix Radon message format
|
2022-06-18 23:46:05 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-lama: restrict to python 3.x
|
2022-01-31 12:55:26 by Thomas Klausner | Files touched by this commit (2) |
Log message:
*: use versioned_dependencies for py-mccabe
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|