Skip to content

Commit 3712bb4

Browse files
committed
Updated patch and README for 2.7-b1 release
1 parent 1d6a3af commit 3712bb4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ BZIP2_FRAMEWORK-$1=build/$1/BZip2.framework
271271
PYTHON_FRAMEWORK-$1=build/$1/Python.framework
272272
PYTHON_RESOURCES-$1=$$(PYTHON_FRAMEWORK-$1)/Versions/$(PYTHON_VER)/Resources
273273

274-
$1: dist/Python-$(PYTHON_VERSION)-$1-support.b$(BUILD_NUMBER).tar.gz
274+
$1: dist/Python-$(PYTHON_VER)-$1-support.b$(BUILD_NUMBER).tar.gz
275275

276276
clean-$1:
277277
rm -rf build/$1

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

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

0 commit comments

Comments
 (0)