[Lunar-commits] CVS: moonbase/devel/pychecker BUILD, 1.1,
1.2 DETAILS, 1.3, 1.4
Auke Kok
sofar at lunar-linux.org
Tue Dec 14 13:12:54 UTC 2004
Update of /var/cvs/lunar/moonbase/devel/pychecker
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/devel/pychecker
Modified Files:
BUILD DETAILS
Log Message:
new version
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/pychecker/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 25 Jun 2003 16:35:25 -0000 1.1
+++ BUILD 14 Dec 2004 13:12:52 -0000 1.2
@@ -1,6 +1,7 @@
(
- python setup.py build &&
- prepare_install &&
- python setup.py install
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/pychecker/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 5 Oct 2004 09:29:55 -0000 1.3
+++ DETAILS 14 Dec 2004 13:12:52 -0000 1.4
@@ -1,10 +1,10 @@
MODULE=pychecker
- VERSION=0.8.13
+ VERSION=0.8.14
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$SFORGE_URL/$MODULE/
- WEB_SITE=http://$MODULE.sourceforge.net
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ WEB_SITE=http://pychecker.sourceforge.net/
ENTERED=20030625
- UPDATED=20040213
+ UPDATED=20041214
SHORT="PyChecker is a tool for finding bugs"
cat << EOF
PyChecker is a tool for finding bugs in python source code. It finds
More information about the Lunar-commits
mailing list