void-packages/srcpkgs/python3-pycryptodome/template

23 lines
745 B
Bash

# Template file for 'python3-pycryptodome'
pkgname=python3-pycryptodome
version=3.17
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
short_desc="Python3 package of low-level cryptographic primitives"
maintainer="Wietse Kuipers <wietse@kuiprs.nl>"
license="Public Domain, BSD-2-Clause"
homepage="https://www.pycryptodome.org/"
changelog="https://raw.githubusercontent.com/Legrandin/pycryptodome/master/Changelog.rst"
distfiles="${PYPI_SITE}/p/pycryptodome/pycryptodome-${version}.tar.gz"
checksum=bce2e2d8e82fcf972005652371a3e8731956a0c1fbb719cc897943b3695ad91b
provides="python3-crypto-${version}_1"
replaces="python3-crypto>=0"
post_install() {
vlicense LICENSE.rst
}