opt/python3-poetry-core/Pkgfile

17 lines
547 B
Plaintext

# Description: Poetry PEP 517 Build Backend & Core Utilities
# URL: https://github.com/python-poetry/poetry-core
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-build python3-installer
name=python3-poetry-core
version=1.5.2
release=1
source=(https://github.com/python-poetry/poetry-core/archive/$version/$name-$version.tar.gz)
build() {
cd poetry-core-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}