contrib/python3-pyopenssl/Pkgfile

16 lines
460 B
Plaintext
Raw Normal View History

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