# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-fabric
version             0.9.0
platforms           darwin
maintainers         arthurk openmaintainer
homepage            http://fabfile.org
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 wants to stay small, light, \
                    easy to change and not bound to any specific framework.

master_sites        http://pypi.python.org/packages/source/F/Fabric
distname            Fabric-${version}
checksums           md5     696e42e6e771fa2a365cd03536d4cdcf \
                    sha1    bacc51ad35c1ecf7fceb98ac487b049c189f5c44 \
                    rmd160  0264ba7c748d6d28deefc5d66ef0e7e559426b49

patchfiles          patch-setup.py.diff
depends_lib-append  port:py26-distribute \
                    port:py26-paramiko

livecheck.type      regex
livecheck.url       http://pypi.python.org/pypi/Fabric
livecheck.regex     Fabric (0\.\[0-9\]+\.\[0-9\]+)
