void-packages/srcpkgs/python3-pycryptodomex/template

20 lines
709 B
Bash

# Template file for 'python3-pycryptodomex'
pkgname=python3-pycryptodomex
version=3.12.0
revision=2
wrksrc="pycryptodomex-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
short_desc="Pycryptodome equivalent that installs under the 'Cryptodome' name"
maintainer="Antonio Gurgel <antonio@goorzhel.com>"
license="Public Domain, BSD-2-Clause"
homepage="https://www.pycryptodome.org/"
changelog="https://www.pycryptodome.org/en/latest/src/changelog.html"
distfiles="${PYPI_SITE}/p/pycryptodomex/pycryptodomex-${version}.zip"
checksum=922e9dac0166e4617e5c7980d2cff6912a6eb5cb5c13e7ece222438650bd7f66
post_install() {
vlicense LICENSE.rst
}