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