21 lines
679 B
Bash
21 lines
679 B
Bash
# Template file for 'python3-gnupg'
|
|
pkgname=python3-gnupg
|
|
version=0.5.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_install_target="dist/python_gnupg-${version}-py2.py3-none-any.whl"
|
|
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://github.com/vsajip/python-gnupg"
|
|
distfiles="${PYPI_SITE}/p/python-gnupg/python-gnupg-${version}.tar.gz"
|
|
checksum=70758e387fc0e0c4badbcb394f61acbe68b34970a8fed7e0f7c89469fe17912a
|
|
make_check_pre="env NO_EXTERNAL_TESTS=1"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|