mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-gnupg: update to 0.5.1.
This commit is contained in:
parent
b6f0550f56
commit
796b4d9aac
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-gnupg'
|
# Template file for 'python3-gnupg'
|
||||||
pkgname=python3-gnupg
|
pkgname=python3-gnupg
|
||||||
version=0.5.0
|
version=0.5.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
|
@ -9,9 +9,10 @@ checkdepends="${depends} python3-pytest"
|
||||||
short_desc="Python3 wrapper for GnuPG"
|
short_desc="Python3 wrapper for GnuPG"
|
||||||
maintainer="Lon Willett <xgit@lonw.net>"
|
maintainer="Lon Willett <xgit@lonw.net>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/vsajip/python-gnupg"
|
homepage="https://docs.red-dove.com/python-gnupg/"
|
||||||
|
changelog="https://github.com/vsajip/python-gnupg#change-log"
|
||||||
distfiles="${PYPI_SITE}/p/python-gnupg/python-gnupg-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/python-gnupg/python-gnupg-${version}.tar.gz"
|
||||||
checksum=70758e387fc0e0c4badbcb394f61acbe68b34970a8fed7e0f7c89469fe17912a
|
checksum=5674bad4e93876c0b0d3197e314d7f942d39018bf31e2b833f6788a6813c3fb8
|
||||||
make_check_pre="env NO_EXTERNAL_TESTS=1"
|
make_check_pre="env NO_EXTERNAL_TESTS=1"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue