16 lines
566 B
Bash
16 lines
566 B
Bash
# Template file for 'python3-codespell'
|
|
pkgname=python3-codespell
|
|
version=1.16.0
|
|
revision=4
|
|
wrksrc="codespell-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools"
|
|
short_desc="Checks code for common spelling mistakes (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/codespell-project/codespell"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=53d22aefa1daf3365ca4625877271d23d143c0a92c16e55daf5cd14b6494b8f4
|
|
conflicts="python-codespell>=0"
|