python3-poetry 2.1.2-6

This commit is contained in:
Евгений Храмов 2025-04-06 16:08:40 +03:00
parent 404e4f4cb6
commit 09c701b8a0

@ -1,6 +1,6 @@
name='python3-poetry'
version='2.1.2'
release='5'
release='6'
desc='Python dependency management and packaging made easy.'
homepage='https://python-poetry.org'
maintainer='Евгений Храмов <xpamych@yandex.ru>'
@ -22,7 +22,7 @@ checksums=('blake2b-256:7e96187b538742df11fe32beca5c146d9522b1fd9f42897f0772ff8d
build() {
cd "$srcdir/poetry-${version}"
python3 -m build
python -m build --wheel --no-isolation
}
package() {