From 847d9c942b044ef8b5c084c18195499a6021ebb0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 18 Jun 2014 11:57:44 +0200 Subject: [PATCH] python-pip: added pycompile trigger support for the 3.4 subpkg. --- srcpkgs/python-pip/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-pip/template b/srcpkgs/python-pip/template index 51029172d07..4a371995bfd 100644 --- a/srcpkgs/python-pip/template +++ b/srcpkgs/python-pip/template @@ -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() {