python3-hjson 3.1.0-7

This commit is contained in:
2025-12-27 16:00:48 +03:00
parent ab4d538978
commit 010e1f85c3

View File

@@ -1,6 +1,6 @@
name='python3-hjson' name='python3-hjson'
version='3.1.0' version='3.1.0'
release='6' release='7'
desc='JSON for Humans, allows comments and is less error prone.' desc='JSON for Humans, allows comments and is less error prone.'
desc_ru='Библиотека Python для удобного JSON с поддержкой комментариев' desc_ru='Библиотека Python для удобного JSON с поддержкой комментариев'
homepage='https://github.com/laktak/hjson-py' homepage='https://github.com/laktak/hjson-py'
@@ -59,7 +59,7 @@ package() {
} }
files() { files() {
files-find-lib files-find "./usr/local/lib/**"
files-find-bin files-find "./usr/local/bin/**"
files-find-share "licenses" files-find-share "licenses"
} }