development/scikit-build: Updated for version 0.14.1.
Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
73013790c8
commit
d12e6a6ca0
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for scikit-build
|
||||
|
||||
# Copyright 2022 Duncan Roe, Melbourne, Australia
|
||||
# Copyright 2022, 2024 Duncan Roe, Melbourne, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=scikit-build
|
||||
VERSION=${VERSION:-0.13.1}
|
||||
VERSION=${VERSION:-0.14.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="scikit-build"
|
||||
VERSION="0.13.1"
|
||||
VERSION="0.14.1"
|
||||
HOMEPAGE="https://pypi.org/project/scikit-build/"
|
||||
DOWNLOAD="https://github.com/scikit-build/scikit-build/archive/0.13.1/scikit-build-0.13.1.tar.gz"
|
||||
MD5SUM="b1b453ce22b5700888b08592e0584940"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/7c/db/f3f64429bbc05122c9772c6a493e793fd6ac55db6028802db999dc548064/scikit-build-0.14.1.tar.gz"
|
||||
MD5SUM="c26745b40078c0d272dab502a287f9c3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue