pycrypto: renamed to python-crypto.
This commit is contained in:
parent
84eb18f968
commit
c9b58ca66b
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'pycrypto'
|
||||
pkgname=pycrypto
|
||||
# Template file for 'python-crypto'
|
||||
pkgname=python-crypto
|
||||
version=2.6.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="pycrypto-${version}"
|
||||
replaces="pycrypto>=0"
|
||||
build_style=python-module
|
||||
hostmakedepends="python"
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="gmp-devel python-devel"
|
||||
pycompile_module="Crypto"
|
||||
short_desc="The Python Cryptography Toolkit"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="https://www.dlitz.net/software/pycrypto/"
|
||||
license="PSF, Public domain"
|
||||
distfiles="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/$pkgname-$version.tar.gz"
|
||||
distfiles="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-$version.tar.gz"
|
||||
checksum=f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
|
||||
|
||||
pre_build() {
|
Loading…
Reference in New Issue