Ticket #20254: py26-fabric.diff

File py26-fabric.diff, 2.0 KB (added by alan.macports.sp@…, 15 years ago)

Patchfile for py26-fabric/Portfile

  • ports/python/py26-fabric/Portfile

    old new PortSystem 1.0 
    44PortGroup           python26 1.0
    55                 
    66name                py26-fabric
    7 version             0.1.1
     7version             0.9b1
    88categories          python
    99platforms           darwin
    1010maintainers         arthurk openmaintainer
    11 homepage            http://www.nongnu.org/fab/
     11homepage            http://fabfile.org/
    1212description         Fabric is a simple pythonic remote deployment tool.
    1313long_description    It is designed to upload files to, and run shell commands \
    1414                    on, a number of servers in parallel or serially. These \
    long_description It is designed to up 
    2222                    Unlike Capistrano, Fabric want's to stay small, light, \
    2323                    easy to change and not bound to any specific framework.
    2424
    25 master_sites        http://download.savannah.gnu.org/releases/fab/
    26 distname            fab-${version}
    27 checksums           md5 63a5301c584825f0b7c5e7274e1c00df \
    28                     sha1 a8c691cd1d9dc0f0e671ac5938b59882fe22a937 \
    29                     rmd160 c879f2d45464063ed9a50f23307cce9372904bb9
     25master_sites            http://git.fabfile.org/cgit.cgi/fabric/snapshot/
     26distname            fabric-${version}
     27checksums           md5     39c3f283e5de7b3b3bc24a6feccab50b \
     28                    sha1    b3e5ddcf2074e79d4f90e894bb1f2032f4d813d3 \
     29                    rmd160  80de133526a70cd20c5e2c9a647fa75330609dcc
     30
    3031
    3132depends_lib-append  port:py26-setuptools \
    3233                    port:py26-paramiko
    post-destroot { 
    3738}
    3839
    3940livecheck.check     regex
    40 livecheck.url       http://pypi.python.org/pypi/Fabric
    41 livecheck.regex     Fabric (0\.\[0-9\]+\.\[0-9\]+)
     41livecheck.url       http://git.fabfile.org/cgit.cgi/fabric/
     42livecheck.regex     fabric-(0\.\[0-9\]+\.\[0-9\]+)