# Template file for 'python3-poetry-core' pkgname=python3-poetry-core version=1.5.0 revision=2 build_style="python3-pep517" depends="python3" checkdepends="python3-devel python3-setuptools python3-virtualenv python3-pyrsistent python3-pytest-mock" short_desc="Poetry PEP 517 Build Backend & Core Utilities" maintainer="Orphaned " license="MIT" homepage="https://github.com/python-poetry/poetry-core" changelog="https://raw.githubusercontent.com/python-poetry/poetry-core/main/CHANGELOG.md" distfiles="https://github.com/python-poetry/poetry-core/archive/refs/tags/${version}.tar.gz" checksum=c186b6212224fddae1de8ad7c5e660f40f295cf42559550523f15e72c562f5a8 make_check_pre="env PYTHONPATH=src PATH=/usr/libexec/chroot-git:${PATH}" pre_check() { rm -r tests/integration } post_install() { vlicense LICENSE }