[146969] trunk/dports/python/py-bzr-git/Portfile

petr at macports.org petr at macports.org
Tue Mar 22 11:06:54 PDT 2016


Revision: 146969
          https://trac.macports.org/changeset/146969
Author:   petr at macports.org
Date:     2016-03-22 11:06:53 -0700 (Tue, 22 Mar 2016)
Log Message:
-----------
py-bzr-git: add codeline, whitespace changes

Modified Paths:
--------------
    trunk/dports/python/py-bzr-git/Portfile

Modified: trunk/dports/python/py-bzr-git/Portfile
===================================================================
--- trunk/dports/python/py-bzr-git/Portfile	2016-03-22 17:26:36 UTC (rev 146968)
+++ trunk/dports/python/py-bzr-git/Portfile	2016-03-22 18:06:53 UTC (rev 146969)
@@ -1,33 +1,36 @@
+# -*- 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
+PortSystem          1.0
+PortGroup           python 1.0
 
-name              py-bzr-git
-version           0.5.2
-categories-append devel
-license           GPL-3+
-maintainers       nomaintainer
-platforms         darwin
-supported_archs   noarch
-description       A plugin for bzr to work with git trees.
-long_description  ${description} All operations except \"push\" are supported.
+name                py-bzr-git
+version             0.5.2
+categories-append   devel
+license             GPL-3+
+platforms           darwin
+supported_archs     noarch
 
-homepage          https://launchpad.net/bzr-git
-master_sites      ${homepage}/trunk/${version}/+download
-distname          bzr-git-${version}
+maintainers         nomaintainer
 
-checksums         md5     228cb92fa0d9d64c082e0b91b807c192 \
-                  sha1    dcac5ec9732071b9884a3e99e60d9a2f9e8e837e \
-                  rmd160  c970beeb872a570a7bb52c3f31ec2f05deb12251
+description         A plugin for bzr to work with git trees.
+long_description    ${description} All operations except \"push\" are supported.
 
-python.versions   26
+homepage            https://launchpad.net/bzr-git
+master_sites        ${homepage}/trunk/${version}/+download
+distname            bzr-git-${version}
 
+checksums           md5     228cb92fa0d9d64c082e0b91b807c192 \
+                    sha1    dcac5ec9732071b9884a3e99e60d9a2f9e8e837e \
+                    rmd160  c970beeb872a570a7bb52c3f31ec2f05deb12251
+
+python.versions     26
+
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-dulwich
-    livecheck.type    none
+    livecheck.type  none
 } else {
-    livecheck.type    regex
-    livecheck.url     ${homepage}/+download
-    livecheck.regex   {bzr-git-(\d+(?:\.\d+)*).tar.gz}
+    livecheck.type  regex
+    livecheck.url   ${homepage}/+download
+    livecheck.regex {bzr-git-(\d+(?:\.\d+)*).tar.gz}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160322/fb6dc3f5/attachment.html>


More information about the macports-changes mailing list