Browse Source
python/python3-maturin: Updated for version 1.9.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/314/head
fourtysixandtwo
2 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
python/python3-maturin/python3-maturin.SlackBuild
-
python/python3-maturin/python3-maturin.info
|
|
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-maturin |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-1.9.0} |
|
|
|
VERSION=${VERSION:-1.9.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="python3-maturin" |
|
|
|
VERSION="1.9.0" |
|
|
|
VERSION="1.9.3" |
|
|
|
HOMEPAGE="https://github.com/PyO3/maturin" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.9.0.tar.gz \ |
|
|
|
https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.9.0-1.tar.xz" |
|
|
|
MD5SUM="b268935369ef3643b698e156613c8bac \ |
|
|
|
edcad21094113492fe93d3de8dbe20b0" |
|
|
|
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_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="rust-opt python3-setuptools-rust-opt" |
|
|
|