python3-poetry 2.1.2-7

This commit is contained in:
2025-05-12 14:49:08 +03:00
parent 9e45be8c97
commit ef4a37de86

View File

@ -1,6 +1,6 @@
name='python3-poetry' name='python3-poetry'
version='2.1.2' version='2.1.2'
release='6' release='7'
desc='Python dependency management and packaging made easy.' desc='Python dependency management and packaging made easy.'
homepage='https://python-poetry.org' homepage='https://python-poetry.org'
maintainer='Евгений Храмов <xpamych@yandex.ru>' maintainer='Евгений Храмов <xpamych@yandex.ru>'
@ -9,9 +9,9 @@ license=('MIT')
provides=('poetry') provides=('poetry')
conflicts=('poetry') conflicts=('poetry')
deps=("python3" "python3-cleo") deps=("python3")
deps_arch=("python" "python-cleo") deps_arch=("python")
deps_alpine=("python3" "py3-cleo") deps_alpine=("python3")
build_deps=("python3" "python3-pip" "python3-build") build_deps=("python3" "python3-pip" "python3-build")
build_deps_arch=("python" "python-pip" "python-build") build_deps_arch=("python" "python-pip" "python-build")