20 lines
627 B
Bash
20 lines
627 B
Bash
# Template file for 'python3-M2Crypto'
|
|
pkgname=python3-M2Crypto
|
|
version=0.42.0
|
|
revision=1
|
|
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=42b62df2caf623161b1d643a7235464c2fe2a3105049ebc498a6d47dc08f64b4
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|