Skip to content

Commit

Permalink
Updated patch and README for 2.7-b1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jul 7, 2016
1 parent 1d6a3af commit 3712bb4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ BZIP2_FRAMEWORK-$1=build/$1/BZip2.framework
PYTHON_FRAMEWORK-$1=build/$1/Python.framework
PYTHON_RESOURCES-$1=$$(PYTHON_FRAMEWORK-$1)/Versions/$(PYTHON_VER)/Resources

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

clean-$1:
rm -rf build/$1
Expand Down
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Python Apple Support
====================

**This repository branch builds a packaged version of Python 2.7.12**.
Other Python versions are available by cloning other branches of the main
repository.

This is a meta-package for building a version of Python that can be embedded
into a macOS, iOS, tvOS or watchOS project.

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

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

This repository branch builds a packaged version of **Python 2.7.12**.
Other Python versions are available by cloning other branches of the main
repository.

Quickstart
----------

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

.. _for macOS: https://github.com/pybee/Python-Apple-support/releases/download/2.7.12-b1/Python-2.7.12-macOS-support.b1.tar.gz
.. _for iOS: https://github.com/pybee/Python-Apple-support/releases/download/2.7.12-b1/Python-2.7.12-iOS-support.b1.tar.gz
.. _for tvOS: https://github.com/pybee/Python-Apple-support/releases/download/2.7.12-b1/Python-2.7.12-tvOS-support.b1.tar.gz
.. _for watchOS: https://github.com/pybee/Python-Apple-support/releases/download/2.7.12-b1/Python-2.7.12-watchOS-support.b1.tar.gz
.. _for macOS: https://github.com/pybee/Python-Apple-support/releases/download/2.7-b1/Python-2.7-macOS-support.b1.tar.gz
.. _for iOS: https://github.com/pybee/Python-Apple-support/releases/download/2.7-b1/Python-2.7-iOS-support.b1.tar.gz
.. _for tvOS: https://github.com/pybee/Python-Apple-support/releases/download/2.7-b1/Python-2.7-tvOS-support.b1.tar.gz
.. _for watchOS: https://github.com/pybee/Python-Apple-support/releases/download/2.7-b1/Python-2.7-watchOS-support.b1.tar.gz

Acknowledgements
----------------
Expand Down

0 comments on commit 3712bb4

Please sign in to comment.