Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit a04adee

Browse files
committed
Improvements to Python test suite and sample/test project layout.
1 parent 2676f2c commit a04adee

File tree

3 files changed

+587
-261
lines changed

3 files changed

+587
-261
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECTDIR=$(shell pwd)
22

3-
BUILD_NUMBER=1
3+
BUILD_NUMBER=2
44

55
# Version of packages that will be compiled by this meta-package
66
PYTHON_VERSION=3.4.2
@@ -263,4 +263,4 @@ build/Python-$(PYTHON_VERSION)/Python.framework: build downloads/Python-$(PYTHON
263263
cd build/Python-$(PYTHON_VERSION)/iOS && make
264264

265265
dist/Python.framework: dist build/Python-$(PYTHON_VERSION)/Python.framework
266-
cd dist && cp -r ../build/Python-$(PYTHON_VERSION)/Python.framework .
266+
cd dist && mv ../build/Python-$(PYTHON_VERSION)/Python.framework .

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This should:
5252

5353
The build products will be in the `build` directory.
5454

55-
.. _downloaded: https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b1/Python-3.4.2-iOS-support.b1.tar.gz
55+
.. _downloaded: https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b2/Python-3.4.2-iOS-support.b2.tar.gz
5656

5757
Acknowledgements
5858
----------------

0 commit comments

Comments
 (0)