python3-poetry-core: update to 1.9.0.

Closes: #49648 [via git-merge-pr]
This commit is contained in:
adigitoleo 2024-04-02 00:05:54 +11:00 committed by classabbyamp
parent 5a85aa5760
commit be0bf6423a
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,24 +1,20 @@
# Template file for 'python3-poetry-core'
pkgname=python3-poetry-core
version=1.5.0
revision=2
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-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=c186b6212224fddae1de8ad7c5e660f40f295cf42559550523f15e72c562f5a8
checksum=642f63ec06ba4e581b720def3a162bc23d11588fef9e9c5c57ab8a1e4f36e721
make_check_pre="env PYTHONPATH=src PATH=/usr/libexec/chroot-git:${PATH}"
pre_check() {
rm -r tests/integration
}
post_install() {
vlicense LICENSE
}