contrib/python3-cryptography/Pkgfile

16 lines
575 B
Plaintext
Raw Normal View History

2019-05-21 14:24:15 +02:00
# Description: A package designed to expose cryptographic recipes and primitives to Python developers.
# URL: http://pypi.python.org/pypi/cryptography
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-asn1crypto python3-cffi python3-idna python3-six
name=python3-cryptography
2020-05-31 13:45:42 +02:00
version=2.9.2
2019-05-21 14:24:15 +02:00
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
}