diff options
| author | Michael Forney <mforney@mforney.org> | 2017-02-10 20:10:28 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-02-10 20:12:56 -0800 |
| commit | 806dda2e91dcb07eebf3131c12ba55e3e213a320 (patch) | |
| tree | 34f88a906570a8962beb4742d2df1ea8ce987a40 /pkg/python | |
| parent | a0b389e9f32689103150c3f63b9b29f4a703211b (diff) | |
python: Update lib directory name and VERSION to 3.6
This was accidentally omitted in 1fa2eca8bed8145bcfb877f688be334b3867c3eb.
Diffstat (limited to 'pkg/python')
| -rw-r--r-- | pkg/python/gen.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/python/gen.rc b/pkg/python/gen.rc index 981365c1..e379ed99 100644 --- a/pkg/python/gen.rc +++ b/pkg/python/gen.rc @@ -157,7 +157,7 @@ cc Modules/getpath.c ; defs='-D '''^(\ 'PYTHONPATH='":plat-linux"\ 'PREFIX='"/"\ 'EXEC_PREFIX='"/"\ - 'VERSION='"3.5"\ + 'VERSION='"3.6"\ 'VPATH='""\ )^'''' with cflags '$cflags '$"defs @@ -181,10 +181,10 @@ sym bin/python python3 pylibs=`{grep -v '^#' pylibs.txt} checkstatus for(f in $pylibs) - file lib/python3.5/$f '$srcdir'/Lib/$f 644 -file lib/python3.5/_sysconfigdata_$abiflags^_$platform^_.py '$dir'/lib/_sysconfigdata.py 644 -file lib/python3.5/Makefile '$dir'/lib/Makefile 644 -dir lib/python3.5/lib-dynload 755 + file lib/python3.6/$f '$srcdir'/Lib/$f 644 +file lib/python3.6/_sysconfigdata_$abiflags^_$platform^_.py '$dir'/lib/_sysconfigdata.py 644 +file lib/python3.6/Makefile '$dir'/lib/Makefile 644 +dir lib/python3.6/lib-dynload 755 gen_inputs='$dir'/^(Setup modules.awk pyconfig.h) fetch curl |
