python3-poetry 2.1.2-6
This commit is contained in:
parent
404e4f4cb6
commit
09c701b8a0
@ -1,6 +1,6 @@
|
|||||||
name='python3-poetry'
|
name='python3-poetry'
|
||||||
version='2.1.2'
|
version='2.1.2'
|
||||||
release='5'
|
release='6'
|
||||||
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>'
|
||||||
@ -22,7 +22,7 @@ checksums=('blake2b-256:7e96187b538742df11fe32beca5c146d9522b1fd9f42897f0772ff8d
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/poetry-${version}"
|
cd "$srcdir/poetry-${version}"
|
||||||
python3 -m build
|
python -m build --wheel --no-isolation
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user