From 282066c570bba6d2da0fe67baae24b537e3b7160 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 7 Dec 2022 01:13:48 +0530 Subject: [PATCH] python3-poetry-core: update to 1.5.0. --- srcpkgs/python3-poetry-core/template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template index 8ead12d03d76..5806f47271f3 100644 --- a/srcpkgs/python3-poetry-core/template +++ b/srcpkgs/python3-poetry-core/template @@ -1,20 +1,19 @@ # Template file for 'python3-poetry-core' pkgname=python3-poetry-core -version=1.3.1 -revision=2 +version=1.5.0 +revision=1 build_style="python3-pep517" -make_check_args="--deselect tests/masonry/builders/test_sdist.py::test_default_with_excluded_data - --deselect tests/masonry/builders/test_wheel.py::test_default_src_with_excluded_data" depends="python3" -checkdepends="python3-devel python3-virtualenv python3-pyrsistent python3-pytest-mock git" +checkdepends="python3-devel python3-setuptools python3-virtualenv python3-pyrsistent + python3-pytest-mock" short_desc="Poetry PEP 517 Build Backend & Core Utilities" maintainer="Kye Shi " 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=8da8ce8f2e861527f660d7205a77095279d462b44d1d11bcf9e8ce74d96219ee -make_check_pre="env PYTHONPATH=src" +checksum=c186b6212224fddae1de8ad7c5e660f40f295cf42559550523f15e72c562f5a8 +make_check_pre="env PYTHONPATH=src PATH=/usr/libexec/chroot-git:${PATH}" pre_check() { rm -r tests/integration