[129709] trunk/dports/lang/pyobfuscate/Portfile

larryv at macports.org larryv at macports.org
Thu Dec 18 15:57:20 PST 2014


Revision: 129709
          https://trac.macports.org/changeset/129709
Author:   larryv at macports.org
Date:     2014-12-18 15:57:20 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
pyobfuscate: Rearrange and reformat

Modified Paths:
--------------
    trunk/dports/lang/pyobfuscate/Portfile

Modified: trunk/dports/lang/pyobfuscate/Portfile
===================================================================
--- trunk/dports/lang/pyobfuscate/Portfile	2014-12-18 23:57:18 UTC (rev 129708)
+++ trunk/dports/lang/pyobfuscate/Portfile	2014-12-18 23:57:20 UTC (rev 129709)
@@ -7,29 +7,31 @@
 version             0.3
 revision            1
 categories          lang python
+platforms           darwin
 license             GPL-2
-platforms           darwin
-supported_archs     noarch
 maintainers         nomaintainer
+
 description         python source code obfuscator
-long_description    pyobfuscate is a source code obfuscator: It makes Python \
-                    source code hard to read for humans, while still being \
-                    executable for the Python interpreter.
+long_description    pyobfuscate is a source code obfuscator: It makes \
+                    Python source code hard to read for humans, while \
+                    still being executable for the Python interpreter.
+homepage            http://www.lysator.liu.se/~astrand/projects/pyobfuscate/
 
-homepage            http://www.lysator.liu.se/~astrand/projects/pyobfuscate/
+depends_run         bin:python:python25
+supported_archs     noarch
+
 master_sites        ${homepage}
 distname            pyobfuscate-${version}
 checksums           md5 cd2884c9efc917c273f768283ead8a70
 
 use_configure       no
 
-depends_run         bin:python:python25
-
 build {}
 
 destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 755 ${worksrcpath}/pyobfuscate ${destroot}${prefix}/bin/
-    xinstall -m 644 -W ${worksrcpath} LICENSE PKG-INFO README TODO \
-        ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+            LICENSE PKG-INFO README TODO \
+            ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141218/30d6a26b/attachment.html>


More information about the macports-changes mailing list