New package: python-gnupg-0.4.1
Python wrapper for the GNU Privacy Guard Closes: #7586 [via git-merge-pr]
This commit is contained in:
parent
f6a39ef400
commit
e6c98c894e
3 changed files with 29 additions and 0 deletions
25
srcpkgs/python-gnupg/template
Normal file
25
srcpkgs/python-gnupg/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'python-gnupg'
|
||||
pkgname=python-gnupg
|
||||
version=0.4.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python gnupg"
|
||||
pycompile_module="gnupg.py"
|
||||
short_desc="Python2 wrapper for GnuPG"
|
||||
maintainer="Lon Willett <xgit@lonw.net>"
|
||||
license="GPL-3"
|
||||
homepage="https://bitbucket.org/vinay.sajip/python-gnupg"
|
||||
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=ef47b02eaf41dee3cf4b02ddf83130827318de9fe3eae89d01a3f05859e20e1a
|
||||
|
||||
python3-gnupg_package() {
|
||||
depends="python3 gnupg"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pycompile_module="gnupg.py"
|
||||
noarch=yes
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
3
srcpkgs/python-gnupg/update
Normal file
3
srcpkgs/python-gnupg/update
Normal file
|
@ -0,0 +1,3 @@
|
|||
package="python-gnupg"
|
||||
site="https://pypi.python.org/pypi/python-gnupg"
|
||||
pattern='python-gnupg \K[\d.]+'
|
1
srcpkgs/python3-gnupg
Symbolic link
1
srcpkgs/python3-gnupg
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-gnupg
|
Loading…
Add table
Reference in a new issue