Skip to content
Snippets Groups Projects
Commit 593e6ce4 authored by Patrycja Rosa's avatar Patrycja Rosa :cat: Committed by Michał Polański
Browse files

community/poetry: replace py3-pip with py3-installer

parent 964684d0
No related branches found
No related tags found
1 merge request!32312community/poetry: replace py3-pip with py3-installer
Pipeline #116485 passed
......@@ -3,7 +3,7 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=poetry
pkgver=1.1.13
pkgrel=1
pkgrel=2
pkgdesc="Python3 dependency management and packaging system"
url="https://python-poetry.org"
license="MIT"
......@@ -30,7 +30,7 @@ depends="
py3-lark-parser
py3-jsonschema
"
makedepends="py3-build py3-pip"
makedepends="py3-build py3-installer"
source="$pkgname-$pkgver.tar.gz::https://github.com/sdispater/poetry/archive/$pkgver.tar.gz
fix-packaging-tags.patch
"
......@@ -48,7 +48,7 @@ build() {
}
package() {
python3 -m pip install --no-deps --root "$pkgdir" --no-warn-script-location \
python3 -m installer -d "$pkgdir" --compile-bytecode 0 \
dist/poetry-$pkgver-py2.py3-none-any.whl
# remove conflicts with files owned by py3-poetry-core (direct dependency of poetry)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment