[Lunar-commits] r16359 - moonbase/trunk/python/pychecker
Florin Braescu
florin at lunar-linux.org
Mon Sep 5 17:33:10 UTC 2005
Author: florin
Date: 2005-09-05 17:33:04 +0000 (Mon, 05 Sep 2005)
New Revision: 16359
Modified:
moonbase/trunk/python/pychecker/BUILD
moonbase/trunk/python/pychecker/DETAILS
Log:
bump the version from 0.8.14 to 0.8.16. bugfixes release.
Modified: moonbase/trunk/python/pychecker/BUILD
===================================================================
--- moonbase/trunk/python/pychecker/BUILD 2005-09-05 17:27:27 UTC (rev 16358)
+++ moonbase/trunk/python/pychecker/BUILD 2005-09-05 17:33:04 UTC (rev 16359)
@@ -1,7 +1,7 @@
(
- python setup.py build &&
- prepare_install &&
+ python setup.py build &&
+ prepare_install &&
python setup.py install
) > $C_FIFO 2>&1
Modified: moonbase/trunk/python/pychecker/DETAILS
===================================================================
--- moonbase/trunk/python/pychecker/DETAILS 2005-09-05 17:27:27 UTC (rev 16358)
+++ moonbase/trunk/python/pychecker/DETAILS 2005-09-05 17:33:04 UTC (rev 16359)
@@ -1,11 +1,13 @@
MODULE=pychecker
- VERSION=0.8.14
+ VERSION=0.8.16
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:b3c6c5706984e169b94ba73c8484f34b103ff78b
WEB_SITE=http://pychecker.sourceforge.net/
ENTERED=20030625
- UPDATED=20041214
+ UPDATED=20050916
SHORT="PyChecker is a tool for finding bugs"
+
cat << EOF
PyChecker is a tool for finding bugs in python source code. It finds
problems that are typically caught by a compiler for less dynamic
More information about the Lunar-commits
mailing list