20 lines
612 B
Bash
20 lines
612 B
Bash
# Template file for 'python3-PGPy'
|
|
pkgname=python3-PGPy
|
|
version=0.5.4
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-cryptography python3-pyasn1 python3-six"
|
|
short_desc="Pretty Good Privacy for Python"
|
|
maintainer="Anjandev Momi <anjan@momi.ca>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/SecurityInnovation/PGPy"
|
|
distfiles="https://github.com/SecurityInnovation/PGPy/archive/v${version}.tar.gz"
|
|
checksum=beb2e7745ddebf85a24239aa681fa83a9ab8f8867d7ac55351fb0732279ac4fa
|
|
# requires progressbar
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|