From 85dddcdcd48bf31fd85baf63ea94147ddd40f42c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Mar 2018 08:01:56 +0000 Subject: community/xkcdpass: upgrade to 1.16.3 --- community/xkcdpass/APKBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'community') diff --git a/community/xkcdpass/APKBUILD b/community/xkcdpass/APKBUILD index 8368c3e920..f2de7a05cf 100644 --- a/community/xkcdpass/APKBUILD +++ b/community/xkcdpass/APKBUILD @@ -1,19 +1,23 @@ # Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=xkcdpass -pkgver=1.16.2 +pkgver=1.16.3 pkgrel=0 pkgdesc="Generate secure multiword passwords/passphrases" url="https://github.com/redacted/XKCD-password-generator" arch="noarch" license="BSD-3-Clause" depends="py3-xkcdpass" -makedepends="python3-dev" -checkdepends="python2" +makedepends="python3-dev py3-setuptools" subpackages="py3-$pkgname:py3" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver +prepare() { + cd "$builddir" + sed -i 's/python/python3/g' tests/test_xkcdpass.py +} + build() { cd "$builddir" python3 setup.py build @@ -36,4 +40,4 @@ py3() { mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/ } -sha512sums="0f39a5b0bf1cb5c799cc7adbb115dcdc766e3d8530e88b49c1089a6b97ea71fdd0877f154677bae509e0250a11ad93dffaae6efa00d0813081456a74490623e5 xkcdpass-1.16.2.tar.gz" +sha512sums="cc216244bc1fa75e286369432c9d3dd92ad150a752d8d58bcf461bf2f1eaf535054b8c92259b66217fad0ec1030e53b52429721c8d2b920a23813e9737955fe3 xkcdpass-1.16.3.tar.gz" -- cgit v1.2.3