Skip to content

Commit

Permalink
Updated Makefile and README for 3.4-b2
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jan 27, 2017
1 parent cbd0f43 commit b6bb901
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
# Current director
PROJECT_DIR=$(shell pwd)

BUILD_NUMBER=1
BUILD_NUMBER=2

# Version of packages that will be compiled by this meta-package
PYTHON_VERSION=3.4.5
PYTHON_VERSION=3.4.6
PYTHON_VER=$(basename $(PYTHON_VERSION))

OPENSSL_VERSION_NUMBER=1.0.2
OPENSSL_REVISION=h
OPENSSL_REVISION=k
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)

BZIP2_VERSION=1.0.6
Expand Down Expand Up @@ -265,7 +265,8 @@ else
cp -f $(PROJECT_DIR)/patch/Python/Setup.embedded $$(PYTHON_DIR-$1)/Modules/Setup.embedded
cd $$(PYTHON_DIR-$1) && PATH=$(PROJECT_DIR)/$(PYTHON_DIR-macOS)/python/bin:$(PATH) ./configure \
CC="$$(CC-$1)" LD="$$(CC-$1)" \
--host=$$(MACHINE_DETAILED-$1)-apple-ios --build=x86_64-apple-darwin$(shell uname -r) \
--host=$$(MACHINE_DETAILED-$1)-apple-$(shell echo $2 | tr '[:upper:]' '[:lower:]') \
--build=x86_64-apple-darwin$(shell uname -r) \
--prefix=$(PROJECT_DIR)/$$(PYTHON_DIR-$1)/dist \
--without-pymalloc --without-doc-strings --disable-ipv6 --without-ensurepip \
ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no \
Expand Down
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python Apple Support
====================

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

Expand All @@ -27,6 +27,7 @@ for watchOS. This should enable the code to run on:
- iPhone 6 Plus
- iPhone 6s
- iPhone 6s Plus
- iPhone 7
* iPad Pro
* iPad
- iPad 2
Expand Down Expand Up @@ -72,10 +73,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/3.4-b1/Python-3.4-macOS-support.b1.tar.gz
.. _for iOS: https://github.com/pybee/Python-Apple-support/releases/download/3.4-b1/Python-3.4-iOS-support.b1.tar.gz
.. _for tvOS: https://github.com/pybee/Python-Apple-support/releases/download/3.4-b1/Python-3.4-tvOS-support.b1.tar.gz
.. _for watchOS: https://github.com/pybee/Python-Apple-support/releases/download/3.4-b1/Python-3.4-watchOS-support.b1.tar.gz
.. _for macOS: https://github.com/pybee/Python-Apple-support/releases/download/3.4-b2/Python-3.4-macOS-support.b2.tar.gz
.. _for iOS: https://github.com/pybee/Python-Apple-support/releases/download/3.4-b2/Python-3.4-iOS-support.b2.tar.gz
.. _for tvOS: https://github.com/pybee/Python-Apple-support/releases/download/3.4-b2/Python-3.4-tvOS-support.b2.tar.gz
.. _for watchOS: https://github.com/pybee/Python-Apple-support/releases/download/3.4-b2/Python-3.4-watchOS-support.b2.tar.gz

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

0 comments on commit b6bb901

Please sign in to comment.