File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
name : ' macOS 10.10 [GOAL: deploy] [no functional tests]'
159
159
env : >-
160
160
HOST=x86_64-apple-darwin14
161
- PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python3-dev python3-setuptools-git "
161
+ PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python3-dev python3-setuptools"
162
162
OSX_SDK=10.11
163
163
RUN_UNIT_TESTS=false
164
164
RUN_FUNCTIONAL_TESTS=false
Original file line number Diff line number Diff line change 67
67
if test -n "@CXX@" -a -z "${CXX}"; then
68
68
CXX="@CXX@"
69
69
fi
70
- PYTHONPATH=$depends_prefix/native/lib/python /dist-packages:$PYTHONPATH
70
+ PYTHONPATH=$depends_prefix/native/lib/python3 /dist-packages:$PYTHONPATH
71
71
72
72
if test -n "@AR@"; then
73
73
AR=@AR@
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ $(package)_version=1.0.3
3
3
$(package)_download_path =https://bitbucket.org/wooster/biplist/downloads
4
4
$(package)_file_name =biplist-$($(package ) _version) .tar.gz
5
5
$(package)_sha256_hash =4c0549764c5fe50b28042ec21aa2e14fe1a2224e239a1dae77d9e7f3932aa4c6
6
- $(package)_install_libdir =$(build_prefix ) /lib/python /dist-packages
6
+ $(package)_install_libdir =$(build_prefix ) /lib/python3 /dist-packages
7
7
8
8
define $(package)_build_cmds
9
- python setup.py build
9
+ python3 setup.py build
10
10
endef
11
11
12
12
define $(package)_stage_cmds
13
13
mkdir -p $($(package ) _install_libdir) && \
14
- python setup.py install --root=$($(package ) _staging_dir) --prefix=$(build_prefix ) --install-lib=$($(package ) _install_libdir)
14
+ python3 setup.py install --root=$($(package ) _staging_dir) --prefix=$(build_prefix ) --install-lib=$($(package ) _install_libdir)
15
15
endef
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ $(package)_version=1.1.2
3
3
$(package)_download_path =https://github.com/al45tair/ds_store/archive/
4
4
$(package)_file_name =v$($(package ) _version) .tar.gz
5
5
$(package)_sha256_hash =3b3ecb7bf0a5157f5b6010bc3af7c141fb0ad3527084e63336220d22744bc20c
6
- $(package)_install_libdir =$(build_prefix ) /lib/python /dist-packages
6
+ $(package)_install_libdir =$(build_prefix ) /lib/python3 /dist-packages
7
7
$(package)_dependencies =native_biplist
8
8
9
9
define $(package)_build_cmds
10
- python setup.py build
10
+ python3 setup.py build
11
11
endef
12
12
13
13
define $(package)_stage_cmds
14
14
mkdir -p $($(package ) _install_libdir) && \
15
- python setup.py install --root=$($(package ) _staging_dir) --prefix=$(build_prefix ) --install-lib=$($(package ) _install_libdir)
15
+ python3 setup.py install --root=$($(package ) _staging_dir) --prefix=$(build_prefix ) --install-lib=$($(package ) _install_libdir)
16
16
endef
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ $(package)_version=2.0.7
3
3
$(package)_download_path =https://github.com/al45tair/mac_alias/archive/
4
4
$(package)_file_name =v$($(package ) _version) .tar.gz
5
5
$(package)_sha256_hash =6f606d3b6bccd2112aeabf1a063f5b5ece87005a5d7e97c8faca23b916e88838
6
- $(package)_install_libdir =$(build_prefix ) /lib/python /dist-packages
6
+ $(package)_install_libdir =$(build_prefix ) /lib/python3 /dist-packages
7
7
8
8
define $(package)_build_cmds
9
- python setup.py build
9
+ python3 setup.py build
10
10
endef
11
11
12
12
define $(package)_stage_cmds
13
13
mkdir -p $($(package ) _install_libdir) && \
14
- python setup.py install --root=$($(package ) _staging_dir) --prefix=$(build_prefix ) --install-lib=$($(package ) _install_libdir)
14
+ python3 setup.py install --root=$($(package ) _staging_dir) --prefix=$(build_prefix ) --install-lib=$($(package ) _install_libdir)
15
15
endef
You can’t perform that action at this time.
0 commit comments