mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
17 lines
416 B
Plaintext
17 lines
416 B
Plaintext
# description : Collection of cryptographic algorithms and protocols, implemented for use from Python 3
|
|
# depends : python2
|
|
|
|
name=python3-crypto
|
|
version=2.6.1
|
|
release=1
|
|
source=(https://files.pythonhosted.org/packages/source/p/pycrypto/pycrypto-$version.tar.gz)
|
|
|
|
build() {
|
|
cd pycrypto-$version
|
|
|
|
python3 setup.py build
|
|
python3 setup.py install --root=$PKG --optimize=1
|
|
}
|
|
|
|
md5sum=(55a61a054aa66812daf5161a0d5d7eda)
|