python3-pyaml 25.7.0-4

This commit is contained in:
2025-12-15 23:56:13 +03:00
parent 01cd8838a7
commit 7fce3b6542

View File

@@ -1,6 +1,6 @@
name='python3-pyaml'
version='25.7.0'
release='3'
release='4'
desc='PyYAML-based module to produce a bit more pretty and readable YAML-serialized data.'
desc_ru='Модуль PyYAML для создания более красивого и читаемого YAML-представления данных.'
homepage='https://github.com/mk-fg/pretty-yaml'
@@ -24,12 +24,12 @@ checksums=('blake2b-256:c40141f63d66a801a561c9e335523516bd5f761bc43cc61f8b759183
build() {
cd "$srcdir/pyaml-${version}"
python -m build --wheel --no-isolation
python3 -m build --wheel --no-isolation
}
package() {
cd "$srcdir/pyaml-${version}"
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
}
files() {