File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121# Current director
2222PROJECT_DIR =$(shell pwd)
2323
24- BUILD_NUMBER =1
24+ BUILD_NUMBER =2
2525
2626# Version of packages that will be compiled by this meta-package
27- PYTHON_VERSION =2.7.12
27+ PYTHON_VERSION =2.7.13
2828PYTHON_VER =$(basename $(PYTHON_VERSION ) )
2929
3030OPENSSL_VERSION_NUMBER =1.0.2
31- OPENSSL_REVISION =h
31+ OPENSSL_REVISION =k
3232OPENSSL_VERSION =$(OPENSSL_VERSION_NUMBER )$(OPENSSL_REVISION )
3333
3434BZIP2_VERSION =1.0.6
227227 cp -f $(PROJECT_DIR)/patch/Python/Setup.embedded $$(PYTHON_DIR-$1)/Modules/Setup.embedded
228228 cd $$(PYTHON_DIR-$1) && PATH=$(PROJECT_DIR)/$(PYTHON_DIR-macOS)/python/bin:$(PATH) ./configure \
229229 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) \
231232 --prefix=$(PROJECT_DIR)/$$(PYTHON_DIR-$1)/dist \
232233 --without-pymalloc --without-doc-strings --disable-ipv6 --without-ensurepip \
233234 ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no \
Original file line number Diff line number Diff line change 11Python Apple Support
22====================
33
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 **.
55Other Python versions are available by cloning other branches of the main
66repository.
77
@@ -27,6 +27,7 @@ for watchOS. This should enable the code to run on:
2727 - iPhone 6 Plus
2828 - iPhone 6s
2929 - iPhone 6s Plus
30+ - iPhone 7
3031* iPad Pro
3132* iPad
3233 - iPad 2
@@ -72,10 +73,10 @@ This should:
7273The build products will be in the `build ` directory; the compiled frameworks
7374will be in the `dist ` directory.
7475
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
7980
8081Acknowledgements
8182----------------
You can’t perform that action at this time.
0 commit comments