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 |
| 3 | PortSystem 1.0 |
| 4 | PortGroup python25 1.0 |
| 5 | |
| 6 | name py25-crypto |
| 7 | version 2.0.1 |
| 8 | |
| 9 | categories python security |
| 10 | platforms darwin freebsd |
| 11 | maintainers mww |
| 12 | description collection of cryptographic algorithms and protocols for python |
| 13 | long_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 | |
| 18 | homepage http://www.amk.ca/python/code/crypto.html |
| 19 | master_sites http://www.amk.ca/files/python/crypto/ |
| 20 | distname pycrypto-${version} |
| 21 | |
| 22 | checksums sha1 c77cdefdfb06e4749690013a9a9e1600ab14e26f |
| 23 | |
| 24 | #test.run yes |
| 25 | #test.cmd ${python.bin} test.py |