vp-build/srcpkgs/python3-M2Crypto/template

21 lines
656 B
Bash

# Template file for 'python3-M2Crypto'
pkgname=python3-M2Crypto
version=0.38.0
revision=1
wrksrc="M2Crypto-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools swig openssl-devel"
makedepends="openssl-devel python3-devel"
depends="python3"
checkdepends="ca-certificates python3-pytest python3-parameterized"
short_desc="Python crypto and SSL toolkit"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://gitlab.com/m2crypto/m2crypto/"
distfiles="${PYPI_SITE}/M/M2Crypto/M2Crypto-${version}.tar.gz"
checksum=99f2260a30901c949a8dc6d5f82cd5312ffb8abc92e76633baf231bbbcb2decb
post_install() {
vlicense LICENCE
}