2010-11-27 22:31:08 +01:00
|
|
|
# Template file for 'pycrypto'
|
|
|
|
pkgname=pycrypto
|
|
|
|
version=2.3
|
2011-11-14 18:12:47 +01:00
|
|
|
revision=2
|
2010-11-27 22:31:08 +01:00
|
|
|
distfiles="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/$pkgname-$version.tar.gz"
|
|
|
|
build_style=python-module
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="gmp-devel python-devel"
|
2010-11-27 22:31:08 +01:00
|
|
|
short_desc="The Python Cryptography Toolkit"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=4f11e85fbcf13960373650fc2dae8f088f9b001f07fb6d3efb2fcb5334987182
|
|
|
|
long_desc="
|
|
|
|
The Python cryptography toolkit is intended to provide a reliable and stable
|
|
|
|
base for writing Python programs that require cryptographic functions."
|
|
|
|
|
2011-10-05 16:42:03 +02:00
|
|
|
pycompile_module="Crypto"
|
|
|
|
|