16 lines
566 B
Bash
16 lines
566 B
Bash
# Template file for 'python3-codespell'
|
|
pkgname=python3-codespell
|
|
version=1.17.1
|
|
revision=1
|
|
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=d9d90fdb223c3462cc3982f44c018bad873092ed7ac5b9efe23e1350fbe2d4c7
|
|
conflicts="python-codespell>=0"
|