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