15 lines
476 B
Bash
15 lines
476 B
Bash
# Template file for 'mccabe'
|
|
pkgname=mccabe
|
|
version=0.3
|
|
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=3d8ca9bf65c5014f469180544d1dd5bb5b9df709aad6304f9c2e4370ae0a7b7c
|