aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pythran
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-01-15 01:40:04 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-21 10:15:33 +0700
commite8780889ba639447e86a0e6512db47120ecee515 (patch)
treeb6bf2c713df50e5eb66ec5b557edc4ceaabc8897 /python/python3-pythran
parent04a9c65f2f7b05173eef615346154ee3e2448c0f (diff)
python/python3-pythran: Update for 0.12.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pythran')
-rw-r--r--python/python3-pythran/python3-pythran.SlackBuild9
-rw-r--r--python/python3-pythran/python3-pythran.info6
2 files changed, 6 insertions, 9 deletions
diff --git a/python/python3-pythran/python3-pythran.SlackBuild b/python/python3-pythran/python3-pythran.SlackBuild
index 6bef7a2eb80f1..a46e6f932c6f6 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 <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# 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
diff --git a/python/python3-pythran/python3-pythran.info b/python/python3-pythran/python3-pythran.info
index 3f9754a6d3979..efad43bc79cde 100644
--- a/python/python3-pythran/python3-pythran.info
+++ b/python/python3-pythran/python3-pythran.info
@@ -1,8 +1,8 @@
PRGNAM="python3-pythran"
-VERSION="0.12.0"
+VERSION="0.12.1"
HOMEPAGE="https://pythran.readthedocs.io/en/latest/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pythran/pythran-0.12.0.tar.gz"
-MD5SUM="d2961ece35b4b9f44a84ef31df1b21ff"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pythran/pythran-0.12.1.tar.gz"
+MD5SUM="168c31e8d108f26440b663b44cd99379"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-beniget python3-numpy xsimd python3-pytest-runner"