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 |
4 | 4 | PortGroup python 1.0 |
5 | 5 | |
6 | 6 | name py-crypto |
7 | | version 2.3 |
| 7 | version 2.4 |
8 | 8 | |
9 | 9 | categories python security |
10 | 10 | license public-domain PSF |
… |
… |
long_description collection of cryptographic algorithms and protocols, \ |
16 | 16 | ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, \ |
17 | 17 | RSA, DSA, ElGamal, qNEW. |
18 | 18 | |
19 | | python.versions 24 25 26 27 |
| 19 | python.versions 24 25 26 27 31 32 |
20 | 20 | |
21 | 21 | homepage http://www.dlitz.net/software/pycrypto/ |
22 | 22 | master_sites http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/ |
23 | 23 | distname pycrypto-${version} |
24 | 24 | |
25 | | checksums md5 2b811cfbfc342d83ee614097effb8101 \ |
26 | | sha1 96b33b77e729893bd0837a09a6aa7a12b5070037 \ |
27 | | rmd160 5b7b15aab3f5e33113ba197a2edd629c72595374 |
| 25 | checksums md5 274fa44c30a320d56460a93fdd95e702 \ |
| 26 | sha1 5a13dd3f0f5ecebd7f579a4510f1cd53c4a4981b \ |
| 27 | rmd160 e5e1ae57a10d8a15b911fd7807dadb12e881e866 |
28 | 28 | |
29 | 29 | test.run yes |
30 | 30 | test.target test |