python3-PGPy: update to 0.5.4
This commit is contained in:
parent
643c377eed
commit
4ef9518cb8
1 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-PGPy'
|
# Template file for 'python3-PGPy'
|
||||||
pkgname=python3-PGPy
|
pkgname=python3-PGPy
|
||||||
version=0.5.3
|
version=0.5.4
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=PGPy-${version}
|
wrksrc=PGPy-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
|
@ -10,8 +10,10 @@ short_desc="Pretty Good Privacy for Python"
|
||||||
maintainer="Anjandev Momi <anjan@momi.ca>"
|
maintainer="Anjandev Momi <anjan@momi.ca>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/SecurityInnovation/PGPy"
|
homepage="https://github.com/SecurityInnovation/PGPy"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/SecurityInnovation/PGPy/archive/v${version}.tar.gz"
|
||||||
checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
|
checksum=beb2e7745ddebf85a24239aa681fa83a9ab8f8867d7ac55351fb0732279ac4fa
|
||||||
|
# requires progressbar
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue