# -*- 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 python 1.0 name py-fabric version 1.4.3 platforms darwin maintainers deric homepage http://fabfile.org license BSD 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 rmd160 7334dc0bae305deabd580bcd0fe503cc5f32cd2d \ sha256 e81c7d510ff8d9334d0fd8993c931e3ee759883d00cf29d1eecd4c6ca6d82029 python.versions 25 26 27 python.default_version 27 if {$subport != $name} { depends_lib-append port:py${python.version}-distribute \ port:py${python.version}-ssh2 } livecheck.url http://pypi.python.org/pypi/Fabric livecheck.regex Fabric/(\[0-9\]+\.\[0-9\]+\.\[0-9\]+)