# Description: Python interface to the OpenSSL library.
# URL: https://pyopenssl.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-cryptography python3-typing_extensions

name=python3-pyopenssl
version=26.3.0
release=1
source=(https://pypi.org/packages/source/p/pyopenssl/pyopenssl-$version.tar.gz)

build() {
  cd pyopenssl-$version

  /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
  /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl
}
