Browse Source

python/python3-maturin: Updated for version 1.9.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/326/head
fourtysixandtwo 1 month ago
committed by Willy Sudiarto Raharjo
parent
commit
43ab01918c
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      python/python3-maturin/python3-maturin.SlackBuild
  2. 10
      python/python3-maturin/python3-maturin.info

2
python/python3-maturin/python3-maturin.SlackBuild

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

10
python/python3-maturin/python3-maturin.info

@ -1,10 +1,10 @@
PRGNAM="python3-maturin"
VERSION="1.9.3"
VERSION="1.9.4"
HOMEPAGE="https://github.com/PyO3/maturin"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.9.3.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.9.3-1.tar.xz"
MD5SUM="a8473c5b61a32fbdd21ca97854956292 \
14e59469f06e66fd62aefe18ca8ab356"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.9.4.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.9.4-1.tar.xz"
MD5SUM="b12c0b3e219ea890377b1e10377d1b2d \
7cd2262ecfd3cea4e7086d35610db3a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rust-opt python3-setuptools-rust-opt"

Loading…
Cancel
Save