[105945] trunk/dports/python/py-google-api/Portfile

larryv at macports.org larryv at macports.org
Fri May 10 19:15:43 PDT 2013


Revision: 105945
          https://trac.macports.org/changeset/105945
Author:   larryv at macports.org
Date:     2013-05-10 19:15:43 -0700 (Fri, 10 May 2013)
Log Message:
-----------
py*-google-api: Remove py3x subports; add build dep on py*-distribute.

Modified Paths:
--------------
    trunk/dports/python/py-google-api/Portfile

Modified: trunk/dports/python/py-google-api/Portfile
===================================================================
--- trunk/dports/python/py-google-api/Portfile	2013-05-11 02:06:15 UTC (rev 105944)
+++ trunk/dports/python/py-google-api/Portfile	2013-05-11 02:15:43 UTC (rev 105945)
@@ -7,7 +7,10 @@
 name                py-google-api
 set realname        google-api-python-client
 version             1.1
-python.versions     25 26 27 31 32
+
+# There are no py3x-uritemplate subports (#38502).
+python.versions     25 26 27
+
 categories-append   www devel
 maintainers         nomaintainer
 license             Apache-2 MIT
@@ -25,6 +28,7 @@
                     ${realname}-samples-${version}${extract.suffix}
 
 if {$subport != $name} {
+    depends_build           port:py${python.version}-distribute
     depends_lib-append      port:py${python.version}-httplib2 \
                             port:py${python.version}-gflags \
                             port:py${python.version}-uritemplate \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130510/c2c3bea0/attachment.html>


More information about the macports-changes mailing list