./devel/py-mccabe, Mccabe plugin for the Python program checker flake8

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.0, Package name: py310-mccabe-0.7.0, Maintainer: pkgsrc-users

Ned's script to check McCabe complexity.

This module provides a plugin for flake8, the Python code checker.


Required to run:
[devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers] [devel/py-test-runner]

Master sites:

Filesize: 9.432 KB

Version history: (Expand)


CVS history: (Expand)


   2022-02-23 12:41:27 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-mccabe: add missing test dependency

All tests now pass.
   2022-02-22 10:08:48 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
py-mccabe: update comment on test failure
   2022-01-31 12:56:36 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-mccabe: update to 0.7.0.

Changes not found, but does not support Python 2 any longer.
   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
   2018-09-27 22:30:02 by Tobias Nygren | Files touched by this commit (1)
Log message:
py-mccabe: BUILD_DEPEND on py-test-runner unconditionally
   2017-02-05 20:11:41 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated py-mccabe to 0.6.1.

0.6.1 - 2017-01-26
``````````````````

* Fix signature for ``PathGraphingAstVisitor.default`` to match the signature
  for ``ASTVisitor``

0.6.0 - 2017-01-23
``````````````````

* Add support for Python 3.6

* Fix handling for missing statement types