[42278] trunk/dports/python

blb at macports.org blb at macports.org
Mon Nov 17 16:56:37 PST 2008


Revision: 42278
          http://trac.macports.org/changeset/42278
Author:   blb at macports.org
Date:     2008-11-17 16:56:36 -0800 (Mon, 17 Nov 2008)
Log Message:
-----------
New port - python/py25-fabric, ticket #17289

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

Added: trunk/dports/python/py25-fabric/Portfile
===================================================================
--- trunk/dports/python/py25-fabric/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-fabric/Portfile	2008-11-18 00:56:36 UTC (rev 42278)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+                  
+name                py25-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:py25-setuptools \
+                    port:py25-paramiko


Property changes on: trunk/dports/python/py25-fabric/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081117/54710fbc/attachment.html>


More information about the macports-changes mailing list