This commit is contained in:
Emru1 2025-04-18 04:10:37 +01:00 committed by GitHub
commit 146fc16ba1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
# Template file for 'python3-mbedtls'
pkgname=python3-mbedtls
version=2.10.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-Cython python3-setuptools python3-wheel"
makedepends="python3-devel mbedtls2-devel"
depends="python3-certifi python3-typing_extensions"
checkdepends="python3-pytest python3-certifi python3-typing_extensions"
short_desc="Cryptographic library for Python that uses mbed TLS for back end"
maintainer="Emil Tomczyk <emru@emru.xyz>"
license="MIT"
homepage="https://github.com/Synss/python-mbedtls"
changelog="https://github.com/Synss/python-mbedtls/blob/master/ChangeLog"
distfiles="${PYPI_SITE}/p/python-mbedtls/python-mbedtls-${version}.tar.gz"
checksum=a1f8ac8a6e810f80d3e8d26561e787d04047c2d098e9ce21b9266174f124e00c
post_install() {
vlicense LICENSE.txt
}