python3-poetry-core 2.2.1-2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name='python3-poetry-core'
|
name='python3-poetry-core'
|
||||||
version='2.2.1'
|
version='2.2.1'
|
||||||
release='1'
|
release='2'
|
||||||
desc='Poetry PEP 517 Build Backend'
|
desc='Poetry PEP 517 Build Backend'
|
||||||
desc_ru='PEP 517 бэкенд сборки для Poetry'
|
desc_ru='PEP 517 бэкенд сборки для Poetry'
|
||||||
homepage='https://github.com/python-poetry/poetry-core'
|
homepage='https://github.com/python-poetry/poetry-core'
|
||||||
@@ -36,12 +36,12 @@ checksums=('SKIP')
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/poetry_core-${version}"
|
cd "$srcdir/poetry_core-${version}"
|
||||||
python -m build --wheel --no-isolation
|
python3 -m build --wheel --no-isolation
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/poetry_core-${version}"
|
cd "$srcdir/poetry_core-${version}"
|
||||||
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
Reference in New Issue
Block a user