It has been replaced by the multi-platform Python-Apple-support package
This is a meta-package for building a version of Python that can be embedded into an OS/X app.
It works by downloading, patching, and building OpenSSL and Python.
This repository branch builds a packaged version of Python 3.4.2. Other Python versions are available by cloning other branches of the main repository.
Pre-built versions of the frameworks can be downloaded, and added to your OS/X project.
Alternatively, to build the frameworks on your own, download/clone this repository, and then in the root directory, and run:
$ make
This should:
- Download the original source packages
- Patch them as required for OS/X compatibility
- Build the packages.
The build products will be in the build directory.