Revision
130333
Author
larryv@macports.org
Date
2014-12-29 19:57:18 -0800 (Mon, 29 Dec 2014)

Log Message

py-configobj: Rearrange

Modified Paths

Diff

Modified: trunk/dports/python/py-configobj/Portfile (130332 => 130333)


--- trunk/dports/python/py-configobj/Portfile	2014-12-30 02:49:52 UTC (rev 130332)
+++ trunk/dports/python/py-configobj/Portfile	2014-12-30 03:57:18 UTC (rev 130333)
@@ -6,8 +6,11 @@
 
 name                py-configobj
 version             4.7.2
+platforms           darwin
+supported_archs     noarch
 license             BSD
 maintainers         nomaintainer
+
 description         Config file reading, writing and validation.
 long_description    ConfigObj is a simple but powerful config file \
                     reader and writer: an ini file round tripper. \
@@ -32,9 +35,8 @@
                     * Many useful methods and options for working with \
                       configuration files (like the 'reload' method) \
                     * Full Unicode support
-platforms           darwin
-supported_archs     noarch
 homepage            http://www.voidspace.org.uk/python/configobj.html
+
 master_sites        sourceforge:configobj
 distname            configobj-${version}
 use_zip             yes