diff options
Diffstat (limited to 'python/python3-unearth/python3-unearth.SlackBuild')
-rw-r--r-- | python/python3-unearth/python3-unearth.SlackBuild | 5 |
1 files changed, 4 insertions, 1 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 |