diff options
author | 2025-05-09 12:18:29 -0600 | |
---|---|---|
committer | 2025-05-10 12:09:00 +0700 | |
commit | 847b76e3d727c233bc304edc1fd8bc263d6754fa (patch) | |
tree | 76bd9a14ce5ee2fb26fd5d1c78a7456182baeb93 | |
parent | d55c1d72c0fd8cabae78cce46c30f651960df68b (diff) | |
download | slackbuilds-847b76e3d727c233bc304edc1fd8bc263d6754fa.tar.gz slackbuilds-847b76e3d727c233bc304edc1fd8bc263d6754fa.tar.xz |
python/python3-maturin: Updated for version 1.8.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-maturin/python3-maturin.SlackBuild | 6 | ||||
-rw-r--r-- | python/python3-maturin/python3-maturin.info | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/python/python3-maturin/python3-maturin.SlackBuild b/python/python3-maturin/python3-maturin.SlackBuild index 8607c76ab4..8ca91f16f9 100644 --- a/python/python3-maturin/python3-maturin.SlackBuild +++ b/python/python3-maturin/python3-maturin.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-maturin SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.8.3} +VERSION=${VERSION:-1.8.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,6 +82,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ +# disable new feature in maturin that would install rust automagically +# to a temp dir if rust-opt is not installed +export MATURIN_NO_INSTALL_RUST=1 + # prevent cargo from using the network. # this only works because we have a vendored sources tarball with # everything cargo would have downloaded. diff --git a/python/python3-maturin/python3-maturin.info b/python/python3-maturin/python3-maturin.info index a5d8e82004..b97779c25e 100644 --- a/python/python3-maturin/python3-maturin.info +++ b/python/python3-maturin/python3-maturin.info @@ -1,10 +1,10 @@ PRGNAM="python3-maturin" -VERSION="1.8.3" +VERSION="1.8.4" HOMEPAGE="https://github.com/PyO3/maturin" -DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.8.3.tar.gz \ - https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.8.3-1.tar.xz" -MD5SUM="46975ebf2bb656e8950779e1fee39c91 \ - 4f4dca821f5837b9348b4990127db245" +DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.8.4.tar.gz \ + https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.8.4-1.tar.xz" +MD5SUM="1773ff8c50ba884a50b7cd4fab355003 \ + d2146f7f8619b136fb331fd847ad688d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="rust-opt python3-setuptools-rust-opt" |