aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-06-06 16:49:44 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-15 07:37:51 +0700
commit4456d465191e9b8138f93a6b5e0d2b9e90d3f5a9 (patch)
treeb585d837dd9be3b98aa8f0ea82551896226471d5 /python
parenta981499ab39caf1ea18b83eca99dd62778bbb198 (diff)
downloadslackbuilds-4456d465191e9b8138f93a6b5e0d2b9e90d3f5a9.tar.xz
python/python3-pooch: Version bump to 1.8.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-pooch/python3-pooch.SlackBuild5
-rw-r--r--python/python3-pooch/python3-pooch.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/python/python3-pooch/python3-pooch.SlackBuild b/python/python3-pooch/python3-pooch.SlackBuild
index 292872b97237..a7bda19d5831 100644
--- a/python/python3-pooch/python3-pooch.SlackBuild
+++ b/python/python3-pooch/python3-pooch.SlackBuild
@@ -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
diff --git a/python/python3-pooch/python3-pooch.info b/python/python3-pooch/python3-pooch.info
index 0042026b9375..51fec5924665 100644
--- a/python/python3-pooch/python3-pooch.info
+++ b/python/python3-pooch/python3-pooch.info
@@ -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"