diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-08-22 13:56:48 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-08-22 13:56:48 +0200 |
| commit | ad932aa5f9bbadd19a5194905814e933cffb131c (patch) | |
| tree | 4c2ac074be3bfbd6373693c223e4da63cfc5034f | |
| parent | d43c3be74f8f2947917b1a2c6d66b83ce15051ea (diff) | |
| download | slackbuilds-ad932aa5f9bbadd19a5194905814e933cffb131c.tar.gz | |
python3.12: Fix sbolint
| -rw-r--r--[-rwxr-xr-x] | python3.12/python3.12.SlackBuild | 4 | ||||
| -rw-r--r-- | python3.12/python3.12.info | 2 | ||||
| -rw-r--r-- | python3.12/slack-desc | 2 |
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 |
