From fa72d83cd6d7856337b5033dab3a6c84b1c0397d Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 2 Sep 2022 01:07:13 +0530 Subject: [PATCH] python3-poetry-core: update to 1.1.0. --- srcpkgs/python3-poetry-core/template | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template index a657d713014..9c099f80a87 100644 --- a/srcpkgs/python3-poetry-core/template +++ b/srcpkgs/python3-poetry-core/template @@ -1,18 +1,25 @@ # Template file for 'python3-poetry-core' pkgname=python3-poetry-core -version=1.0.7 +version=1.1.0 revision=1 wrksrc="poetry-core-${version}" -build_style="python3-module" -make_install_target="poetry_core-${version}-*-*-*.whl" -hostmakedepends="python3-wheel" +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" short_desc="Poetry PEP 517 Build Backend & Core Utilities" maintainer="Kye Shi " license="MIT" homepage="https://github.com/python-poetry/poetry-core" -distfiles="${PYPI_SITE}/p/poetry-core/poetry-core-${version}.tar.gz" -checksum="98c11c755a16ef6c5673c22ca94a3802a7df4746a0853a70b6fae8b9f5cac206" +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=44535d5c20e20189041714a45758774f713e4a53c3db071dca11a59d32aeba44 +make_check_pre="env PYTHONPATH=src" + +pre_check() { + rm -r tests/integration +} post_install() { vlicense LICENSE