From be0bf6423a84f80de41d23e7c3dfbbac2e8ba1b5 Mon Sep 17 00:00:00 2001 From: adigitoleo Date: Tue, 2 Apr 2024 00:05:54 +1100 Subject: [PATCH] python3-poetry-core: update to 1.9.0. Closes: #49648 [via git-merge-pr] --- srcpkgs/python3-poetry-core/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template index e0719031082..60d1d99b686 100644 --- a/srcpkgs/python3-poetry-core/template +++ b/srcpkgs/python3-poetry-core/template @@ -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 " 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 }