From 0c27fc394fa530ad0dfcdb369deeb54a6611599d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 24 May 2023 13:16:19 -0300 Subject: [PATCH] python3-testpath: update to 0.6.0. Closes: #44272 [via git-merge-pr] --- srcpkgs/python3-testpath/template | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template index a439b95a62b..ef041edb6a9 100644 --- a/srcpkgs/python3-testpath/template +++ b/srcpkgs/python3-testpath/template @@ -1,20 +1,23 @@ # Template file for 'python3-testpath' pkgname=python3-testpath -version=0.4.4 -revision=3 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=0.6.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core" depends="python3" -short_desc="Test utilities for code working with files and commands (Python3)" +checkdepends="python3-pytest" +short_desc="Test utilities for Python code working with files and commands" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/jupyter/testpath" +changelog="https://raw.githubusercontent.com/jupyter/testpath/master/doc/history.rst" distfiles="${PYPI_SITE}/t/testpath/testpath-${version}.tar.gz" -checksum=60e0a3261c149755f4399a1fff7d37523179a70fdc3abdf78de9fc2604aeec7e +checksum=2f1b97e6442c02681ebe01bd84f531028a7caea1af3825000f52345c30285e0f pre_build() { rm -f testpath/cli-*.exe } + post_install() { vlicense LICENSE }