summaryrefslogtreecommitdiffstats
path: root/namcap.py
AgeCommit message (Expand)AuthorFilesLines
2016-01-31Add --version argumentRikard Falkeborn1-2/+8
2011-09-16Remove PkgdirRuleDan McGee1-14/+0
2011-06-02Main file cleanups and simplificationDan McGee1-22/+15
2011-04-27Remove pacman module completely.Rémy Oudompheng1-1/+5
2011-04-27Move tarball loading code to a separate function.Rémy Oudompheng1-1/+1
2011-04-27Move PKGBUILD loading code to a separate function.Rémy Oudompheng1-1/+1
2011-04-02tags: code cleanup, try to load a tags file on importRémy Oudompheng1-2/+2
2011-04-02Move tag processing and formatting to a separate module.Rémy Oudompheng1-16/+4
2011-04-02sodepends, shebangdepends: add dependency reasonsRémy Oudompheng1-1/+0
2011-03-04Use endswith rather than arbitrary array lengthsDan McGee1-1/+1
2011-03-04Use format strings when printing errorsDan McGee1-6/+7
2011-02-27Specify how namcap must treat split PKGBUILDs.Rémy Oudompheng1-3/+23
2011-02-27Correct option handling and update help message.Rémy Oudompheng1-12/+15
2011-02-27Last changes to switch to dictionary syntax.Rémy Oudompheng1-9/+12
2011-02-23Remove legacy dependency error messages.Rémy Oudompheng1-2/+2
2011-02-23Split a shebangdepends rule, improve dependency detection.Rémy Oudompheng1-0/+8
2011-02-22Store information about detected dependencies in the PkgInfo structure.Rémy Oudompheng1-1/+1
2011-02-20Rename variables to sensible names and factor out code in unittests.Rémy Oudompheng1-24/+23
2011-02-17Remove the prereq() method from rules.Rémy Oudompheng1-13/+14
2011-02-06Use python3 as the default interpreter.Rémy Oudompheng1-1/+1
2011-02-01* rename short_name and long_name to more meaningful "name" andRémy Oudompheng1-1/+1
2011-02-01Rule selection based on their classes.Rémy Oudompheng1-9/+12
2011-01-31Move all rules to a subdirectory.Rémy Oudompheng1-3/+3
2011-01-22Don't print spurious "()"Rémy Oudompheng1-2/+2
2011-01-22Move the use of __import__ in the Namcap module.Rémy Oudompheng1-10/+7
2011-01-22Use standard docstrings in various places.Rémy Oudompheng1-3/+5
2010-10-07One more interpreter change to python2Dan McGee1-1/+1
2010-09-16namcap.py: convert print to python3 syntaxDan McGee1-20/+19
2010-06-07War for whitespaceDan McGee1-3/+3
2010-02-23Do checking for tarfiles correctlyDan McGee1-1/+1
2010-02-23Add a way to use an alternate tags fileDan McGee1-15/+21
2009-10-12Clean up output methods2.4Dan McGee1-18/+13
2009-10-12Move real package processing to a functionDan McGee1-47/+49
2009-10-12Move PKGBUILD processing to a functionDan McGee1-24/+28
2009-10-12Only do active_modules check onceDan McGee1-7/+4
2009-10-12Move extracted variable to the correct scopeDan McGee1-3/+1
2009-10-12Only process tags if necessaryDan McGee1-6/+8
2009-10-12Rename 'tags' to 'namcap-tags'Dan McGee1-1/+1
2009-07-16Improving the usage() helpHugo Doria1-19/+20
2009-07-16Checks if -r and -e options are used ate same timeHugo Doria1-13/+33
2009-07-15Add a option to exclude some rules from the checksHugo Doria1-3/+18
2009-07-10Updating the copyright year of some filesHugo Doria1-1/+1
2009-06-15Adding the -m flag to the usage() methodHugo Doria1-1/+2
2009-06-14Namcap now prints a warning if a package is emptyHugo Doria1-3/+9
2009-03-27move to machine-parseable tags.Abhishek Dasgupta1-8/+23
2008-11-03Add vim modelines to all filesAaron Griffin1-0/+1
2008-01-07Remove use of filelist from namcap2.1Dan McGee1-3/+0
2007-10-08Add a check for tar files with errors in themJason Chu1-8/+13
2007-10-06Add more checks for when running namcap on multiple packagesJason Chu1-1/+3
2007-10-06Add a check to verify_package to make sure that packages have .FILELIST filesJason Chu1-0/+3