[49633] trunk/dports/python

blb at macports.org blb at macports.org
Mon Apr 13 18:35:44 PDT 2009


Revision: 49633
          http://trac.macports.org/changeset/49633
Author:   blb at macports.org
Date:     2009-04-13 18:35:42 -0700 (Mon, 13 Apr 2009)
Log Message:
-----------
New port - python/py26-epydoc, API documentation generator for Python modules

Modified Paths:
--------------
    trunk/dports/python/py26-epydoc/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-epydoc/

Modified: trunk/dports/python/py26-epydoc/Portfile
===================================================================
--- trunk/dports/python/py25-epydoc/Portfile	2009-04-13 23:00:47 UTC (rev 49628)
+++ trunk/dports/python/py26-epydoc/Portfile	2009-04-14 01:35:42 UTC (rev 49633)
@@ -1,14 +1,13 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python25 1.0
+PortGroup python26 1.0
 
-name			py25-epydoc
+name			py26-epydoc
 version			3.0.1
-revision		1
 categories		python
 platforms		darwin freebsd
-maintainers		stechert at macports.org
+maintainers		nomaintainer
 description		API documentation generator for Python modules
 long_description	Epydoc is a tool for generating API documentation for \
 				Python modules, based on their docstrings. A \
@@ -30,4 +29,10 @@
 	file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
 		${destroot}${prefix}/share/doc/${name}
+	foreach binfile {apirst2html.py epydoc epydocgui} {
+		ui_msg "see ${binfile}"
+		ln -s ${python.prefix}/bin/${binfile} \
+			${destroot}${prefix}/bin/${binfile}-${python.branch}
+	}
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090413/187d1bde/attachment-0001.html>


More information about the macports-changes mailing list