17 lines
587 B
Bash
17 lines
587 B
Bash
# Template file for 'python-M2Crypto'
|
|
pkgname=python-M2Crypto
|
|
version=0.25.1
|
|
revision=2
|
|
wrksrc="M2Crypto-${version}"
|
|
build_style=python-module
|
|
pycompile_module="M2Crypto"
|
|
hostmakedepends="python-setuptools swig libressl-devel"
|
|
makedepends="libressl-devel python-devel"
|
|
depends="python-typing"
|
|
short_desc="Python crypto and SSL toolkit"
|
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://gitlab.com/m2crypto/m2crypto/"
|
|
distfiles="${PYPI_SITE}/M/M2Crypto/M2Crypto-${version}.tar.gz"
|
|
checksum=ac303a1881307a51c85ee8b1d87844d9866ee823b4fdbc52f7e79187c2d9acef
|