contrib/python3-pyopenssl/Pkgfile

16 lines
433 B
Plaintext
Raw Normal View History

2019-05-21 15:11:27 +02:00
# Description: Python interface to the OpenSSL library.
2024-07-21 21:12:03 +02:00
# URL: https://pyopenssl.org/
2023-06-02 17:28:47 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
2019-05-21 15:11:27 +02:00
# Depends on: python3-cryptography
name=python3-pyopenssl
2024-07-21 21:12:03 +02:00
version=24.2.1
2019-05-21 15:11:27 +02:00
release=1
2024-07-21 21:12:03 +02:00
source=(https://pypi.org/packages/source/p/pyopenssl/pyopenssl-$version.tar.gz)
2019-05-21 15:11:27 +02:00
build() {
2024-07-21 21:12:03 +02:00
cd pyopenssl-$version
2023-06-02 17:28:47 +02:00
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
2019-05-21 15:11:27 +02:00
}