New package: python-pgpdump-1.5
This commit is contained in:
parent
d72cab98cc
commit
7e959474e1
2 changed files with 26 additions and 0 deletions
25
srcpkgs/python-pgpdump/template
Normal file
25
srcpkgs/python-pgpdump/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'python-pgpdump'
|
||||
pkgname=python-pgpdump
|
||||
version=1.5
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 library for parsing PGP packets"
|
||||
maintainer="Duncaen <mail@duncano.de>"
|
||||
license="BSD"
|
||||
homepage="https://github.com/toofishes/python-pgpdump"
|
||||
distfiles="https://github.com/toofishes/python-pgpdump/archive/${version}.tar.gz"
|
||||
checksum=05383f66e467e855299d1ed51161c6038ac338d9d10bd33476b574dc3bef64ff
|
||||
|
||||
python3.4-pgpdump_package() {
|
||||
noarch=yes
|
||||
depends="python3.4"
|
||||
pycompile_version="3.4"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
}
|
||||
}
|
1
srcpkgs/python3.4-pgpdump
Symbolic link
1
srcpkgs/python3.4-pgpdump
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-pgpdump
|
Loading…
Reference in a new issue