21 lines
755 B
Bash
21 lines
755 B
Bash
# Template file for 'python3-enchant'
|
|
pkgname=python3-enchant
|
|
version=3.2.2
|
|
revision=1
|
|
build_style=python3-module
|
|
# https://github.com/pyenchant/pyenchant/issues/313
|
|
make_check_args="
|
|
--deselect tests/test_pwl.py::test_suggestions
|
|
--deselect tests/test_pwl.py::test_dwpwl
|
|
"
|
|
hostmakedepends="python3-setuptools enchant2-devel"
|
|
depends="python3 enchant2"
|
|
# needs an en_US dict to run
|
|
checkdepends="$depends python3-pytest hunspell-en"
|
|
short_desc="Spellchecking library for Python 3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-only"
|
|
homepage="https://github.com/pyenchant/pyenchant"
|
|
distfiles="https://github.com/pyenchant/pyenchant/archive/v${version}.tar.gz"
|
|
checksum=dd107d7a51b77277d7605dd6df113e818efe9c7ac10ea03aadf65055edef1c04
|