mccabe: update to 0.4.0
This commit is contained in:
parent
236a36e993
commit
1ecb2adb66
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'mccabe'
|
# Template file for 'mccabe'
|
||||||
pkgname=mccabe
|
pkgname=mccabe
|
||||||
version=0.3.1
|
version=0.4.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
@ -9,7 +9,14 @@ depends="python"
|
|||||||
pycompile_module="mccabe.py"
|
pycompile_module="mccabe.py"
|
||||||
short_desc="McCabe complexity checker for Python"
|
short_desc="McCabe complexity checker for Python"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/flintwork/mccabe"
|
homepage="https://github.com/PyCQA/mccabe"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/m/mccabe/mccabe-${version}.tar.gz"
|
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
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user