vp-build/srcpkgs/python3-pycryptodomex/template

20 lines
678 B
Bash

# Template file for 'python3-pycryptodomex'
pkgname=python3-pycryptodomex
version=3.15.0
revision=2
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}.tar.gz"
checksum=7341f1bb2dadb0d1a0047f34c3a58208a92423cdbd3244d998e4b28df5eac0ed
post_install() {
vlicense LICENSE.rst
}