[77979] trunk/dports/python/py26-mercurial_keyring/Portfile

and.damore at macports.org and.damore at macports.org
Mon Apr 18 05:08:02 PDT 2011


Revision: 77979
          http://trac.macports.org/changeset/77979
Author:   and.damore at macports.org
Date:     2011-04-18 05:08:01 -0700 (Mon, 18 Apr 2011)
Log Message:
-----------
py26-mercurial_keyring: added dependency on py26-distribute with variants for py26-setuptools

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

Modified: trunk/dports/python/py26-mercurial_keyring/Portfile
===================================================================
--- trunk/dports/python/py26-mercurial_keyring/Portfile	2011-04-18 09:32:20 UTC (rev 77978)
+++ trunk/dports/python/py26-mercurial_keyring/Portfile	2011-04-18 12:08:01 UTC (rev 77979)
@@ -24,7 +24,14 @@
                     rmd160  ad9482a2564be8e9935ec2d995664fae1ee2c19c
 
 depends_run         port:py26-keyring
+depends_build       port:py26-distribute
 
+variant use_setuptools description "relies on setuptools rather than distribute python module" {
+    depends_build-delete    port:py26-distribute
+    depends_build-append    port:py26-setuptools
+}
+
+
 post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 -W ${worksrcpath} README.txt \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110418/fddf5313/attachment.html>


More information about the macports-changes mailing list