void-packages/srcpkgs/python3-Pyphen/template

18 lines
804 B
Bash

# Template file for 'python3-Pyphen'
pkgname=python3-Pyphen
version=0.13.2
revision=1
build_style=python3-pep517
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"
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=b6e62db6576b1a3a0d536a9716773978d86e1bf0cc694fdd9b81e688f1d0c13d
make_check=no # Tests broken with flake8 v5.x and later
# https://github.com/Kozea/Pyphen/blob/master/pyproject.toml#L43