Ticket #27309: 0001-python-py25-crypto-whitespace.patch

File 0001-python-py25-crypto-whitespace.patch, 2.6 KB (added by skymoo (Adam Mercer), 13 years ago)

whitespace only changes

  • python/py25-crypto/Portfile

    From 41a7bc18390a28e0000285f4a57a47d6fdf1af10 Mon Sep 17 00:00:00 2001
    From: Adam Mercer <ram+local@macports.org>
    Date: Sun, 14 Nov 2010 10:41:14 -0600
    Subject: [PATCH 1/2] python/py25-crypto: whitespace
    
    ---
     python/py25-crypto/Portfile |   56 ++++++++++++++++++++++--------------------
     1 files changed, 29 insertions(+), 27 deletions(-)
    
    diff --git a/python/py25-crypto/Portfile b/python/py25-crypto/Portfile
    index e859a9e..affee85 100644
    a b  
    11# $Id$
    22
    3 PortSystem 1.0
    4 PortGroup python25 1.0
    5 
    6 name                    py25-crypto
    7 version                 2.0.1
    8 categories              python security
    9 platforms               darwin freebsd
    10 maintainers             mww
    11 description             collection of cryptographic algorithms and protocols for python
    12 long_description        collection of cryptographic algorithms and protocols, \
    13                                 implemented for use from python. Among are MD2, MD4, \
    14                                 RIPEMD, AES, ARC2, Blowfish, CAST, DES, Triple-DES, \
    15                                 IDEA, RC5, ARC4, simple XOR, RSA, DSA, ElGamal, qNEW.
    16 
    17 homepage                http://www.amk.ca/python/code/crypto.html
    18 master_sites    http://www.amk.ca/files/python/crypto/
    19 distname                pycrypto-${version}
    20 checksums               sha1 c77cdefdfb06e4749690013a9a9e1600ab14e26f
    21 
    22 #test.run               yes
    23 #test.cmd               ${python.bin} test.py
     3PortSystem       1.0
     4PortGroup        python25 1.0
     5
     6name             py25-crypto
     7version          2.0.1
     8
     9categories       python security
     10platforms        darwin freebsd
     11maintainers      mww
     12description      collection of cryptographic algorithms and protocols for python
     13long_description collection of cryptographic algorithms and protocols, \
     14  implemented for use from python. Among are MD2, MD4, RIPEMD, AES, \
     15  ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, \
     16  RSA, DSA, ElGamal, qNEW.
     17
     18homepage         http://www.amk.ca/python/code/crypto.html
     19master_sites     http://www.amk.ca/files/python/crypto/
     20distname         pycrypto-${version}
     21
     22checksums        sha1 c77cdefdfb06e4749690013a9a9e1600ab14e26f
     23
     24#test.run        yes
     25#test.cmd        ${python.bin} test.py
    2426test.target
    2527
    2628post-destroot   {
    27         xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    28         xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog LICENSE README TODO \
    29                 ${destroot}${prefix}/share/doc/${name}
     29  xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     30  xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog LICENSE README TODO \
     31    ${destroot}${prefix}/share/doc/${name}
    3032}
    3133
    32 livecheck.type  regex
    33 livecheck.url   ${homepage}
    34 livecheck.regex pycrypto-(\[0-9\.\]+).tar.gz
     34livecheck.type   regex
     35livecheck.url    ${homepage}
     36livecheck.regex  pycrypto-(\[0-9\.\]+).tar.gz