Skip to content

Commit 91a20d2

Browse files
committed
Initial cut at 3.4 version.
1 parent 152a498 commit 91a20d2

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PROJECT_DIR=$(shell pwd)
2828
BUILD_NUMBER=6
2929

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

3434
OPENSSL_VERSION_NUMBER=1.0.2

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Python Apple Support
22
====================
33

4+
**This repository branch builds a packaged version of Python 3.4.5**.
5+
Other Python versions are available by cloning other branches of the main
6+
repository.
7+
48
This is a meta-package for building a version of Python that can be embedded
59
into a macOS, iOS, tvOS or watchOS project.
610

7-
It works by downloading, patching, and building a fat binary OpenSSL and
8-
Python, and packaging them both in Apple Framework format.
11+
It works by downloading, patching, and building a fat binary of Python and
12+
selected pre-requisites, and packaging them both in Apple Framework format.
913

1014
The binaries support the ``$(ARCHS_STANDARD)`` set - that is, x86_64 for
1115
macOS, armv7 and arm64 for iOS devices, arm64 for appleTV devices, and armv7k
@@ -44,10 +48,6 @@ for watchOS. This should enable the code to run on:
4448
- 4th gen
4549
* Apple Watch
4650

47-
This repository branch builds a packaged version of **Python 3.4.2**.
48-
Other Python versions are available by cloning other branches of the main
49-
repository.
50-
5151
Quickstart
5252
----------
5353

@@ -72,10 +72,10 @@ This should:
7272
The build products will be in the `build` directory; the compiled frameworks
7373
will be in the `dist` directory.
7474

75-
.. _for macOS: https://github.com/pybee/Python-Apple-support/releases/download/3.4.2-b6/Python-3.4.2-macOS-support.b6.tar.gz
76-
.. _for iOS: https://github.com/pybee/Python-Apple-support/releases/download/3.4.2-b6/Python-3.4.2-iOS-support.b6.tar.gz
77-
.. _for tvOS: https://github.com/pybee/Python-Apple-support/releases/download/3.4.2-b6/Python-3.4.2-tvOS-support.b6.tar.gz
78-
.. _for watchOS: https://github.com/pybee/Python-Apple-support/releases/download/3.4.2-b6/Python-3.4.2-watchOS-support.b6.tar.gz
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
7979

8080
Acknowledgements
8181
----------------

patch/Python/Setup.embedded

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ resource resource.c
6262
select selectmodule.c
6363
syslog syslogmodule.c
6464
termios termios.c
65+
time timemodule.c
6566
unicodedata unicodedata.c
6667
zlib zlibmodule.c -I$(prefix)/include -lz
6768

0 commit comments

Comments
 (0)