diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2023-12-29 21:45:08 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2023-12-29 21:45:08 +0100 |
| commit | fd7675f4ee6a67db5f88da7ae7cf46b8fa5bedbc (patch) | |
| tree | 71840aeb53c51ad30b5a7510f79b783684ef427a /python-hat-util/PKGBUILD | |
| parent | fa1dacca0175d555100221b20bf450b1d796456b (diff) | |
.
Diffstat (limited to 'python-hat-util/PKGBUILD')
| -rw-r--r-- | python-hat-util/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python-hat-util/PKGBUILD b/python-hat-util/PKGBUILD index 1843a95..d95fb85 100644 --- a/python-hat-util/PKGBUILD +++ b/python-hat-util/PKGBUILD @@ -2,24 +2,24 @@ _name=hat-util pkgname=python-$_name -pkgver=0.6.9 +pkgver=0.6.11 pkgrel=1 pkgdesc="Hat utility library" url="https://github.com/hat-open/hat-util" license=('Apache') arch=('any') depends=('python') -makedepends=('python-hat-doit' 'python-installer') +makedepends=('python-build' 'python-hat-doit' 'python-installer') source=("https://github.com/hat-open/hat-util/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('ee19f44ace8b321f36ec36321725975584c636cfb9439973e6c610183ded4142') +sha256sums=('d848dfb256c3886d667bcf2d3192887f5ffcca29160f1544e4b61ebbec750e36') build() { cd "$srcdir/$_name-$pkgver" - python -m doit build_py + python -m build --wheel --no-isolation } package() { cd "$srcdir/$_name-$pkgver" - python -m installer --destdir="$pkgdir" build/py/dist/*.whl + python -m installer --destdir="$pkgdir" dist/*.whl install -D -m 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE } |
