python3-pyaml 25.7.0-5

This commit is contained in:
2025-12-20 00:06:37 +03:00
parent 82833ae6e9
commit 6031072686

View File

@@ -1,6 +1,6 @@
name='python3-pyaml'
version='25.7.0'
release='4'
release='5'
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'
@@ -29,7 +29,7 @@ build() {
package() {
cd "$srcdir/pyaml-${version}"
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
python3 -m installer --destdir="$pkgdir" dist/*.whl
}
files() {