python3-pyaml 25.7.0-3

This commit is contained in:
2025-08-26 21:15:02 +03:00
parent 5bc669e189
commit c9050a1f17
3 changed files with 68 additions and 143 deletions

View File

@@ -1,6 +1,6 @@
name='python3-pyaml'
version='25.7.0'
release='2'
release='3'
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'
@@ -20,7 +20,7 @@ build_deps_arch=("python" "python-pip")
build_deps_alpine=("python3" "py3-pip")
sources=("https://files.pythonhosted.org/packages/source/p/pyaml/pyaml-25.7.0.tar.gz")
checksums=('blake2b-256:f40604b9c1907c13dc81729a9c6b4f42eab47baab7a8738ed5d2683eac215ad0')
checksums=('blake2b-256:c40141f63d66a801a561c9e335523516bd5f761bc43cc61f8b75918306bf2da8')
build() {
cd "$srcdir/pyaml-${version}"