python3-hjson 3.1.0-6

This commit is contained in:
2025-12-20 00:06:37 +03:00
parent 9a7114d985
commit ec1c85844a

View File

@@ -1,6 +1,6 @@
name='python3-hjson' name='python3-hjson'
version='3.1.0' version='3.1.0'
release='5' release='6'
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'
@@ -54,7 +54,7 @@ build() {
package() { package() {
cd "hjson-${version}" cd "hjson-${version}"
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl python3 -m installer --destdir="$pkgdir" dist/*.whl
install-license LICENSE.txt ./${name}/LICENSE.txt install-license LICENSE.txt ./${name}/LICENSE.txt
} }