poetry 2.1.2-3

This commit is contained in:
Евгений Храмов 2025-04-05 13:10:20 +03:00
parent a2a4823e13
commit e6d67d5d58

@ -1,6 +1,6 @@
name='poetry'
version='2.1.2'
release='2'
release='3'
desc='Python dependency management and packaging made easy.'
homepage='https://python-poetry.org'
maintainer='Евгений Храмов <xpamych@yandex.ru>'
@ -15,6 +15,7 @@ deps_alpine=("python3")
build_deps=("python3" "python3-pip" "python3-build")
build_deps_arch=("python" "python-pip" "python-build")
build_deps_almalinux=("python3" "python3-pip")
build_deps_alpine=("python3" "py3-pip" "py3-build")
sources=("https://files.pythonhosted.org/packages/source/p/poetry/poetry-2.1.2.tar.gz")