From f866b3100529cb76de1a8aae5898e0f6141a845f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 8 Dec 2025 23:48:31 +0300 Subject: [PATCH] python3-hjson 3.1.0-4 --- python3-hjson/alr.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python3-hjson/alr.sh b/python3-hjson/alr.sh index b56c376..be0f039 100644 --- a/python3-hjson/alr.sh +++ b/python3-hjson/alr.sh @@ -1,6 +1,6 @@ name='python3-hjson' version='3.1.0' -release='3' +release='4' desc='JSON for Humans, allows comments and is less error prone.' desc_ru='Библиотека Python для удобного JSON с поддержкой комментариев' homepage='https://github.com/laktak/hjson-py' @@ -54,13 +54,12 @@ build() { package() { cd "hjson-${version}" - python -m installer --destdir="$pkgdir" dist/*.whl + python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl install-license LICENSE.txt ./${name}/LICENSE.txt } files() { - files-find "./usr/lib/python3.*/site-packages/hjson" - files-find "./usr/lib/python3.*/site-packages/hjson-*.dist-info" + files-find-lib files-find-bin files-find-share "licenses" }