From f5316e99489b74d263815b793345b5e49d1d70d1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 6 Feb 2015 09:27:25 +0100 Subject: [PATCH] python-pgpdump: use pycompile_module. --- srcpkgs/python-pgpdump/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template index b2feb250c6c..dcff3587916 100644 --- a/srcpkgs/python-pgpdump/template +++ b/srcpkgs/python-pgpdump/template @@ -1,10 +1,11 @@ # Template file for 'python-pgpdump' pkgname=python-pgpdump version=1.5 -revision=1 +revision=2 noarch=yes build_style=python-module python_versions="2.7 3.4" +pycompile_module="pgpump" hostmakedepends="python-setuptools python3.4-setuptools" depends="python" short_desc="Python2 library for parsing PGP packets" @@ -18,6 +19,7 @@ python3.4-pgpdump_package() { noarch=yes depends="python3.4" pycompile_version="3.4" + pycompile_module="pgpump" short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4