You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Administrivia
This commit is contained in:
@@ -5,10 +5,11 @@ PACKAGE=uncompyle6
|
|||||||
function finish {
|
function finish {
|
||||||
cd $owd
|
cd $owd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cd $(dirname ${BASH_SOURCE[0]})
|
||||||
owd=$(pwd)
|
owd=$(pwd)
|
||||||
trap finish EXIT
|
trap finish EXIT
|
||||||
|
|
||||||
cd $(dirname ${BASH_SOURCE[0]})
|
|
||||||
if ! source ./pyenv-newer-versions ; then
|
if ! source ./pyenv-newer-versions ; then
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
@@ -16,7 +16,8 @@ if ! source ./setup-python-2.4.sh ; then
|
|||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source ../$PACKAGE/version.py
|
cd ..
|
||||||
|
source $PACKAGE/version.py
|
||||||
echo $VERSION
|
echo $VERSION
|
||||||
|
|
||||||
for pyversion in $PYVERSIONS; do
|
for pyversion in $PYVERSIONS; do
|
||||||
@@ -33,6 +34,6 @@ done
|
|||||||
# the tarball from master.
|
# the tarball from master.
|
||||||
|
|
||||||
tarball=dist/uncompyle6-$VERSION-tar.gz
|
tarball=dist/uncompyle6-$VERSION-tar.gz
|
||||||
if -f $tarball; then
|
if [[ -f $tarball ]]; then
|
||||||
rm -v dist/uncompyle6-$VERSION-tar.gz
|
rm -v dist/uncompyle6-$VERSION-tar.gz
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user