[84226] trunk/dports/python/py-whoosh/Portfile

jmr at macports.org jmr at macports.org
Tue Sep 20 19:34:22 PDT 2011


Revision: 84226
          http://trac.macports.org/changeset/84226
Author:   jmr at macports.org
Date:     2011-09-20 19:34:21 -0700 (Tue, 20 Sep 2011)
Log Message:
-----------
py-whoosh: fix stub

Modified Paths:
--------------
    trunk/dports/python/py-whoosh/Portfile

Modified: trunk/dports/python/py-whoosh/Portfile
===================================================================
--- trunk/dports/python/py-whoosh/Portfile	2011-09-21 01:53:42 UTC (rev 84225)
+++ trunk/dports/python/py-whoosh/Portfile	2011-09-21 02:34:21 UTC (rev 84226)
@@ -6,6 +6,7 @@
 name                py-whoosh
 version             2.2.2
 python.versions     25 26 27
+python.default_version 27
 platforms           darwin
 maintainers         singingwolfboy openmaintainer
 homepage            https://bitbucket.org/mchaput/whoosh/wiki/Home
@@ -22,4 +23,6 @@
                     sha256  507080d99292515427afeaef7c5819650c4c774fb1e2bf90ee8e354b22315153
 worksrcdir          mchaput-whoosh-${version}
 
-depends_lib-append  port:py${python.version}-distribute
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110920/b3d5adbe/attachment-0001.html>


More information about the macports-changes mailing list