[130071] trunk/dports/python/py-fabric/Portfile
stromnov at macports.org
stromnov at macports.org
Fri Dec 26 03:22:25 PST 2014
Revision: 130071
https://trac.macports.org/changeset/130071
Author: stromnov at macports.org
Date: 2014-12-26 03:22:25 -0800 (Fri, 26 Dec 2014)
Log Message:
-----------
py-fabric: reformat portfile
Modified Paths:
--------------
trunk/dports/python/py-fabric/Portfile
Modified: trunk/dports/python/py-fabric/Portfile
===================================================================
--- trunk/dports/python/py-fabric/Portfile 2014-12-26 11:13:34 UTC (rev 130070)
+++ trunk/dports/python/py-fabric/Portfile 2014-12-26 11:22:25 UTC (rev 130071)
@@ -1,39 +1,31 @@
-# -*- 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
+# -*- 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
-PortGroup github 1.0
-github.setup fabric fabric 1.6.1
name py-fabric
+version 1.6.1
revision 1
+categories-append devel
platforms darwin
license BSD
+supported_archs noarch
+
maintainers stromnov openmaintainer
-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.
+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/
-supported_archs noarch
+distname Fabric-${version}
-checksums rmd160 0df6e5584ad06dcdb840fcdce47ab844ecaf6926 \
- sha256 86adc26ae9cae64dfbccba29077b343775b147f814adb4001d33bbcc263cc7e8
+checksums rmd160 39f9c4ee1b0f69290b87d02c75dc6581cc8c1454 \
+ sha256 a1ff35d4bf69fbc0d44a14c3c071abd82703eabbce4f4e82b0a3ba85e1d21715
-python.versions 27
-
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-setuptools \
port:py${python.version}-paramiko \
@@ -47,4 +39,10 @@
port select --set ${select.group} [file tail ${select.file}]
"
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex {Fabric-(\d+(?:\.\d+)*)\.[tz]}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141226/8da9a5c7/attachment.html>
More information about the macports-changes
mailing list