pycrypto-py stable port information

Info2: <<

Package: pycrypto-py%type_pkg[python]
Type: python (2.4 2.5 2.6 2.7 3.1 3.2)
Distribution: (%type_pkg[python] = 24) 10.5

Version: 2.5
Revision: 1
Description: Python Cryptographic Toolkit
DescDetail: <<
The Toolkit is a collection of cryptographic algorithms
and protocols, implemented for use from Python.
Among the contents of the package:
* Hash functions: MD2, MD4, RIPEMD, SHA256.
* Block encryption algorithms: AES, ARC2, Blowfish,
CAST, DES, Triple-DES, IDEA, RC5.
* Stream encryption algorithms: ARC4, simple XOR.
* Public-key algorithms: RSA, DSA, ElGamal, qNEW.
* Protocols: All-or-nothing transforms,
chaffing/winnowing.
* Miscellaneous: RFC1751 module for converting
128-key keys into a set of English words,
primality testing.
* Some demo programs (currently all quite old and
outdated).
<<
DescPackaging: Formerly maintained by Pepe Barbe
Source: mirror:custom:p/pycrypto/pycrypto-%v.tar.gz
Source-MD5: 783e45d4a1a309e03ab378b00f97b291
BuildDepends: gmp5
#BuildDepends: gmp5, epydoc-py%type_pkg[python], docutils-py%type_pkg[python]
Depends: python%type_pkg[python], gmp5-shlibs
Replaces: pycrypto
Provides: pycrypto
CompileScript: <<
%p/bin/python%type_raw[python] setup.py build_ext --include-dirs=%p/include --library-dirs=%p/lib
%p/bin/python%type_raw[python] setup.py build
# PYTHONPATH=`ls -d %b/build/lib*` epydoc-py%type_pkg[python] --config Doc/epydoc-config
<<
InfoTest: <<
TestScript: <<
%p/bin/python%type_raw[python] setup.py test
find ./build -name "*.pyc" -delete
<<
<<
InstallScript: <<
%p/bin/python%type_raw[python] setup.py install --root=%d
# install -d %i/share/doc/pycrypto-py%type_pkg[python]
# cp -R Doc/apidoc %i/share/doc/pycrypto-py%type_pkg[python]
<<
DocFiles: README TODO ACKS ChangeLog COPYRIGHT LEGAL/copy/LICENSE*
License: OSI-Approved
Homepage: http://www.pycrypto.org/
Maintainer: Daniel Johnson

CustomMirror: <<
eur-NL: http://a.pypi.python.org/packages/source/
nam-US: http://b.pypi.python.org/packages/source/
eur-DE: http://c.pypi.python.org/packages/source/
eur-DE: http://d.pypi.python.org/packages/source/
eur-DE: http://e.pypi.python.org/packages/source/
eur-DE: http://f.pypi.python.org/packages/source/
<<
<<