20 lines
606 B
Bash
20 lines
606 B
Bash
# Template file for 'python3-enchant'
|
|
pkgname=python3-enchant
|
|
version=3.1.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="pyenchant-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools enchant-devel"
|
|
depends="enchant"
|
|
short_desc="Spellchecking library for Python 3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1"
|
|
homepage="https://github.com/rfk/pyenchant"
|
|
distfiles="${PYPI_SITE}/p/pyenchant/pyenchant-${version}.tar.gz"
|
|
checksum=ce0915d7acd771fde6e8c2dce8ad0cb0e6f7c4fa8430cc96e3e7134e99aeb12f
|
|
|
|
do_check() {
|
|
: GtkSpellCheckerDialog is Python 2 only, at least in my understand
|
|
}
|