diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-03-20 13:27:21 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-22 06:11:30 +0700 |
commit | f7c4729ff3d1cb9784ff1c3e161050cdb6ad1c1c (patch) | |
tree | 31535d6c26506abd132a3e0d45f195adba8a0208 /python/python3-unearth/python3-unearth.SlackBuild | |
parent | ea8c652d68c7febf5bf629f4dac71ef2c678e011 (diff) |
python/python3-unearth: Version bump to 0.15.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |