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 21
21
# Current director
22
22
PROJECT_DIR =$(shell pwd)
23
23
24
- BUILD_NUMBER =1
24
+ BUILD_NUMBER =2
25
25
26
26
# Version of packages that will be compiled by this meta-package
27
- PYTHON_VERSION =2.7.12
27
+ PYTHON_VERSION =2.7.13
28
28
PYTHON_VER =$(basename $(PYTHON_VERSION ) )
29
29
30
30
OPENSSL_VERSION_NUMBER =1.0.2
31
- OPENSSL_REVISION =h
31
+ OPENSSL_REVISION =k
32
32
OPENSSL_VERSION =$(OPENSSL_VERSION_NUMBER )$(OPENSSL_REVISION )
33
33
34
34
BZIP2_VERSION =1.0.6
227
227
cp -f $(PROJECT_DIR)/patch/Python/Setup.embedded $$(PYTHON_DIR-$1)/Modules/Setup.embedded
228
228
cd $$(PYTHON_DIR-$1) && PATH=$(PROJECT_DIR)/$(PYTHON_DIR-macOS)/python/bin:$(PATH) ./configure \
229
229
CC="$$(CC-$1)" LD="$$(CC-$1)" \
230
- --host=$$(MACHINE_DETAILED-$1)-apple-ios --build=x86_64-apple-darwin$(shell uname -r) \
230
+ --host=$$(MACHINE_DETAILED-$1)-apple-$(shell echo $2 | tr '[:upper:]' '[:lower:]') \
231
+ --build=x86_64-apple-darwin$(shell uname -r) \
231
232
--prefix=$(PROJECT_DIR)/$$(PYTHON_DIR-$1)/dist \
232
233
--without-pymalloc --without-doc-strings --disable-ipv6 --without-ensurepip \
233
234
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 2.7.12 **.
4
+ **This repository branch builds a packaged version of Python 2.7.13 **.
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/2.7-b1 /Python-2.7-macOS-support.b1 .tar.gz
76
- .. _for iOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7-b1 /Python-2.7-iOS-support.b1 .tar.gz
77
- .. _for tvOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7-b1 /Python-2.7-tvOS-support.b1 .tar.gz
78
- .. _for watchOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7-b1 /Python-2.7-watchOS-support.b1 .tar.gz
76
+ .. _for macOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7-b2 /Python-2.7-macOS-support.b2 .tar.gz
77
+ .. _for iOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7-b2 /Python-2.7-iOS-support.b2 .tar.gz
78
+ .. _for tvOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7-b2 /Python-2.7-tvOS-support.b2 .tar.gz
79
+ .. _for watchOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7-b2 /Python-2.7-watchOS-support.b2 .tar.gz
79
80
80
81
Acknowledgements
81
82
----------------
You can’t perform that action at this time.
0 commit comments