mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-PGPy: update to 0.6.0.
This commit is contained in:
parent
0cf67cbaf6
commit
8a14a1aace
1 changed files with 4 additions and 5 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'python3-PGPy'
|
# Template file for 'python3-PGPy'
|
||||||
pkgname=python3-PGPy
|
pkgname=python3-PGPy
|
||||||
version=0.5.4
|
version=0.6.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-cryptography python3-pyasn1 python3-six"
|
depends="python3-cryptography python3-pyasn1 python3-six"
|
||||||
|
checkdepends="python3-pytest python3-progressbar $depends"
|
||||||
short_desc="Pretty Good Privacy for Python"
|
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="https://github.com/SecurityInnovation/PGPy/archive/v${version}.tar.gz"
|
distfiles="https://github.com/SecurityInnovation/PGPy/archive/v${version}.tar.gz"
|
||||||
checksum=beb2e7745ddebf85a24239aa681fa83a9ab8f8867d7ac55351fb0732279ac4fa
|
checksum=33028fc2c47718a9215311bb22d6fed042074afbc91bf4e9764fdf0df54fc2b3
|
||||||
# requires progressbar
|
|
||||||
make_check=no
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue