File tree Expand file tree Collapse file tree 4 files changed +13
-54
lines changed Expand file tree Collapse file tree 4 files changed +13
-54
lines changed Original file line number Diff line number Diff line change 1- --- Makefile.in.orig 2016-07-04 09 :09:18 .000000000 -0500
2- +++ Makefile.in 2016-07-04 09: 12:30 .000000000 -0500
3- @@ -266 ,7 +266 ,7 @@
1+ --- Makefile.in.orig 2016-07-04 12 :09:05 .000000000 -0500
2+ +++ Makefile.in 2016-07-04 12:08:35 .000000000 -0500
3+ @@ -236 ,7 +236 ,7 @@
44 else true; \
55 fi; \
66 done
99 if test -f libpython$(VERSION).so; then \
1010 $(INSTALL_DATA) libpython$(VERSION).so $(LIBDIR); \
1111 else true; \
12- @@ -346 ,15 +346 ,15 @@
12+ @@ -317 ,15 +317 ,15 @@
1313 done; \
1414 done
1515 PYTHONPATH=$(LIBDEST) \
16- - ./python$(EXE) $(LIBDEST)/compileall.py $(LIBDEST)
17- + ./Python/python$(EXE) $(LIBDEST)/compileall.py $(LIBDEST)
16+ - ./python$(EXE) -t $(LIBDEST)/compileall.py $(LIBDEST)
17+ + ./Python/python$(EXE) -t $(LIBDEST)/compileall.py $(LIBDEST)
1818 PYTHONPATH=$(LIBDEST) \
1919- ./python$(EXE) -O $(LIBDEST)/compileall.py $(LIBDEST)
2020+ ./Python/python$(EXE) -O $(LIBDEST)/compileall.py $(LIBDEST)
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ make install
99# No shared modules are compiled by default. Create an empty lib-dynload
1010# directory to suppress the "Could not find platform dependent libraries"
1111# message
12- mkdir -p $PREFIX /lib/python1.5 /lib-dynload
13- touch $PREFIX /lib/python1.5 /lib-dynload/empty
12+ mkdir -p $PREFIX /lib/python1.6 /lib-dynload
13+ touch $PREFIX /lib/python1.6 /lib-dynload/empty
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11package :
22 name : python
3- version : 1.5.2
3+ version : 1.6
44
55source :
6- fn : python-1.5 .tar.gz
7- url : http://legacy.python.org/download/releases/src/python-1.5.2 .tar.gz
8- sha256 : c6651472e64b177bd71f5ade29b65b784faa7ca121430d735f6426bc52ab6265
6+ fn : python-1.6 .tar.gz
7+ url : http://legacy.python.org/download/releases/src/python-1.6 .tar.gz
8+ sha256 : 993f961579e719f2be996b74ddcc6e90e2dda023a980da20eb7fc3b6e37ca5d4
99 patches :
10- # Modules/fileobject.c defines a getline function which conflicts with the
11- # one in stdio.h, rename the function in the file to _getline
12- - fileobject_getline.patch
1310 # OS X uses a file insensitive filesystem so the python binary is not
1411 # copied out of the Python directory, adjust the Makefile for this
1512 - Makefile.in_python_path.patch # [osx]
2421test :
2522 commands :
2623 - python -c "import sys; print sys.version"
27- - python1.5 -c "import sys; print sys.version"
24+ - python1.6 -c "import sys; print sys.version"
2825 - python -c "import sys; print sys.path"
2926 # struct is a compiled module
3027 - python -c "import struct"
You can’t perform that action at this time.
0 commit comments