21 lines
670 B
Bash
21 lines
670 B
Bash
# Template file for 'python3-gnupg'
|
|
pkgname=python3-gnupg
|
|
version=0.5.1
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3 gnupg"
|
|
checkdepends="${depends} python3-pytest"
|
|
short_desc="Python3 wrapper for GnuPG"
|
|
maintainer="Lon Willett <xgit@lonw.net>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://docs.red-dove.com/python-gnupg/"
|
|
changelog="https://github.com/vsajip/python-gnupg#change-log"
|
|
distfiles="${PYPI_SITE}/p/python-gnupg/python-gnupg-${version}.tar.gz"
|
|
checksum=5674bad4e93876c0b0d3197e314d7f942d39018bf31e2b833f6788a6813c3fb8
|
|
make_check_pre="env NO_EXTERNAL_TESTS=1"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|