Ticket #20254: py26-fabric.diff
File py26-fabric.diff, 2.0 KB (added by alan.macports.sp@…, 15 years ago) |
---|
-
ports/python/py26-fabric/Portfile
old new PortSystem 1.0 4 4 PortGroup python26 1.0 5 5 6 6 name py26-fabric 7 version 0. 1.17 version 0.9b1 8 8 categories python 9 9 platforms darwin 10 10 maintainers arthurk openmaintainer 11 homepage http:// www.nongnu.org/fab/11 homepage http://fabfile.org/ 12 12 description Fabric is a simple pythonic remote deployment tool. 13 13 long_description It is designed to upload files to, and run shell commands \ 14 14 on, a number of servers in parallel or serially. These \ … … long_description It is designed to up 22 22 Unlike Capistrano, Fabric want's to stay small, light, \ 23 23 easy to change and not bound to any specific framework. 24 24 25 master_sites http://download.savannah.gnu.org/releases/fab/ 26 distname fab-${version} 27 checksums md5 63a5301c584825f0b7c5e7274e1c00df \ 28 sha1 a8c691cd1d9dc0f0e671ac5938b59882fe22a937 \ 29 rmd160 c879f2d45464063ed9a50f23307cce9372904bb9 25 master_sites http://git.fabfile.org/cgit.cgi/fabric/snapshot/ 26 distname fabric-${version} 27 checksums md5 39c3f283e5de7b3b3bc24a6feccab50b \ 28 sha1 b3e5ddcf2074e79d4f90e894bb1f2032f4d813d3 \ 29 rmd160 80de133526a70cd20c5e2c9a647fa75330609dcc 30 30 31 31 32 depends_lib-append port:py26-setuptools \ 32 33 port:py26-paramiko … … post-destroot { 37 38 } 38 39 39 40 livecheck.check regex 40 livecheck.url http:// pypi.python.org/pypi/Fabric41 livecheck.regex Fabric(0\.\[0-9\]+\.\[0-9\]+)41 livecheck.url http://git.fabfile.org/cgit.cgi/fabric/ 42 livecheck.regex fabric-(0\.\[0-9\]+\.\[0-9\]+)