New package: python3-Pyphen-0.13.0

This commit is contained in:
Andrew Benson 2022-10-10 10:58:03 -05:00 committed by Andrew Benson
parent d48cf357ed
commit bc2d279a9f

View file

@ -0,0 +1,17 @@
# Template file for 'python3-Pyphen'
pkgname=python3-Pyphen
version=0.13.0
revision=1
build_style=python3-pep517
make_install_target="dist/pyphen-0.13.0-*-*-*.whl"
hostmakedepends="python3-poetry-core python3-flit_core"
checkdepends="python3-pytest-isort python3-pytest-cov python3-pytest-flake8
python3-pytest-xdist"
short_desc="Hy-phen-ation made easy"
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
make_check=no # Tests broken with flake8 v5.x and later
# https://github.com/Kozea/Pyphen/blob/master/pyproject.toml#L43