Skip to content

Commit b6bb901

Browse files
committed
Updated Makefile and README for 3.4-b2
1 parent cbd0f43 commit b6bb901

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
@@ -25,14 +25,14 @@
2525
# Current director
2626
PROJECT_DIR=$(shell pwd)
2727

28-
BUILD_NUMBER=1
28+
BUILD_NUMBER=2
2929

3030
# Version of packages that will be compiled by this meta-package
31-
PYTHON_VERSION=3.4.5
31+
PYTHON_VERSION=3.4.6
3232
PYTHON_VER=$(basename $(PYTHON_VERSION))
3333

3434
OPENSSL_VERSION_NUMBER=1.0.2
35-
OPENSSL_REVISION=h
35+
OPENSSL_REVISION=k
3636
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
3737

3838
BZIP2_VERSION=1.0.6
@@ -265,7 +265,8 @@ else
265265
cp -f $(PROJECT_DIR)/patch/Python/Setup.embedded $$(PYTHON_DIR-$1)/Modules/Setup.embedded
266266
cd $$(PYTHON_DIR-$1) && PATH=$(PROJECT_DIR)/$(PYTHON_DIR-macOS)/python/bin:$(PATH) ./configure \
267267
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) \
269270
--prefix=$(PROJECT_DIR)/$$(PYTHON_DIR-$1)/dist \
270271
--without-pymalloc --without-doc-strings --disable-ipv6 --without-ensurepip \
271272
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 3.4.5**.
4+
**This repository branch builds a packaged version of Python 3.4.6**.
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/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
7980

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

0 commit comments

Comments
 (0)