summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-10-05 23:21:25 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-08 09:12:45 +0700
commit374524dd053742315ca46b91033b7cfbafa738b0 (patch)
tree340a131602ffba1b429595b8b096cb6de03b933e
parent9b20179afa1641bb287116653dcf812d315188bc (diff)
downloadslackbuilds-374524dd053742315ca46b91033b7cfbafa738b0.tar.gz
python/python3-pythran: Updated for version 0.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-pythran/python3-pythran.SlackBuild4
-rw-r--r--python/python3-pythran/python3-pythran.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-pythran/python3-pythran.SlackBuild b/python/python3-pythran/python3-pythran.SlackBuild
index 24754f626b..11fcc65296 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.11.0}
+VERSION=${VERSION:-0.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -89,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
rm -r $PKG/usr/lib$LIBDIRSUFFIX/python*/site-packages/pythran/{boost,xsimd}
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS Changelog LICENSE PKG-INFO README.rst requirements.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS Changelog LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/python3-pythran/python3-pythran.info b/python/python3-pythran/python3-pythran.info
index 65f013caba..25d9fff05a 100644
--- a/python/python3-pythran/python3-pythran.info
+++ b/python/python3-pythran/python3-pythran.info
@@ -1,10 +1,10 @@
PRGNAM="python3-pythran"
-VERSION="0.11.0"
+VERSION="0.12.0"
HOMEPAGE="https://pythran.readthedocs.io/en/latest/"
-DOWNLOAD="https://files.pythonhosted.org/packages/88/9f/161f08131abf7f23920cee29b691de27f10fd97ac09fb2f3532b3a7f9b96/pythran-0.11.0.tar.gz"
-MD5SUM="e09e90484771937ab499380858bdb18d"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pythran/pythran-0.12.0.tar.gz"
+MD5SUM="d2961ece35b4b9f44a84ef31df1b21ff"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python-beniget numpy3 xsimd pytest-runner"
+REQUIRES="python-beniget numpy3 xsimd python3-pytest-runner"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"