Skip to content

Commit eab3688

Browse files
committed
Updated Makefile and README for 2.7-b2
1 parent c7ce7ff commit eab3688

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Makefile

+5-4
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
# Current director
2222
PROJECT_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
2828
PYTHON_VER=$(basename $(PYTHON_VERSION))
2929

3030
OPENSSL_VERSION_NUMBER=1.0.2
31-
OPENSSL_REVISION=h
31+
OPENSSL_REVISION=k
3232
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
3333

3434
BZIP2_VERSION=1.0.6
@@ -227,7 +227,8 @@ else
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 \

README.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python 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**.
55
Other Python versions are available by cloning other branches of the main
66
repository.
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:
7273
The build products will be in the `build` directory; the compiled frameworks
7374
will 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

8081
Acknowledgements
8182
----------------

0 commit comments

Comments
 (0)