summaryrefslogtreecommitdiff
path: root/python-hat-doit/PKGBUILD
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2024-04-09 16:31:46 +0200
committerbozo.kopic <bozo@kopic.xyz>2024-04-09 16:31:46 +0200
commitc3e3b19b7a519711a1a096effa489dc85c9db453 (patch)
tree47ca888395d6d28dea98ac7bb04f02eb098cf012 /python-hat-doit/PKGBUILD
parent4446e72f2a7b34ef7255e104173373d0b72f74a2 (diff)
Diffstat (limited to 'python-hat-doit/PKGBUILD')
-rw-r--r--python-hat-doit/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/python-hat-doit/PKGBUILD b/python-hat-doit/PKGBUILD
index 1b7e4c1..19a119e 100644
--- a/python-hat-doit/PKGBUILD
+++ b/python-hat-doit/PKGBUILD
@@ -2,8 +2,8 @@
_name=hat-doit
pkgname=python-$_name
-pkgver=0.15.7
-pkgrel=2
+pkgver=0.15.13
+pkgrel=1
pkgdesc="Hat build utility functions"
url="https://github.com/hat-open/hat-doit"
license=('Apache')
@@ -11,14 +11,15 @@ arch=('any')
depends=('python-doit' 'flake8' 'python-sphinx-furo' 'mkwhl'
'python-packaging' 'python-pdoc' 'python-pytest'
'python-pytest-asyncio' 'python-pytest-cov' 'python-pytest-timeout'
- 'python-sphinx' 'python-tomli')
+ 'python-sphinx' 'python-tomli' 'python-watchdog')
makedepends=('python-build' 'python-installer')
source=("https://github.com/hat-open/hat-doit/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('7f8e49f14ed0ebe2628bdba7e4f6917bc8078a540edd1cedcab2c48ca4d41eec')
+sha256sums=('121e316d8c8b096aab7bc5e8c2eb5babfbf8e66acd8fd2cb52a93bfa1216f400')
build() {
cd "$srcdir/$_name-$pkgver"
sed -i -e 's/"pdoc >=14.2.0"/"pdoc >=14.1.0"/' pyproject.toml
+ sed -i -e 's/"watchdog >=4.0.0"/"watchdog >=2.3.0"/' pyproject.toml
python -m build --wheel --no-isolation
}