summaryrefslogtreecommitdiff
path: root/python-hat-aio/PKGBUILD
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2023-12-29 21:45:08 +0100
committerbozo.kopic <bozo@kopic.xyz>2023-12-29 21:45:08 +0100
commitfd7675f4ee6a67db5f88da7ae7cf46b8fa5bedbc (patch)
tree71840aeb53c51ad30b5a7510f79b783684ef427a /python-hat-aio/PKGBUILD
parentfa1dacca0175d555100221b20bf450b1d796456b (diff)
.
Diffstat (limited to 'python-hat-aio/PKGBUILD')
-rw-r--r--python-hat-aio/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/python-hat-aio/PKGBUILD b/python-hat-aio/PKGBUILD
index f0d91f6..1fd1f0f 100644
--- a/python-hat-aio/PKGBUILD
+++ b/python-hat-aio/PKGBUILD
@@ -2,24 +2,24 @@
_name=hat-aio
pkgname=python-$_name
-pkgver=0.7.7
+pkgver=0.7.9
pkgrel=1
pkgdesc="Hat async utility library"
url="https://github.com/hat-open/hat-aio"
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-aio/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('d048a44e51ee2c2d984ab958b3ce2f4105d98b3805c0c1ca277ecca1a23c96b9')
+sha256sums=('9fba92a0a2724555a1aca6d83476379d53a7826d52698761cfbc8b3f05762e6a')
build() {
cd "$srcdir/$_name-$pkgver"
- python -m doit
+ 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
}