parent
a2561571c7
commit
9de84d0a5b
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'python3-enchant'
|
||||
pkgname=python3-enchant
|
||||
version=3.1.1
|
||||
revision=3
|
||||
version=3.2.0
|
||||
revision=1
|
||||
wrksrc="pyenchant-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools enchant2-devel"
|
||||
depends="enchant2"
|
||||
# needs an en_US dict to run
|
||||
checkdepends="$depends python3-pytest python3-pytest-cov hunspell-en_US"
|
||||
checkdepends="$depends python3-pytest hunspell-en_US"
|
||||
short_desc="Spellchecking library for Python 3"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-only"
|
||||
homepage="https://github.com/rfk/pyenchant"
|
||||
homepage="https://github.com/pyenchant/pyenchant"
|
||||
distfiles="https://github.com/pyenchant/pyenchant/archive/v${version}.tar.gz"
|
||||
checksum=ced3a776116e63ed7e496401ed23ac4ba52ac7942cd808492e8e654b27dccacd
|
||||
checksum=3195bfc5cfbdeb8a60f9484390c2c982e59dd220d6f9a5f8418ba67551ead01a
|
||||
|
|
Loading…
Reference in a new issue