summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--[-rwxr-xr-x]python3.12/python3.12.SlackBuild4
-rw-r--r--python3.12/python3.12.info2
-rw-r--r--python3.12/slack-desc2
3 files changed, 3 insertions, 5 deletions
diff --git a/python3.12/python3.12.SlackBuild b/python3.12/python3.12.SlackBuild
index 0f166ff..eb8e97c 100755..100644
--- a/python3.12/python3.12.SlackBuild
+++ b/python3.12/python3.12.SlackBuild
@@ -30,12 +30,10 @@ BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) export ARCH=i686 ;;
arm*) export ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) export ARCH=$( uname -m ) ;;
esac
fi
@@ -48,7 +46,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
-TMP=${TMP:-/tmp}
+TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
diff --git a/python3.12/python3.12.info b/python3.12/python3.12.info
index c2d7307..da16e01 100644
--- a/python3.12/python3.12.info
+++ b/python3.12/python3.12.info
@@ -1,4 +1,4 @@
-PRGNAM="python3"
+PRGNAM="python3.12"
VERSION="3.12.11"
HOMEPAGE="https://www.python.org/"
DOWNLOAD="https://www.python.org/ftp/python/3.12.11/Python-3.12.11.tar.xz"
diff --git a/python3.12/slack-desc b/python3.12/slack-desc
index 78b0b0c..b0d4e9e 100644
--- a/python3.12/slack-desc
+++ b/python3.12/slack-desc
@@ -5,7 +5,7 @@
# 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.
- |-----handy-ruler------------------------------------------------------|
+ |-----handy-ruler------------------------------------------------------|
python3.12: python3.12 (object-oriented interpreted programming language)
python3.12:
python3.12: Python is an interpreted, interactive, object-oriented programming