python-pgpdump: use pycompile_module.
This commit is contained in:
parent
78148bc2bb
commit
f5316e9948
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python-pgpdump'
|
# Template file for 'python-pgpdump'
|
||||||
pkgname=python-pgpdump
|
pkgname=python-pgpdump
|
||||||
version=1.5
|
version=1.5
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
|
pycompile_module="pgpump"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Python2 library for parsing PGP packets"
|
short_desc="Python2 library for parsing PGP packets"
|
||||||
|
@ -18,6 +19,7 @@ python3.4-pgpdump_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="pgpump"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user