[82935] trunk/dports/python/py-tweepy/Portfile

jmr at macports.org jmr at macports.org
Sun Aug 21 21:39:29 PDT 2011


Revision: 82935
          http://trac.macports.org/changeset/82935
Author:   jmr at macports.org
Date:     2011-08-21 21:39:28 -0700 (Sun, 21 Aug 2011)
Log Message:
-----------
py-tweepy: add distribute dep

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

Modified: trunk/dports/python/py-tweepy/Portfile
===================================================================
--- trunk/dports/python/py-tweepy/Portfile	2011-08-22 04:31:52 UTC (rev 82934)
+++ trunk/dports/python/py-tweepy/Portfile	2011-08-22 04:39:28 UTC (rev 82935)
@@ -24,7 +24,11 @@
                     sha1    dfd15e00bb8edd5e0f77cf4ccd90cf88f8f1ab65 \
                     rmd160  3741c895d7352644d463218fd5fd2e492bd457b9
 
+python.versions     26 27
+python.default_version   27
+
 if {${name} != ${subport}} {
+   depends_build    port:py${python.version}-distribute
    post-destroot {
       xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
       xinstall -m 644 -W ${worksrcpath} README \
@@ -32,9 +36,6 @@
    }
 }
 
-python.default_version   27
-python.versions     26 27
-
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
 livecheck.regex     ${pymodname}-(\[.\\d\]+)\\.tar\\.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110821/eb80ffb9/attachment.html>


More information about the macports-changes mailing list