void-packages/srcpkgs/python3-poetry-core/template

21 lines
807 B
Bash

# Template file for 'python3-poetry-core'
pkgname=python3-poetry-core
version=1.9.0
revision=1
build_style="python3-pep517"
depends="python3"
checkdepends="python3-devel python3-setuptools python3-virtualenv python3-pyrsistent
python3-pytest-mock python3-tomli-w"
short_desc="Poetry PEP 517 Build Backend & Core Utilities"
maintainer="Orphaned <orphan@voidlinux.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=642f63ec06ba4e581b720def3a162bc23d11588fef9e9c5c57ab8a1e4f36e721
make_check_pre="env PYTHONPATH=src PATH=/usr/libexec/chroot-git:${PATH}"
post_install() {
vlicense LICENSE
}