From e8780889ba639447e86a0e6512db47120ecee515 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sun, 15 Jan 2023 01:40:04 -0800 Subject: python/python3-pythran: Update for 0.12.1 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pythran/python3-pythran.SlackBuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'python/python3-pythran/python3-pythran.SlackBuild') diff --git a/python/python3-pythran/python3-pythran.SlackBuild b/python/python3-pythran/python3-pythran.SlackBuild index 6bef7a2eb8..a46e6f932c 100644 --- a/python/python3-pythran/python3-pythran.SlackBuild +++ b/python/python3-pythran/python3-pythran.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for python3-pythran -# Copyright 2022 Isaac Yu +# Copyright 2022-2023 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pythran -VERSION=${VERSION:-0.12.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.12.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 -- cgit v1.2.3