python-pip: added pycompile trigger support for the 3.4 subpkg.
This commit is contained in:
parent
1e9ab2cd6e
commit
847d9c942b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-pip'
|
||||
pkgname=python-pip
|
||||
version=1.5.6
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="pip-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python python-setuptools python3.4 python3.4-setuptools"
|
||||
|
@ -30,6 +30,8 @@ post_install() {
|
|||
|
||||
python3.4-pip_package() {
|
||||
noarch="yes"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="pip"
|
||||
depends="python3.4 python3.4-setuptools"
|
||||
short_desc="${short_desc//Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue