Ticket #31735: 0002-py-crypto-update-to-2.4-add-python31-and-python32-versions.patch

File 0002-py-crypto-update-to-2.4-add-python31-and-python32-versions.patch, 1.5 KB (added by skymoo (Adam Mercer), 13 years ago)

update to 2.4 and add python3? versions

  • python/py-crypto/Portfile

    From b02abc8aedc8036acce1c3a90412bbe817f20cfe Mon Sep 17 00:00:00 2001
    From: Adam Mercer <ram+local@macports.org>
    Date: Sun, 23 Oct 2011 11:25:41 -0500
    Subject: [PATCH 2/2] py-crypto: update to 2.4, add python31 and python32
     versions
    
    ---
     python/py-crypto/Portfile |   10 +++++-----
     1 files changed, 5 insertions(+), 5 deletions(-)
    
    diff --git a/python/py-crypto/Portfile b/python/py-crypto/Portfile
    index eafabb6..84c58fc 100644
    a b PortSystem 1.0 
    44PortGroup        python 1.0
    55
    66name             py-crypto
    7 version          2.3
     7version          2.4
    88
    99categories       python security
    1010license          public-domain PSF
    long_description collection of cryptographic algorithms and protocols, \ 
    1616  ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, \
    1717  RSA, DSA, ElGamal, qNEW.
    1818
    19 python.versions  24 25 26 27
     19python.versions  24 25 26 27 31 32
    2020
    2121homepage         http://www.dlitz.net/software/pycrypto/
    2222master_sites     http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
    2323distname         pycrypto-${version}
    2424
    25 checksums        md5 2b811cfbfc342d83ee614097effb8101 \
    26                  sha1 96b33b77e729893bd0837a09a6aa7a12b5070037 \
    27                  rmd160 5b7b15aab3f5e33113ba197a2edd629c72595374
     25checksums        md5 274fa44c30a320d56460a93fdd95e702 \
     26                 sha1 5a13dd3f0f5ecebd7f579a4510f1cd53c4a4981b \
     27                 rmd160 e5e1ae57a10d8a15b911fd7807dadb12e881e866
    2828
    2929test.run         yes
    3030test.target      test