Skip to content

Commit c770a16

Browse files
committed
initial cut at 3.5 branch.
1 parent e406e72 commit c770a16

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=2
2929

3030
# Version of packages that will be compiled by this meta-package
31-
PYTHON_VERSION=3.5.1
31+
PYTHON_VERSION=3.5.2
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.5.2**.
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.5.1**.
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.5.1-b2/Python-3.5.1-macOS-support.b2.tar.gz
76-
.. _for iOS: https://github.com/pybee/Python-Apple-support/releases/download/3.5.1-b2/Python-3.5.1-iOS-support.b2.tar.gz
77-
.. _for tvOS: https://github.com/pybee/Python-Apple-support/releases/download/3.5.1-b2/Python-3.5.1-tvOS-support.b2.tar.gz
78-
.. _for watchOS: https://github.com/pybee/Python-Apple-support/releases/download/3.5.1-b2/Python-3.5.1-watchOS-support.b2.tar.gz
75+
.. _for macOS: https://github.com/pybee/Python-Apple-support/releases/download/3.5-b1/Python-3.5-macOS-support.b1.tar.gz
76+
.. _for iOS: https://github.com/pybee/Python-Apple-support/releases/download/3.5-b1/Python-3.5-iOS-support.b1.tar.gz
77+
.. _for tvOS: https://github.com/pybee/Python-Apple-support/releases/download/3.5-b1/Python-3.5-tvOS-support.b1.tar.gz
78+
.. _for watchOS: https://github.com/pybee/Python-Apple-support/releases/download/3.5-b1/Python-3.5-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)