From 93df2e6f704bab7c4af3b06ed74aaa38b6ad9883 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 20 Dec 2022 18:04:15 -0600 Subject: [PATCH] python3-Pyphen: update to 0.13.2. --- srcpkgs/python3-Pyphen/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-Pyphen/template b/srcpkgs/python3-Pyphen/template index 4135cf9b24c..f82f3250c99 100644 --- a/srcpkgs/python3-Pyphen/template +++ b/srcpkgs/python3-Pyphen/template @@ -1,9 +1,9 @@ # Template file for 'python3-Pyphen' pkgname=python3-Pyphen -version=0.13.0 +version=0.13.2 revision=1 build_style=python3-pep517 -make_install_target="dist/pyphen-0.13.0-*-*-*.whl" +make_install_target="dist/pyphen-${version}-*-*-*.whl" hostmakedepends="python3-poetry-core python3-flit_core" checkdepends="python3-pytest-isort python3-pytest-cov python3-pytest-flake8 python3-pytest-xdist" @@ -12,6 +12,6 @@ maintainer="Andrew Benson " license="GPL-2.0-or-later, LGPL-2.1-or-later, MPL-1.1" homepage="https://www.courtbouillon.org/pyphen" distfiles="https://github.com/Kozea/Pyphen/archive/refs/tags/${version}.tar.gz" -checksum=e591d26b455fb207b3a7ed000176ae71a671a3955520806fcb05842e3b3228fe +checksum=b6e62db6576b1a3a0d536a9716773978d86e1bf0cc694fdd9b81e688f1d0c13d make_check=no # Tests broken with flake8 v5.x and later # https://github.com/Kozea/Pyphen/blob/master/pyproject.toml#L43