# Description: Python interface to the OpenSSL library. # URL: http://pypi.python.org/pypi/pyOpenSSL # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: python-cryptography name=python-pyopenssl version=19.1.0 release=1 source=(https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-$version.tar.gz) build() { cd pyOpenSSL-$version /usr/bin/python setup.py build /usr/bin/python setup.py install --root=$PKG --optimize=1 }