# -*- 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 PortGroup select 1.0 name py-fabric version 1.10.2 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 maintainers stromnov openmaintainer description Fabric is a simple tool for remote execution and deployment. long_description ${description} homepage http://fabfile.org master_sites https://pypi.python.org/packages/source/F/Fabric/ distname Fabric-${version} checksums rmd160 6d18e82463d21384fae131d901daa7939f158554 \ sha256 666a3da92273532d3a49dd1ac53e3d721c5ec2f2512cd7dddb7ce19e29e9f038 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-paramiko \ port:fabric_select select.group fabric select.file ${filespath}/fabric${python.version} notes " To make the Python ${python.branch} version of fabric the one that is run\ when you execute the commands without a version suffix, e.g. 'fab', run: port select --set ${select.group} [file tail ${select.file}] " livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/fabric/json livecheck.regex {Fabric-(\d+(?:\.\d+)*)\.[tz]} }