mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
python-M2Crypto: rebuild against libressl-2.2.1
Fix cross build.
This commit is contained in:
parent
c300c11771
commit
9dd1b3e27c
1 changed files with 13 additions and 15 deletions
|
@ -1,18 +1,16 @@
|
||||||
# Template file for 'python-M2Crypto'
|
# Template file for 'python-M2Crypto'
|
||||||
_mname=M2Crypto
|
pkgname=python-M2Crypto
|
||||||
pkgname="python-${_mname}"
|
|
||||||
version=0.22.3
|
version=0.22.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${_mname}-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="${_mname}"
|
|
||||||
hostmakedepends="python python-setuptools swig"
|
|
||||||
makedepends="libressl-devel python-devel"
|
|
||||||
short_desc="OpenSSL for Python"
|
|
||||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|
||||||
license="GPL-3"
|
|
||||||
homepage="https://github.com/M2Crypto/M2Crypto"
|
|
||||||
distfiles="${PYPI_SITE}/M/${_mname}/${_mname}-${version}.tar.gz"
|
|
||||||
checksum=6071bfc817d94723e9b458a010d565365104f84aa73f7fe11919871f7562ff72
|
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
nocross=yes
|
wrksrc="M2Crypto-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="M2Crypto"
|
||||||
|
hostmakedepends="python-setuptools swig libressl-devel"
|
||||||
|
makedepends="libressl-devel python-devel"
|
||||||
|
short_desc="Python crypto and SSL toolkit"
|
||||||
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="https://github.com/martinpaljak/M2Crypto"
|
||||||
|
distfiles="${PYPI_SITE}/M/M2Crypto/M2Crypto-${version}.tar.gz"
|
||||||
|
checksum=6071bfc817d94723e9b458a010d565365104f84aa73f7fe11919871f7562ff72
|
||||||
|
|
Loading…
Add table
Reference in a new issue