Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: python3-mbedtls-2.10.1 #53985

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions srcpkgs/python3-mbedtls/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
}
Loading