python3-hjson 3.1.0-5

This commit is contained in:
2025-12-15 23:55:03 +03:00
parent c679d83c74
commit 0643926542

View File

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