python3.12: Fix sbolint
This commit is contained in:
4
python3.12/python3.12.SlackBuild
Executable file → Normal file
4
python3.12/python3.12.SlackBuild
Executable file → Normal file
@@ -30,12 +30,10 @@ BUILD=${BUILD:-1}
|
|||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) export ARCH=i686 ;;
|
i?86) export ARCH=i686 ;;
|
||||||
arm*) export ARCH=arm ;;
|
arm*) export ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) export ARCH=$( uname -m ) ;;
|
*) export ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
@@ -48,7 +46,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TMP=${TMP:-/tmp}
|
TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
PRGNAM="python3"
|
PRGNAM="python3.12"
|
||||||
VERSION="3.12.11"
|
VERSION="3.12.11"
|
||||||
HOMEPAGE="https://www.python.org/"
|
HOMEPAGE="https://www.python.org/"
|
||||||
DOWNLOAD="https://www.python.org/ftp/python/3.12.11/Python-3.12.11.tar.xz"
|
DOWNLOAD="https://www.python.org/ftp/python/3.12.11/Python-3.12.11.tar.xz"
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
python3.12: python3.12 (object-oriented interpreted programming language)
|
python3.12: python3.12 (object-oriented interpreted programming language)
|
||||||
python3.12:
|
python3.12:
|
||||||
python3.12: Python is an interpreted, interactive, object-oriented programming
|
python3.12: Python is an interpreted, interactive, object-oriented programming
|
||||||
|
Reference in New Issue
Block a user