1
0
forked from ports/contrib

16 lines
460 B
Plaintext
Raw Normal View History

2019-05-21 23:11:27 +10: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
2021-10-25 18:04:31 +11:00
version=21.0.0
2019-05-21 23:11:27 +10:00
release=1
2019-11-30 16:21:27 +11:00
source=(https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-$version.tar.gz)
2019-05-21 23:11:27 +10:00
build() {
cd pyOpenSSL-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
}