Skip to content

Commit 817eec2

Browse files
author
rocky
committed
Packaging, yet again
1 parent 1a36d2b commit 817eec2

File tree

4 files changed

+7
-120
lines changed

4 files changed

+7
-120
lines changed

admin-tools/install-all-3.8-3.10.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

admin-tools/install-all-newest.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/bash
2-
PACKAGE_MODULE=python_control_flow
3-
python_control_flow_owd=$(pwd)
2+
PACKAGE_MODULE=xasm
3+
xasm_owd=$(pwd)
44
bs=${BASH_SOURCE[0]}
55
mydir=$(dirname $bs)
6-
python_control_flow_fulldir=$(readlink -f $mydir)
7-
cd $python_control_flow_fulldir
6+
xasm_fulldir=$(readlink -f $mydir)
7+
cd $xasm_fulldir
88
. ./checkout_common.sh
99

1010
pyenv_file="pyenv-newest-versions"
@@ -21,8 +21,8 @@ fi
2121

2222
cd ../dist/
2323

24-
install_check_command="python-cfg --version"
25-
install_file="python_control_flow-${__version__}.tar.gz"
24+
install_check_command="xasm --version"
25+
install_file="xasm-${__version__}.tar.gz"
2626
for pyversion in $PYVERSIONS; do
2727
echo "*** Installing ${install_file} for Python ${pyversion} ***"
2828
pyenv local $pyversion

admin-tools/make-dist-3.8-3.10.sh

Lines changed: 0 additions & 80 deletions
This file was deleted.

admin-tools/pyenv-3.6-3.10-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
77
exit 1
88
fi
99

10-
export PYVERSIONS='3.6 pypy3.6, 3.7 pypy3.7 3.8 pyston-2.3.5 pypy3.8 3.9 pypy3.9 3.10 pypy3.10'
10+
export PYVERSIONS='3.6 pypy3.6 3.7 pypy3.7 3.8 pyston-2.3.5 pypy3.8 3.9 pypy3.9 3.10 pypy3.10'

0 commit comments

Comments
 (0)