Opened 11 years ago

Closed 11 years ago

#36437 closed defect (fixed)

py32-google-api: Dependency 'py32-gflags' not found

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: singingwolfboy@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: conall+macports@…
Port: py-google-api, py-gflags

Description

py31-google-api and py32-google-api fail to build because their dependencies py31-gflags and py32-gflags do not exist. Either add 31 and 32 to python.versions in py-gflags or remove 31 and 32 from python.versions in py-google-api.

Change History (2)

comment:1 Changed 11 years ago by conall+macports@…

This should be a simple fix to the Portfile itself. Please apply the following diff to resolve your problems.

--- a/opensource/macports/python/py-gflags/Portfile	Mon Sep 24 05:00:34 2012 +0100
+++ b/opensource/macports/python/py-gflags/Portfile	Tue Oct 02 22:52:20 2012 -0700
@@ -7,6 +7,7 @@
 
 name                py-gflags
 version             2.0
+revision            1
 categories-append   devel
 license             BSD
 maintainers         conall.net:conall+macports
@@ -30,7 +31,7 @@
 
 depends_build-append    port:py${python.version}-distribute
 
-python.versions     24 25 26 27
+python.versions     24 25 26 27 31 32
 python.default_version 27
 
 livecheck.type      googlecode

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Thanks; r98345. I didn't increase the revision; there's no need to do so.

Note: See TracTickets for help on using tickets.