void-packages/srcpkgs/python3-codespell/template
2021-10-09 08:01:30 -04:00

15 lines
566 B
Bash

# Template file for 'python3-codespell'
pkgname=python3-codespell
version=1.17.1
revision=2
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"