Commit graph

8 commits

Author SHA1 Message Date
snj
67721bd22d Convert to buildlink3. 2004-04-27 04:59:42 +00:00
recht
b53fa27a66 update to 0.8.13
Version 0.8.13   - 18 November 2003
  * Add -s/--shadowbuiltin option to warn when overriding a builtin
  * Add warning when assigning a variable to itself
  * Add warning when dividing a variable by itself
  * Add warnings when using a bit-wise operator with the same variable (a & a)
  * Add warning when passing a constant string to getattr()/setattr()
  * Add --special option to check for __special__ (reserved) method names
    and that their signature (argument count) is correct
  * Add warning for using __getattribute__ in an old-style class
  * Suppress 'self as first argument' warning for static and class methods
  * Add --classmethodargs option to specify first argument name
    for class methods
2003-12-02 23:37:26 +00:00
recht
e914ab3288 hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports".

Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.

Discussed with/ok'ed by drochner@.
2003-09-14 16:43:45 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
drochner
8e0c0e0225 After a short, nonviolent, debate with Shell Hung, merge his py-Checker
and my py-checker into one pkg.

Moved py-Checker to py-Checker-mixedcase in the repository [schmonz 2007-06-07]
2003-06-28 14:49:47 +00:00
drochner
d98f0e6ab6 oops, correct HOMEPAGE 2003-06-27 14:33:30 +00:00
drochner
8cfd6be019 import pychecker-0.8.12, something like "lint", but for Python 2003-06-27 14:16:34 +00:00