diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-unearth/python3-unearth.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-unearth/python3-unearth.info | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/python/python3-unearth/python3-unearth.SlackBuild b/python/python3-unearth/python3-unearth.SlackBuild index fcce57dbf7..fc5e310b65 100644 --- a/python/python3-unearth/python3-unearth.SlackBuild +++ b/python/python3-unearth/python3-unearth.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-unearth -VERSION=${VERSION:-0.14.0} +VERSION=${VERSION:-0.15.0} SRCNAM=${SRCNAM:-unearth} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,6 +65,9 @@ find -L . \ # Fix version detection export PDM_BUILD_SCM_VERSION=$VERSION +# Remove unncessary httpx version requirement +sed -i 's|httpx.*|httpx",|' pyproject.toml + python3 -m build --wheel --no-isolation python3 -m installer --destdir=$PKG dist/*.whl diff --git a/python/python3-unearth/python3-unearth.info b/python/python3-unearth/python3-unearth.info index a74186b3ef..010d5d9a04 100644 --- a/python/python3-unearth/python3-unearth.info +++ b/python/python3-unearth/python3-unearth.info @@ -1,10 +1,10 @@ PRGNAM="python3-unearth" -VERSION="0.14.0" +VERSION="0.15.0" HOMEPAGE="https://github.com/frostming/unearth" -DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.14.0/unearth-0.14.0.tar.gz" -MD5SUM="aa09d61dde01b4c4f539e7148bab477c" +DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.15.0/unearth-0.15.0.tar.gz" +MD5SUM="971ff3ab50a43c89d42e8b512c41739a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-pdm-backend" +REQUIRES="python3-pdm-backend python3-httpx" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |