[tor-commits] [tor-browser-bundle/master] Build zope.interface for mac.

mikeperry at torproject.org mikeperry at torproject.org
Tue Jan 21 04:47:03 UTC 2014


commit 1a00092edf8ee63c4502e8cfbc5fd87f677f3f78
Author: David Fifield <david at bamsoftware.com>
Date:   Tue Nov 12 06:34:47 2013 +0000

    Build zope.interface for mac.
---
 gitian/descriptors/mac/gitian-pluggable-transports.yml |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gitian/descriptors/mac/gitian-pluggable-transports.yml b/gitian/descriptors/mac/gitian-pluggable-transports.yml
index 096f09b..4d4ba6d 100644
--- a/gitian/descriptors/mac/gitian-pluggable-transports.yml
+++ b/gitian/descriptors/mac/gitian-pluggable-transports.yml
@@ -6,6 +6,7 @@ architectures:
 - "i386"
 packages: 
 - "git-core"
+- "unzip"
 - "zip"
 - "python-setuptools"
 - "faketime"
@@ -20,6 +21,7 @@ remotes:
 files:
 - "pycrypto.tar.gz"
 - "argparse.tar.gz"
+- "zope.interface.zip"
 - "apple-uni-sdk-10.6_20110407-0.flosoft1_i386.deb"
 - "multiarch-darwin11-cctools127.2-gcc42-5666.3-llvmgcc42-2336.1-Linux-120724.tar.xz"
 - "dzip.sh"
@@ -78,6 +80,13 @@ script: |
   cp -a build/argparse.py $PTDIR/
   cd ..
   #
+  unzip zope.interface.zip
+  cd zope.interface-*
+  find -type f | xargs touch --date="$REFERENCE_DATETIME"
+  python setup.py build --build-lib build
+  cp -a build/zope $PTDIR/
+  cd ..
+  #
   cd openssl
   find -type f | xargs touch --date="$REFERENCE_DATETIME"
   CC=cc ./Configure --cross-compile-prefix=i686-apple-darwin11- $CFLAGS darwin-i386-cc --prefix=$INSTDIR/openssl





More information about the tor-commits mailing list