37 lines
1 KiB
Text
37 lines
1 KiB
Text
# Template file for 'python-crypto'
|
|
pkgname=python-crypto
|
|
version=2.6.1
|
|
revision=4
|
|
wrksrc="pycrypto-${version}"
|
|
replaces="pycrypto>=0"
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
hostmakedepends="python-devel python3.4-devel"
|
|
makedepends="${hostmakedepends} gmp-devel"
|
|
depends="python"
|
|
pycompile_module="Crypto"
|
|
short_desc="The Python Cryptography Toolkit (Python2)"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="https://www.dlitz.net/software/pycrypto/"
|
|
license="PSF, Public domain"
|
|
update_pkgname=pycrypto
|
|
update_ignore="*a* *b*"
|
|
distfiles="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-$version.tar.gz"
|
|
checksum=f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
|
|
|
|
pre_build() {
|
|
if [ "$CROSS_BUILD" ]; then
|
|
sed -e "s|'/usr/include/'|''|g" -i setup.py
|
|
fi
|
|
CC= CFLAGS= ./configure ${configure_args}
|
|
}
|
|
|
|
python3.4-crypto_package() {
|
|
depends="python3.4"
|
|
pycompile_version="3.4"
|
|
pycompile_module="Crypto"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3.4
|
|
}
|
|
}
|