python3-Pyphen: update to 0.13.2.

This commit is contained in:
Andrew Benson 2022-12-20 18:04:15 -06:00
parent 4c624ee3da
commit 93df2e6f70
1 changed files with 3 additions and 3 deletions

View File

@ -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 <abenson+void@gmail.com>"
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