17 lines
		
	
	
		
			625 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			625 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # Template file for 'python3-enchant'
 | |
| pkgname=python3-enchant
 | |
| version=3.2.0
 | |
| revision=3
 | |
| wrksrc="pyenchant-${version}"
 | |
| build_style=python3-module
 | |
| hostmakedepends="python3-setuptools enchant2-devel"
 | |
| depends="python3 enchant2"
 | |
| # needs an en_US dict to run
 | |
| 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/pyenchant/pyenchant"
 | |
| distfiles="https://github.com/pyenchant/pyenchant/archive/v${version}.tar.gz"
 | |
| checksum=3195bfc5cfbdeb8a60f9484390c2c982e59dd220d6f9a5f8418ba67551ead01a
 | 
