From 7c565b648d9b441e1afb0f3e353eb9393f2d534b Mon Sep 17 00:00:00 2001 From: Rodger Higgins Date: Wed, 29 Jun 2016 16:37:14 -0500 Subject: [PATCH 1/3] Missing the time module --- patch/Python/Setup.embedded | 1 + 1 file changed, 1 insertion(+) diff --git a/patch/Python/Setup.embedded b/patch/Python/Setup.embedded index 3c19d7f..6945bc4 100644 --- a/patch/Python/Setup.embedded +++ b/patch/Python/Setup.embedded @@ -62,6 +62,7 @@ resource resource.c select selectmodule.c syslog syslogmodule.c termios termios.c +time timemodule.c unicodedata unicodedata.c zlib zlibmodule.c -I$(prefix)/include -lz From 028455a871d522b70969d1ea741daa29eb5d417a Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 8 Jul 2016 15:28:04 +0800 Subject: [PATCH 2/3] Updated README to reflect deprecation status. --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index a386cfd..f1b53ef 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,11 @@ Python iOS Support ================== +WARNING: This project is DEPRECATED +----------------------------------- + +**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 iOS, tvOS or watchOS project. From 829f344742abc1f090d37916f33e0548b1a1f114 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 8 Jul 2016 15:37:11 +0800 Subject: [PATCH 3/3] Updated README to reflect deprecation status. --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index f1b53ef..34308bd 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,12 @@ -Python iOS Support -================== - WARNING: This project is DEPRECATED ----------------------------------- -**It has been replaced by the multi-platform `Python-Apple-support`__ package** +It has been replaced by the multi-platform `Python-Apple-support`_ package + +.. _Python-Apple-support: https://github.com/pybee/Python-Apple-support + +Python iOS Support +================== This is a meta-package for building a version of Python that can be embedded into an iOS, tvOS or watchOS project.