void-packages/srcpkgs/python3-openssl/template
2025-03-21 08:15:18 -04:00

20 lines
787 B
Bash

# Template file for 'python3-openssl'
pkgname=python3-openssl
version=25.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-cryptography"
checkdepends="python3-pytest $depends python3-pytest-rerunfailures python3-pretend"
short_desc="Python3 interface to the OpenSSL library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://pyopenssl.org/"
changelog="https://raw.githubusercontent.com/pyca/pyopenssl/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pyopenssl/pyopenssl-${version}.tar.gz"
checksum=cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
# https://github.com/pyca/pyopenssl/issues/974
make_check_args="-k not(test_verify_with_time)"
fi