python3-pyyaml 6.0.2-6

This commit is contained in:
2026-02-12 17:32:27 +03:00
parent 74fbac7b03
commit efe61f4459

View File

@@ -1,6 +1,6 @@
name='python3-pyyaml' name='python3-pyyaml'
version='6.0.2' version='6.0.2'
release='5' release='6'
desc='YAML parser and emitter for Python' desc='YAML parser and emitter for Python'
desc_ru='Библиотека Python для парсинга и генерации YAML' desc_ru='Библиотека Python для парсинга и генерации YAML'
homepage='https://pyyaml.org/' homepage='https://pyyaml.org/'
@@ -26,24 +26,28 @@ build_deps=(
'python3-build' 'python3-build'
'python3-installer' 'python3-installer'
'python3-cython' 'python3-cython'
'python3-wheel'
) )
build_deps_alt=( build_deps_alt=(
'python3' 'python3'
'python3-module-build' 'python3-module-build'
'python3-module-installer' 'python3-module-installer'
'python3-module-Cython' 'python3-module-Cython'
'python3-module-wheel'
) )
build_deps_arch=( build_deps_arch=(
'python' 'python'
'python-build' 'python-build'
'python-installer' 'python-installer'
'cython' 'cython'
'python-wheel'
) )
build_deps_debian=( build_deps_debian=(
'python3' 'python3'
'python3-build' 'python3-build'
'python3-installer' 'python3-installer'
'cython3' 'cython3'
'python3-wheel'
) )
build_deps_fedora=("${build_deps[@]}") build_deps_fedora=("${build_deps[@]}")
build_deps_redos=("${build_deps[@]}") build_deps_redos=("${build_deps[@]}")
@@ -54,6 +58,7 @@ build_deps_alpine=(
'py3-build' 'py3-build'
'py3-installer' 'py3-installer'
'py3-cython' 'py3-cython'
'py3-wheel'
) )
sources=("https://files.pythonhosted.org/packages/source/p/PyYAML/pyyaml-6.0.2.tar.gz") sources=("https://files.pythonhosted.org/packages/source/p/PyYAML/pyyaml-6.0.2.tar.gz")