[107564] trunk/dports/python/py-rope/Portfile

sean at macports.org sean at macports.org
Tue Jul 2 17:40:05 PDT 2013


Revision: 107564
          https://trac.macports.org/changeset/107564
Author:   sean at macports.org
Date:     2013-07-02 17:40:05 -0700 (Tue, 02 Jul 2013)
Log Message:
-----------
py-rope: whitespace clean up and alignment

Modified Paths:
--------------
    trunk/dports/python/py-rope/Portfile

Modified: trunk/dports/python/py-rope/Portfile
===================================================================
--- trunk/dports/python/py-rope/Portfile	2013-07-03 00:39:58 UTC (rev 107563)
+++ trunk/dports/python/py-rope/Portfile	2013-07-03 00:40:05 UTC (rev 107564)
@@ -1,26 +1,28 @@
 # -*- 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-rope
-version         0.9.2
-platforms       darwin
-supported_archs noarch
-license         GPL-2+
-maintainers     nomaintainer
-description     python refactoring library
+name                py-rope
+version             0.9.2
+platforms           darwin
+supported_archs     noarch
+license             GPL-2+
+maintainers         nomaintainer
+description         python refactoring library
 long_description    Rope is a Python refactoring library that can be used \
                     with several editors and IDEs. It provides many \
                     refactoring operations as well as forms of code \
                     assistance like auto-completion and access to \
                     documentation.
-homepage        http://rope.sourceforge.net/
-master_sites    sourceforge:rope
-distname        rope-${version}
-checksums       md5 3ef92a3df40aebe475ac4880b0f6381a \
-                sha1 fbe41650037ee412cda7025c8f95bc7c4e8e0159 \
-                rmd160 7b3743d0468d127f98f35eb85489d0c996a6af4c
 
-python.versions 25 26 27
+homepage            http://rope.sourceforge.net/
+master_sites        sourceforge:rope
+distname            rope-${version}
+
+checksums           md5 3ef92a3df40aebe475ac4880b0f6381a \
+                    sha1 fbe41650037ee412cda7025c8f95bc7c4e8e0159 \
+                    rmd160 7b3743d0468d127f98f35eb85489d0c996a6af4c
+
+python.versions     25 26 27
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130702/a9e394b3/attachment.html>


More information about the macports-changes mailing list