File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 25
25
# Current director
26
26
PROJECT_DIR =$(shell pwd)
27
27
28
- BUILD_NUMBER =1
28
+ BUILD_NUMBER =2
29
29
30
30
# Version of packages that will be compiled by this meta-package
31
- PYTHON_VERSION =3.4.5
31
+ PYTHON_VERSION =3.4.6
32
32
PYTHON_VER =$(basename $(PYTHON_VERSION ) )
33
33
34
34
OPENSSL_VERSION_NUMBER =1.0.2
35
- OPENSSL_REVISION =h
35
+ OPENSSL_REVISION =k
36
36
OPENSSL_VERSION =$(OPENSSL_VERSION_NUMBER )$(OPENSSL_REVISION )
37
37
38
38
BZIP2_VERSION =1.0.6
265
265
cp -f $(PROJECT_DIR)/patch/Python/Setup.embedded $$(PYTHON_DIR-$1)/Modules/Setup.embedded
266
266
cd $$(PYTHON_DIR-$1) && PATH=$(PROJECT_DIR)/$(PYTHON_DIR-macOS)/python/bin:$(PATH) ./configure \
267
267
CC="$$(CC-$1)" LD="$$(CC-$1)" \
268
- --host=$$(MACHINE_DETAILED-$1)-apple-ios --build=x86_64-apple-darwin$(shell uname -r) \
268
+ --host=$$(MACHINE_DETAILED-$1)-apple-$(shell echo $2 | tr '[:upper:]' '[:lower:]') \
269
+ --build=x86_64-apple-darwin$(shell uname -r) \
269
270
--prefix=$(PROJECT_DIR)/$$(PYTHON_DIR-$1)/dist \
270
271
--without-pymalloc --without-doc-strings --disable-ipv6 --without-ensurepip \
271
272
ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no \
Original file line number Diff line number Diff line change 1
1
Python Apple Support
2
2
====================
3
3
4
- **This repository branch builds a packaged version of Python 3.4.5 **.
4
+ **This repository branch builds a packaged version of Python 3.4.6 **.
5
5
Other Python versions are available by cloning other branches of the main
6
6
repository.
7
7
@@ -27,6 +27,7 @@ for watchOS. This should enable the code to run on:
27
27
- iPhone 6 Plus
28
28
- iPhone 6s
29
29
- iPhone 6s Plus
30
+ - iPhone 7
30
31
* iPad Pro
31
32
* iPad
32
33
- iPad 2
@@ -72,10 +73,10 @@ This should:
72
73
The build products will be in the `build ` directory; the compiled frameworks
73
74
will be in the `dist ` directory.
74
75
75
- .. _for macOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4-b1 /Python-3.4-macOS-support.b1 .tar.gz
76
- .. _for iOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4-b1 /Python-3.4-iOS-support.b1 .tar.gz
77
- .. _for tvOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4-b1 /Python-3.4-tvOS-support.b1 .tar.gz
78
- .. _for watchOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4-b1 /Python-3.4-watchOS-support.b1 .tar.gz
76
+ .. _for macOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4-b2 /Python-3.4-macOS-support.b2 .tar.gz
77
+ .. _for iOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4-b2 /Python-3.4-iOS-support.b2 .tar.gz
78
+ .. _for tvOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4-b2 /Python-3.4-tvOS-support.b2 .tar.gz
79
+ .. _for watchOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4-b2 /Python-3.4-watchOS-support.b2 .tar.gz
79
80
80
81
Acknowledgements
81
82
----------------
You can’t perform that action at this time.
0 commit comments