[109937] trunk/dports/python/py-crypto/Portfile

stromnov at macports.org stromnov at macports.org
Thu Aug 22 05:15:44 PDT 2013


Revision: 109937
          https://trac.macports.org/changeset/109937
Author:   stromnov at macports.org
Date:     2013-08-22 05:15:44 -0700 (Thu, 22 Aug 2013)
Log Message:
-----------
py-crypto: reformat, fix whitespaces

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

Modified: trunk/dports/python/py-crypto/Portfile
===================================================================
--- trunk/dports/python/py-crypto/Portfile	2013-08-22 11:57:28 UTC (rev 109936)
+++ trunk/dports/python/py-crypto/Portfile	2013-08-22 12:15:44 UTC (rev 109937)
@@ -1,46 +1,47 @@
 # -*- 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-crypto
-version          2.6
+name                py-crypto
+version             2.6
+categories-append   security
+platforms           darwin freebsd
+license             public-domain PSF
 
-categories-append      security
-license          public-domain PSF
-platforms        darwin freebsd
-maintainers      ram openmaintainer
-description      collection of cryptographic algorithms and protocols for python
-long_description collection of cryptographic algorithms and protocols, \
-  implemented for use from python. Among are MD2, MD4, RIPEMD, AES, \
-  ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, \
-  RSA, DSA, ElGamal, qNEW.
+python.versions     24 25 26 27 31 32 33
 
-python.versions  24 25 26 27 31 32
+maintainers         ram openmaintainer
 
-homepage         http://www.dlitz.net/software/pycrypto/
-master_sites     http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
-distname         pycrypto-${version}
+description         Collection of cryptographic algorithms and protocols
 
+long_description    Collection of cryptographic algorithms and protocols, \
+                    implemented for use from python. Among are MD2, MD4, \
+                    RIPEMD, AES, ARC2, Blowfish, CAST, DES, Triple-DES, \
+                    IDEA, RC5, ARC4, simple XOR, RSA, DSA, ElGamal, qNEW.
+
+homepage            http://www.dlitz.net/software/pycrypto/
+master_sites        http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
+
+distname            pycrypto-${version}
+
 checksums           rmd160  5782b529d59f2a62951607fdafaa434aea13ee0a \
                     sha256  7293c9d7e8af2e44a82f86eb9c3b058880f4bcc884bf3ad6c8a34b64986edde8
 
-test.run         yes
-test.target      test
+test.run            yes
+test.target         test
 
 if {${name} != ${subport}} {
-  post-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
-    xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog COPYRIGHT README TODO \
-      ${destroot}${prefix}/share/doc/${subport}
-  }
-}
+    post-destroot {
+        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog COPYRIGHT README TODO \
+            ${destroot}${prefix}/share/doc/${subport}
+    }
 
-if {${name} == ${subport}} {
-  livecheck.type   regex
-  livecheck.url    ${homepage}
-  livecheck.regex  pycrypto-(\[0-9\.\]+).tar.gz
+    livecheck.type      none
 } else {
-  livecheck.type   none
+    livecheck.type      regex
+    livecheck.url       ${homepage}
+    livecheck.regex     pycrypto-(\[0-9\.\]+).tar.gz
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130822/2f0f36c3/attachment.html>


More information about the macports-changes mailing list