File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,22 +3,22 @@ PACKAGE=trepan3k
33
44# FIXME put some of the below in a common routine
55function finish {
6- cd $make_dist_32_owd
6+ cd $make_dist_33_owd
77}
88
9- make_trepan_dist_32_owd =$( pwd)
9+ make_trepan_dist_33_owd =$( pwd)
1010trap finish EXIT
1111
1212cd $( dirname ${BASH_SOURCE[0]} )
1313
14- if ! source ./pyenv-3.2 -3.5-versions ; then
14+ if ! source ./pyenv-3.3 -3.5-versions ; then
1515 exit $?
1616fi
17- if ! source ./setup-python-3.2 .sh ; then
17+ if ! source ./setup-python-3.3 .sh ; then
1818 exit $?
1919fi
2020
21- . ./setup-python-3.2 .sh
21+ . ./setup-python-3.3 .sh
2222
2323cd ..
2424source trepan/version.py
@@ -51,6 +51,6 @@ python ./setup.py sdist
5151tarball=dist/${PACKAGE} -${__version__} .tar.gz
5252
5353if [[ -f $tarball ]]; then
54- mv -v $tarball dist/${PACKAGE} _32 -${__version__} .tar.gz
54+ mv -v $tarball dist/${PACKAGE} _33 -${__version__} .tar.gz
5555fi
5656finish
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ PYTHON_VERSION=3.1
44pyenv local $PYTHON_VERSION
55cd $( dirname ${BASH_SOURCE[0]} )
66if . ./setup-python-3.0.sh; then
7- git merge python-3.2 -to-3.5
7+ git merge python-3.3 -to-3.5
88fi
99cd $trepan_merge_30_owd
Original file line number Diff line number Diff line change 11# /bin/bash
2- trepan_merge_32_owd =$( pwd)
3- PYTHON_VERSION=3.2
2+ trepan_merge_33_owd =$( pwd)
3+ PYTHON_VERSION=3.3
44pyenv local $PYTHON_VERSION
55cd $( dirname ${BASH_SOURCE[0]} )
6- if . ./setup-python-3.2 .sh; then
6+ if . ./setup-python-3.3 .sh; then
77 git merge python-3.6-to-3.10
88fi
9- cd $trepan_merge_32_owd
9+ cd $trepan_merge_33_owd
File renamed without changes.
Original file line number Diff line number Diff line change 11#! /bin/bash
2- PYTHON_VERSION=3.2.6
2+ PYTHON_VERSION=3.3
33
44# FIXME put some of the below in a common routine
55function checkout_version {
66 local repo=$1
7- version=${2:- python-3.0 -to-3.2 }
7+ version=${2:- python-3.3 -to-3.5 }
88 echo Checking out $version on $repo ...
99 (cd ../$repo && git checkout $version && pyenv local $PYTHON_VERSION ) && \
1010 git pull
2222mydir=$( dirname $bs )
2323fulldir=$( readlink -f $mydir )
2424(cd $fulldir /.. && \
25- checkout_version python-spark master && \
26- checkout_version python-xdis && \
27- checkout_version shell-term-background python-3.0-to-3.2 && \
28- checkout_version pycolumnize python-3.0-to-3.5 && \
29- checkout_version python-uncompyle6 python-3.0-to-3.2 \
25+ checkout_version python-spark python-3.3-to-3.5 && \
26+ checkout_version python-xdis python-3.3-to-3.5 && \
27+ checkout_version python-filecache python-3.3-to-3.5 && \
28+ checkout_version shell-term-background python-3.3-to-3.5 && \
29+ checkout_version_trepan3k pytracer python-3.3-to-3.5 && \
30+ checkout_version pycolumnize python-3.3-to-3.5 && \
31+ checkout_version python-uncompyle6 python-3.3-to-3.5 \
3032 )
3133
3234cd $trepan3k_owd
3335rm -v * /.python-version 2> /dev/null || true
3436
35- git checkout python-3.2 -to-3.5 && pyenv local $PYTHON_VERSION && git pull
37+ git checkout python-3.3 -to-3.5 && pyenv local $PYTHON_VERSION && git pull
You can’t perform that action at this time.
0 commit comments