21 lines
681 B
Bash
21 lines
681 B
Bash
# Template file for 'python3-gnupg'
|
|
pkgname=python3-gnupg
|
|
version=0.4.9
|
|
revision=2
|
|
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/${pkgname/3/}/${pkgname/3/}-${version}.tar.gz"
|
|
checksum=aaa748795572591aaf127b4ac8985684f3673ff82b39f370c836b006e68fc537
|
|
make_check_pre="env NO_EXTERNAL_TESTS=1"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|