Module submission - epydoc
duncan.gibson@xs4all.nl
duncan.gibson at xs4all.nl
Fri Sep 22 19:31:51 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
Updated Makefile for python2.4 -> python2.5
Corrected document installation bug that killed lin.
Added dependency on docutils (for restructured text)
Gives some deprecation warnings, but seems to work.
engelsman
-------------- next part --------------
--- epydoc/BUILD 2005-05-07 20:09:43.000000000 +0200
+++ epydoc/BUILD 2006-09-22 20:55:04.000000000 +0200
@@ -1,5 +1,8 @@
(
+ sedit "s:PYTHON = python2.4:PYTHON = python2.5:" Makefile
+
prepare_install &&
make install &&
+ mkdir -p $DOCUMENT_DIRECTORY/$MODULE &&
make installdocs
) > $C_FIFO 2>&1
--- epydoc/DEPENDS 2005-05-07 20:09:43.000000000 +0200
+++ epydoc/DEPENDS 2006-09-22 21:28:47.000000000 +0200
@@ -1 +1,2 @@
-depends "Python"
+depends "Python" &&
+depends "docutils"
--- epydoc/DETAILS 2005-05-07 20:09:43.000000000 +0200
+++ epydoc/DETAILS 2006-09-22 21:31:35.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=20060922
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