mccabe: update to 0.4.0

This commit is contained in:
Alessio Sergi 2016-01-30 23:24:56 +01:00
parent 236a36e993
commit 1ecb2adb66

View File

@ -1,6 +1,6 @@
# Template file for 'mccabe'
pkgname=mccabe
version=0.3.1
version=0.4.0
revision=1
noarch=yes
build_style=python-module
@ -9,7 +9,14 @@ 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"
homepage="https://github.com/PyCQA/mccabe"
license="MIT"
distfiles="${PYPI_SITE}/m/mccabe/mccabe-${version}.tar.gz"
checksum=5f7ea6fb3aa9afe146d07fd6d5cedf788747d8b0c29e44732453c2b2db1e3d16
checksum=9a2b12ebd876e77c72e41ebf401cc2e7c5b566649d50105ca49822688642207b
pre_build() {
sed -i '/setup_requires=/d' setup.py
}
post_install() {
vlicense LICENSE
}