mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/python3-pooch: Version bump to 1.8.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a981499ab3
commit
4456d46519
2 changed files with 7 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-pooch
|
||||
VERSION=${VERSION:-1.8.1}
|
||||
VERSION=${VERSION:-1.8.2}
|
||||
SRCNAM=${SRCNAM:-pooch}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -64,6 +64,9 @@ find -L . \
|
|||
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION=$VERSION
|
||||
|
||||
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
|
||||
export PYTHONPATH=/opt/python$PYVER/site-packages
|
||||
|
||||
python3 -m build --wheel --no-isolation
|
||||
python3 -m installer --destdir=$PKG dist/*.whl
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-pooch"
|
||||
VERSION="1.8.1"
|
||||
VERSION="1.8.2"
|
||||
HOMEPAGE="https://github.com/fatiando/pooch"
|
||||
DOWNLOAD="https://github.com/fatiando/pooch/archive/refs/tags/v1.8.1/pooch-1.8.1.tar.gz"
|
||||
MD5SUM="4c09e69a51b7a9f6640bbbb2cd853e24"
|
||||
DOWNLOAD="https://github.com/fatiando/pooch/archive/refs/tags/v1.8.2/pooch-1.8.2.tar.gz"
|
||||
MD5SUM="1c66938f0082821b4d550c6532b8b065"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-platformdirs python3-pandas"
|
||||
|
|
Loading…
Reference in a new issue