python/python3-lazy_loader: Updated for version 0.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f79a3415d5
commit
2a80207731
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-lazy_loader
|
||||
VERSION=${VERSION:-0.2}
|
||||
VERSION=${VERSION:-0.3}
|
||||
SRCNAM=${SRCNAM:-lazy_loader}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-lazy_loader"
|
||||
VERSION="0.2"
|
||||
VERSION="0.3"
|
||||
HOMEPAGE="https://scientific-python.org/specs/spec-0001/"
|
||||
DOWNLOAD="https://github.com/scientific-python/lazy_loader/archive/refs/tags/v0.2/lazy_loader-0.2.tar.gz"
|
||||
MD5SUM="3d2d25465bf98a9ebc84627e96a3cef5"
|
||||
DOWNLOAD="https://github.com/scientific-python/lazy_loader/archive/refs/tags/v0.3/lazy_loader-0.3.tar.gz"
|
||||
MD5SUM="6b93a98e974103e78d026d9b93b15236"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-build"
|
||||
|
|
Loading…
Reference in New Issue