[45762] trunk/dports/python

snc at macports.org snc at macports.org
Wed Jan 21 06:35:15 PST 2009


Revision: 45762
          http://trac.macports.org/changeset/45762
Author:   snc at macports.org
Date:     2009-01-21 06:35:14 -0800 (Wed, 21 Jan 2009)
Log Message:
-----------
Added py26-fabric, ticket #18034

Added Paths:
-----------
    trunk/dports/python/py26-fabric/
    trunk/dports/python/py26-fabric/Portfile

Added: trunk/dports/python/py26-fabric/Portfile
===================================================================
--- trunk/dports/python/py26-fabric/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-fabric/Portfile	2009-01-21 14:35:14 UTC (rev 45762)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+                  
+name                py26-fabric
+version             0.0.9
+categories          python
+platforms           darwin
+maintainers         arthurkoziel.com:arthur
+homepage            http://www.nongnu.org/fab/
+description         Fabric is a simple pythonic remote deployment tool.
+long_description    It is designed to upload files to, and run shell commands \
+                    on, a number of servers in parallel or serially. These \
+                    commands are grouped in tasks (regular python functions) \
+                    and specified in a 'fabfile'. \
+                    \
+                    It is a bit like a dumbed down Capistrano, except it's in \
+                    Python, dosn't expect you to be deploying Rails \
+                    applications, and the 'put' command works. \
+                    \
+                    Unlike Capistrano, Fabric want's to stay small, light, \
+                    easy to change and not bound to any specific framework.
+
+master_sites        http://download.savannah.gnu.org/releases/fab/
+distname            fab-${version}
+checksums           md5 285689195981041274b103438b934dd3 \
+                    sha1 ff8c9e8d6b0a25bbac97626afb8c7985080f8e3d \
+                    rmd160 591967f68f9dcd8d272b07c806ec5dcc97f39a75
+
+depends_lib-append  port:py26-setuptools \
+                    port:py26-paramiko
+
+post-destroot {
+    ln -s ${python.prefix}/bin/fab ${destroot}${prefix}/bin/fab-2.6
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090121/5e2cca7c/attachment.html>


More information about the macports-changes mailing list