New package: python3-mbedtls-2.10.1

This commit is contained in:
Emil Tomczyk 2025-01-15 11:26:38 +01:00
parent cd36f4eef6
commit 856676b3b4
No known key found for this signature in database
GPG key ID: 277DBBCABC97A26F

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
}