20 lines
542 B
Bash
20 lines
542 B
Bash
# Template file for 'python3-mccabe'
|
|
pkgname=python3-mccabe
|
|
version=0.7.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="McCabe complexity checker for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/PyCQA/mccabe"
|
|
distfiles="${PYPI_SITE}/m/mccabe/mccabe-${version}.tar.gz"
|
|
checksum=348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325
|
|
replaces="mccabe>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|