~dricottone/huttese-apk

a755caa141004994f486c39aaa89338ea06ee223 — Drew DeVault 3 years ago 183f516
py3-pgpy: add wheel dependency
1 files changed, 2 insertions(+), 2 deletions(-)

M sr.ht/py3-pgpy/APKBUILD
M sr.ht/py3-pgpy/APKBUILD => sr.ht/py3-pgpy/APKBUILD +2 -2
@@ 2,13 2,13 @@
pkgname=py3-pgpy
_pyname=PGPy
pkgver=0.5.3
pkgrel=0
pkgrel=1
pkgdesc="Pretty Good Privacy for Python - a pure Python OpenPGP implementation"
url="https://github.com/SecurityInnovation/PGPy"
arch="noarch"
license="BSD"
depends="py3-cryptography py3-six py3-asn1"
makedepends="py3-setuptools"
makedepends="py3-setuptools py3-wheel"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"