Module submission - epydoc
duncan.gibson@xs4all.nl
duncan.gibson at xs4all.nl
Sat Sep 16 20:08:28 UTC 2006
module name : epydoc
suggested section : doc-tools
update (y/n) : y
bugfix (y/n) : n
security (y/n) : n
A tool for generating API documentation for Python modules.
Update from (stable) 2.1 to (development) 3.0alpha3
Corrected document installation bug that killed lin.
Duncan / engelsman
-------------- next part --------------
--- epydoc/BUILD 2005-05-07 20:09:43.000000000 +0200
+++ epydoc/BUILD 2006-09-16 21:55:32.000000000 +0200
@@ -1,5 +1,6 @@
(
prepare_install &&
make install &&
+ mkdir -p $DOCUMENT_DIRECTORY/$MODULE &&
make installdocs
) > $C_FIFO 2>&1
--- epydoc/DETAILS 2005-05-07 20:09:43.000000000 +0200
+++ epydoc/DETAILS 2006-09-16 21:30:58.000000000 +0200
@@ -1,11 +1,11 @@
MODULE=epydoc
- VERSION=2.1
+ VERSION=3.0alpha3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:f2034c5e1b9cf0d2d16e0b9c8af0d3581af524e4
+ SOURCE_VFY=sha1:9294b75db1eb610b5ed2e2f83cdd70d28cdd5744
WEB_SITE=http://epydoc.sourceforge.net/
ENTERED=20030514
- UPDATED=20040922
+ UPDATED=20060916
SHORT="A tool for generating API documentation for Python modules"
cat << EOF
Epydoc is a tool for generating API documentation for Python modules,
-------------- next part --------------
lvu submit epydoc 9890f309f3d09100a37b25edd1c960fa -
2.6.17.11 2.6.12 gcc-3.4.6 glibc-2.3.6
More information about the Lunar
mailing list