mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-mbedtls-2.10.1
This commit is contained in:
parent
cd36f4eef6
commit
856676b3b4
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-mbedtls/template
Normal file
20
srcpkgs/python3-mbedtls/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue