Skip to content

Commit 1b2efc8

Browse files
author
stonebig
committed
update numbering to python3.4.3
1 parent 0ea833a commit 1b2efc8

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

make.py

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,9 +1153,9 @@ def make_all(build_number, release_level, pyver,
11531153
# DO create only what version at a time
11541154
# You may have to manually delete previous build\winpython-.. directory
11551155

1156-
make_all(5, '', pyver='3.4', rootdir=r'D:\Winpython',
1156+
make_all(1, '', pyver='3.4', rootdir=r'D:\Winpython',
11571157
verbose=False, archis=(32, ))
1158-
#make_all(5, '', pyver='3.4', rootdir=r'D:\Winpython',
1158+
#make_all(1, '', pyver='3.4', rootdir=r'D:\Winpython',
11591159
# verbose=False, archis=(64, ), flavor='')
11601160
#make_all(6, '', pyver='3.3', rootdir=r'D:\Winpython',
11611161
# verbose=False, archis=(32, ))
@@ -1167,15 +1167,19 @@ def make_all(build_number, release_level, pyver,
11671167
# verbose=False, archis=(64, ))
11681168
#make_all(3, '', pyver='2.7', rootdir=r'D:\Winpython',
11691169
# verbose=False, archis=(64, ), flavor='FlavorRfull')
1170-
#make_all(5, '', pyver='3.4', rootdir=r'D:\Winpython',
1170+
#make_all(1, '', pyver='3.4', rootdir=r'D:\Winpython',
11711171
# verbose=False, archis=(64, ), flavor='FlavorIgraph')
1172-
#make_all(5, '', pyver='3.4', rootdir=r'D:\Winpython',
1172+
#make_all(1, '', pyver='3.4', rootdir=r'D:\Winpython',
11731173
# verbose=False, archis=(32, ), flavor='FlavorKivy')
1174-
#make_all(5, '', pyver='3.4', rootdir=r'D:\Winpython',
1174+
#make_all(15, '', pyver='3.4', rootdir=r'D:\Winpython',
11751175
# verbose=False, archis=(32, ), flavor='FlavorRfull')
1176-
#make_all(5, '', pyver='3.4', rootdir=r'D:\Winpython',
1176+
#make_all(15, '', pyver='3.4', rootdir=r'D:\Winpython',
11771177
# verbose=False, archis=(64, ), flavor='FlavorRfull')
1178-
#make_all(5, '', pyver='3.4', rootdir=r'D:\Winpython',
1178+
# make_all(1, '', pyver='3.4', rootdir=r'D:\Winpython',
11791179
# verbose=False, archis=(32, ), flavor='FlavorJulia')
1180-
#make_all(5, '', pyver='3.4', rootdir=r'D:\Winpython',
1180+
#make_all(3, '', pyver='2.7', rootdir=r'D:\Winpython',
1181+
# verbose=False, archis=(32, ), flavor='FlavorJulia')
1182+
#make_all(1, '', pyver='3.4', rootdir=r'D:\Winpython',
11811183
# verbose=False, archis=(64, ), flavor='FlavorJulia')
1184+
#make_all(1, '', pyver='3.4', rootdir=r'D:\Winpython',
1185+
# verbose=False, archis=(32, ), flavor='FlavorRJulia')

0 commit comments

Comments
 (0)