python-gnupg: update to 0.4.4.
This commit is contained in:
parent
c9a18ce662
commit
bd19bfcbee
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python-gnupg'
|
# Template file for 'python-gnupg'
|
||||||
pkgname=python-gnupg
|
pkgname=python-gnupg
|
||||||
version=0.4.3
|
version=0.4.4
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
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"
|
||||||
pycompile_module="gnupg.py"
|
|
||||||
short_desc="Python2 wrapper for GnuPG"
|
short_desc="Python2 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://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=2d158dfc6b54927752b945ebe57e6a0c45da27747fa3b9ae66eccc0d2147ac0d
|
checksum=45daf020b370bda13a1429c859fcdff0b766c0576844211446f9266cae97fb0e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
package="python-gnupg"
|
|
||||||
site="https://pypi.org/project/python-gnupg/"
|
site="https://pypi.org/project/python-gnupg/"
|
||||||
pattern='python-gnupg \K[\d.]+'
|
|
||||||
|
|
Loading…
Reference in New Issue