[82274] trunk/dports/lang/py-htmldocs/Portfile
eborisch at macports.org
eborisch at macports.org
Thu Aug 11 14:32:02 PDT 2011
Revision: 82274
http://trac.macports.org/changeset/82274
Author: eborisch at macports.org
Date: 2011-08-11 14:32:01 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
py-htmldocs: lint fixes
Modified Paths:
--------------
trunk/dports/lang/py-htmldocs/Portfile
Modified: trunk/dports/lang/py-htmldocs/Portfile
===================================================================
--- trunk/dports/lang/py-htmldocs/Portfile 2011-08-11 21:29:16 UTC (rev 82273)
+++ trunk/dports/lang/py-htmldocs/Portfile 2011-08-11 21:32:01 UTC (rev 82274)
@@ -6,6 +6,7 @@
PortGroup python 1.0
python.versions 25 26 27
python.default_version 27
+version 1.0
if {${python.version} == 25} {
version 2.5.4
@@ -26,12 +27,15 @@
use_bzip2 yes
use_configure no
+description HTML documentation for Python
+long_description ${description}. Unified port supplies py2\[567\]-htmldocs
+homepage http://www.python.org/
+
if {${name} != ${subport}} {
description HTML documentation for Python ${version}
- long_description HTML documentation for Python ${version}. Accessible at \
- file://${prefix}/share/doc/${subport}/index.html
+ long_description ${description}. Accessible at \
+ file://${prefix}/share/doc/python${python.version}-doc/index.html
- homepage http://www.python.org/
master_sites http://www.python.org/ftp/python/doc/${version}/
distname python-${version}-docs-html
set extractname ${distname}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110811/9870aa0a/attachment.html>
More information about the macports-changes
mailing list