Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-kaitaistruct
Commits: c7c9b677 by Felix Yan at 2025-10-01T15:13:14+08:00 upgpkg: 0.11-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,16 @@ pkgbase = python-kaitaistruct pkgdesc = Kaitai Struct declarative parser generator for binary data: runtime library for Python - pkgver = 0.10 - pkgrel = 7 + pkgver = 0.11 + pkgrel = 1 url = https://kaitai.io arch = any license = MIT + makedepends = git makedepends = python-setuptools makedepends = python-build makedepends = python-installer - makedepends = python-wheel depends = python - source = python-kaitaistruct-0.10.tar.gz::https://github.com/kaitai-io/kaitai_struct_python_runtime/archive/0.10.tar.gz - sha512sums = ce22445afe7f6713cccc1ffb0714892dcff171d84b89a0cd49441dd36a464f6c764aa89d75f556d06eee82ab4432af27a0ef4313e47272a5f55fee2dba1252f0 + source = git+https://github.com/kaitai-io/kaitai_struct_python_runtime.git#tag=v0.11 + sha512sums = 472bf20c1ec5122a824b401a464bf6859ef6747a8871771e120179baa3216351cdff40a69cf8c6d2874b5297e022ae58e56f931a8314216c64f7130d719f0cc3 pkgname = python-kaitaistruct ===================================== PKGBUILD ===================================== @@ -1,24 +1,24 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-kaitaistruct -pkgver=0.10 -pkgrel=7 +pkgver=0.11 +pkgrel=1 pkgdesc="Kaitai Struct declarative parser generator for binary data: runtime library for Python" arch=('any') license=('MIT') url="https://kaitai.io" depends=('python') -makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel') -source=("$pkgname-$pkgver.tar.gz::https://github.com/kaitai-io/kaitai_struct_python_runtime/archive/$pkgver.tar.gz") -sha512sums=('ce22445afe7f6713cccc1ffb0714892dcff171d84b89a0cd49441dd36a464f6c764aa89d75f556d06eee82ab4432af27a0ef4313e47272a5f55fee2dba1252f0') +makedepends=('git' 'python-setuptools' 'python-build' 'python-installer') +source=("git+https://github.com/kaitai-io/kaitai_struct_python_runtime.git#tag=v$pkgver") +sha512sums=('472bf20c1ec5122a824b401a464bf6859ef6747a8871771e120179baa3216351cdff40a69cf8c6d2874b5297e022ae58e56f931a8314216c64f7130d719f0cc3') build() { - cd kaitai_struct_python_runtime-$pkgver + cd kaitai_struct_python_runtime python -m build --wheel --no-isolation } package() { - cd kaitai_struct_python_runtime-$pkgver + cd kaitai_struct_python_runtime python -m installer --destdir="$pkgdir" dist/*.whl install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/ } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-kaitaistruct/-/commit/c7c9b67786d20c910d63c64eb040de5da3c97e85 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-kaitaistruct/-/commit/c7c9b67786d20c910d63c64eb040de5da3c97e85 You're receiving this email because of your account on gitlab.archlinux.org.