Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions srcpkgs/python3-M2Crypto/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Template file for 'python3-M2Crypto'
pkgname=python3-M2Crypto
version=0.46.2
version=0.49.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools swig openssl-devel"
makedepends="openssl-devel python3-devel"
depends="python3"
depends="python3 python3-packaging"
checkdepends="ca-certificates python3-pytest python3-parameterized"
short_desc="Python crypto and SSL toolkit"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://gitlab.com/m2crypto/m2crypto/"
changelog="https://gitlab.com/m2crypto/m2crypto/-/raw/master/CHANGES"
distfiles="${PYPI_SITE}/m/m2crypto/m2crypto-${version}.tar.gz"
checksum=13c2fa89562f7b8af40cc74b55f490be5e2ab8ccfb739f11c16d3ce6221a61ba
checksum=604b9cdd7c1bb9e73e54a189643d56d08bf841691775122962430ee2ca3506fe

post_install() {
vlicense LICENSES/BSD-2-Clause.txt
Expand Down