void-packages/srcpkgs/python3-M2Crypto/template
Michal Vasilek 0e72ce7ddc python3-M2Crypto: update to 0.38.0.
* remove python2 version
* enable tests
2022-01-06 20:34:35 +01:00

20 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
}