void-packages/srcpkgs/python3-PGPy/template

19 lines
636 B
Bash

# Template file for 'python3-PGPy'
pkgname=python3-PGPy
version=0.6.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-cryptography python3-pyasn1 python3-six"
checkdepends="python3-pytest python3-progressbar $depends"
short_desc="Pretty Good Privacy for Python"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/SecurityInnovation/PGPy"
distfiles="https://github.com/SecurityInnovation/PGPy/archive/v${version}.tar.gz"
checksum=33028fc2c47718a9215311bb22d6fed042074afbc91bf4e9764fdf0df54fc2b3
post_install() {
vlicense LICENSE
}