diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-05-05 12:30:29 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-06 08:28:19 +0700 |
commit | aec51694a9f381fb034dd4eb76933fb879b707b1 (patch) | |
tree | d9ebf2d7ef89fc40875a470736a3462f809dc0bc | |
parent | 3da480115a72feb82f6baa6bce0896dc3db7eeb5 (diff) |
python/python3-pythran: Updated for version 0.13.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-pythran/python3-pythran.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pythran/python3-pythran.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pythran/python3-pythran.SlackBuild b/python/python3-pythran/python3-pythran.SlackBuild index a46e6f932c6f..ad632c8fbdef 100644 --- a/python/python3-pythran/python3-pythran.SlackBuild +++ b/python/python3-pythran/python3-pythran.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pythran -VERSION=${VERSION:-0.12.1} +VERSION=${VERSION:-0.13.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pythran/python3-pythran.info b/python/python3-pythran/python3-pythran.info index efad43bc79cd..2ea9620f3d24 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.1" +VERSION="0.13.1" HOMEPAGE="https://pythran.readthedocs.io/en/latest/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pythran/pythran-0.12.1.tar.gz" -MD5SUM="168c31e8d108f26440b663b44cd99379" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pythran/pythran-0.13.1.tar.gz" +MD5SUM="3090288af50566af75cb058d1878aaad" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-beniget python3-numpy xsimd python3-pytest-runner" |