mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-pip: added pycompile trigger support for the 3.4 subpkg.
This commit is contained in:
parent
1e9ab2cd6e
commit
847d9c942b
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-pip'
|
# Template file for 'python-pip'
|
||||||
pkgname=python-pip
|
pkgname=python-pip
|
||||||
version=1.5.6
|
version=1.5.6
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="pip-${version}"
|
wrksrc="pip-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python python-setuptools python3.4 python3.4-setuptools"
|
hostmakedepends="python python-setuptools python3.4 python3.4-setuptools"
|
||||||
|
@ -30,6 +30,8 @@ post_install() {
|
||||||
|
|
||||||
python3.4-pip_package() {
|
python3.4-pip_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="pip"
|
||||||
depends="python3.4 python3.4-setuptools"
|
depends="python3.4 python3.4-setuptools"
|
||||||
short_desc="${short_desc//Python2/Python3.4}"
|
short_desc="${short_desc//Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue