15 lines
478 B
Bash
15 lines
478 B
Bash
# Template file for 'mccabe'
|
|
pkgname=mccabe
|
|
version=0.3.1
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
pycompile_module="mccabe.py"
|
|
short_desc="McCabe complexity checker for Python"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/flintwork/mccabe"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/m/mccabe/mccabe-${version}.tar.gz"
|
|
checksum=5f7ea6fb3aa9afe146d07fd6d5cedf788747d8b0c29e44732453c2b2db1e3d16
|