[130340] trunk/dports/python/py-ezpycrypto/Portfile

larryv at macports.org larryv at macports.org
Mon Dec 29 19:57:33 PST 2014


Revision: 130340
          https://trac.macports.org/changeset/130340
Author:   larryv at macports.org
Date:     2014-12-29 19:57:33 -0800 (Mon, 29 Dec 2014)
Log Message:
-----------
py-ezpycrypto: Add modeline, rearrange, reformat

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

Modified: trunk/dports/python/py-ezpycrypto/Portfile
===================================================================
--- trunk/dports/python/py-ezpycrypto/Portfile	2014-12-30 03:57:31 UTC (rev 130339)
+++ trunk/dports/python/py-ezpycrypto/Portfile	2014-12-30 03:57:33 UTC (rev 130340)
@@ -1,41 +1,43 @@
+# -*- 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-ezpycrypto
-version			0.1.1
-revision		1
-categories-append	security
-license			GPL
-platforms		darwin
-supported_archs	noarch
-maintainers		nomaintainer
-description		high-level encryption python module building upon py-crypto
-long_description	ezPyCrypto is a high-level encryption library for \
-				Python that makes your job of securing data easy and \
-				effortless. As a reaction to some other crypto \
-				libraries, which can be painfully complex to \
-				understand and use, ezPyCrypto has been designed from \
-				the ground up for absolute ease of use, without \
-				compromising security.
+name                py-ezpycrypto
+version             0.1.1
+revision            1
+categories-append   security
+platforms           darwin
+supported_archs     noarch
+license             GPL
+maintainers         nomaintainer
 
-homepage		http://freenet.mcnabhosting.com/python/ezPyCrypto/
-master_sites	${homepage}
-distname		ezPyCrypto-${version}
-checksums		md5 6e30f9e6a16aca849431568e1a5b0ee1
+description         high-level encryption python module building upon py-crypto
+long_description    ezPyCrypto is a high-level encryption library for \
+                    Python that makes your job of securing data easy and \
+                    effortless. As a reaction to some other crypto \
+                    libraries, which can be painfully complex to \
+                    understand and use, ezPyCrypto has been designed from \
+                    the ground up for absolute ease of use, without \
+                    compromising security.
+homepage            http://freenet.mcnabhosting.com/python/ezPyCrypto/
 
-python.versions	24
+master_sites        ${homepage}
+distname            ezPyCrypto-${version}
+checksums           md5 6e30f9e6a16aca849431568e1a5b0ee1
 
+python.versions     24
+
 if {${name} ne ${subport}} {
-    depends_lib-append	port:py${python.version}-crypto
+    depends_lib-append  port:py${python.version}-crypto
 
-    test.run		yes
-    test.cmd		${python.bin}
-    test.env		PYTHONPATH=${worksrcpath}/build/lib
-    test.target		example?.py
+    test.run        yes
+    test.cmd        ${python.bin}
+    test.env        PYTHONPATH=${worksrcpath}/build/lib
+    test.target     example?.py
 
-    post-destroot	{
+    post-destroot   {
         xinstall -m 644 -W ${worksrcpath} CHANGELOG INSTALL README \
             ${destroot}${prefix}/share/doc/${subport}
         xinstall -m 644 -W ${worksrcpath} example1.py example2.py example3.py \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141229/c4136919/attachment.html>


More information about the macports-changes mailing list