mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-gnupg: update to 0.4.5
This commit is contained in:
parent
54b89e0bbb
commit
8deec544f9
1 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'python-gnupg'
|
# Template file for 'python-gnupg'
|
||||||
pkgname=python-gnupg
|
pkgname=python-gnupg
|
||||||
version=0.4.5
|
version=0.4.6
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="gnupg.py"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python gnupg"
|
depends="python gnupg"
|
||||||
short_desc="Python2 wrapper for GnuPG"
|
short_desc="Python2 wrapper for GnuPG"
|
||||||
|
@ -12,7 +11,7 @@ maintainer="Lon Willett <xgit@lonw.net>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://bitbucket.org/vinay.sajip/python-gnupg"
|
homepage="https://bitbucket.org/vinay.sajip/python-gnupg"
|
||||||
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=3353e59949cd2c15efbf1fca45e347d8a22f4bed0d93e9b89b2657bda19cec05
|
checksum=3aa0884b3bd414652c2385b9df39e7b87272c2eca1b8fcc3089bc9e58652019a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
@ -21,7 +20,6 @@ post_install() {
|
||||||
python3-gnupg_package() {
|
python3-gnupg_package() {
|
||||||
depends="python3 gnupg"
|
depends="python3 gnupg"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pycompile_module="gnupg.py"
|
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Reference in a new issue