[83693] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Sep 9 07:40:17 PDT 2011


Revision: 83693
          http://trac.macports.org/changeset/83693
Author:   singingwolfboy at macports.org
Date:     2011-09-09 07:40:16 -0700 (Fri, 09 Sep 2011)
Log Message:
-----------
New port: py27-gslib

Added Paths:
-----------
    trunk/dports/python/py27-gslib/
    trunk/dports/python/py27-gslib/Portfile

Added: trunk/dports/python/py27-gslib/Portfile
===================================================================
--- trunk/dports/python/py27-gslib/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-gslib/Portfile	2011-09-09 14:40:16 UTC (rev 83693)
@@ -0,0 +1,43 @@
+# $Id: Portfile 47983 2009-03-12 01:01:28Z ram at macports.org $
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-gslib
+set module_name     gslib
+set proj_name       gsutil
+version             20110908
+set year            [string range ${version} 0 3]
+set month           [string range ${version} 4 5]
+set day             [string range ${version} 6 7]
+categories          python
+platforms           darwin
+license             Apache 2.0
+maintainers         singingwolfboy openmaintainer
+
+description         Python module for interacting with cloud storage services
+long_description \
+  gsutil allows you to store, share and manage data hosted at cloud-based \
+  storage providers. It supports a URI syntax for naming data, as well as \
+  URI wildcards. At present gsutil works with Google Storage for Developers \
+  and Amazon's Simple Storage Service (S3). gsutil is implemented in Python, \
+  atop the popular boto open source library.
+
+homepage            http://code.google.com/p/${proj_name}/
+master_sites        http://${proj_name}.googlecode.com/files/
+distname            ${proj_name}_${month}-${day}-${year}
+worksrcdir          ${proj_name}/${module_name}
+# store file in gstil port: both ports use the same file
+dist_subdir         ${proj_name}
+
+depends_lib         port:py27-boto
+
+checksums           md5     65577aea58479c4eea190dd93b72c42b \
+                    sha1    58bb5e5b4443576c548bb795f5aa30c3d12ea8c5 \
+                    rmd160  b08b6f303d43eb23bc3be165cdfc68c30ae8d82e
+
+build {}
+destroot {
+    xinstall -d ${destroot}${python.pkgd}
+    move ${worksrcpath} ${destroot}${python.pkgd}/${module_name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110909/c46a38c9/attachment.html>


More information about the macports-changes mailing list