# Template file for 'python3-poetry-core'
pkgname=python3-poetry-core
version=2.2.0
revision=2
build_style="python3-pep517"
depends="python3"
checkdepends="python3-devel python3-setuptools python3-virtualenv python3-pyrsistent
 python3-pytest-mock python3-tomli-w python3-trove-classifiers"
short_desc="Poetry PEP 517 Build Backend & Core Utilities"
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
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=3942711421f4141b9a97213845fdf2a95c5f6abe4e6fb70a84567dc696dc1f23
make_check_pre="env PYTHONPATH=src PATH=/usr/libexec/chroot-git:${PATH}"

post_install() {
	vlicense LICENSE
}
