python/python3-maturin: Updated for version 1.6.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-06-21 02:21:01 -06:00 committed by Willy Sudiarto Raharjo
parent 7fd304b55e
commit 861f1213fc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-maturin
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-1.5.1}
VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="python3-maturin"
VERSION="1.5.1"
VERSION="1.6.0"
HOMEPAGE="https://github.com/PyO3/maturin"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.5.1.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.5.1-1.tar.xz"
MD5SUM="f2d2e72a6d97a7561e7d7222090418af \
de11e6557b831f50d7c3df7baaa88fae"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.6.0.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.6.0-1.tar.xz"
MD5SUM="40b235d2fefc111aad969dfac3b6d6a2 \
6bba176f61554f0b0ccd22e2608e2f55"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rust16 python3-setuptools-rust-opt"