[91089] trunk/dports/python/py-epydoc/Portfile
snc at macports.org
snc at macports.org
Fri Mar 23 13:05:55 PDT 2012
Revision: 91089
https://trac.macports.org/changeset/91089
Author: snc at macports.org
Date: 2012-03-23 13:05:55 -0700 (Fri, 23 Mar 2012)
Log Message:
-----------
py-epydoc: remove py24 subport, nothing depends on it
Modified Paths:
--------------
trunk/dports/python/py-epydoc/Portfile
Modified: trunk/dports/python/py-epydoc/Portfile
===================================================================
--- trunk/dports/python/py-epydoc/Portfile 2012-03-23 20:04:33 UTC (rev 91088)
+++ trunk/dports/python/py-epydoc/Portfile 2012-03-23 20:05:55 UTC (rev 91089)
@@ -7,8 +7,8 @@
name py-epydoc
version 3.0.1
revision 3
-python.versions 24 25 26 27
-# must default to python 24
+python.versions 25 26 27
+python.default_version 27
categories python
platforms darwin freebsd
maintainers dh snc openmaintainer
@@ -33,7 +33,7 @@
patchfiles patch-restructuredtext.py.diff
post-destroot {
- if {${python.version} == 25 || ${python.version} == 24} {
+ if {${python.version} == 25} {
move ${destroot}${prefix}/bin/apirst2html.py ${destroot}${prefix}/bin/apirst2html.py-${python.branch}
move ${destroot}${prefix}/bin/epydoc ${destroot}${prefix}/bin/epydoc-${python.branch}
move ${destroot}${prefix}/bin/epydocgui ${destroot}${prefix}/bin/epydocgui-${python.branch}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120323/94799781/attachment-0001.html>
More information about the macports-changes
mailing list