flake8: update to 2.4.0

Install license.
This commit is contained in:
Alessio Sergi 2015-03-10 12:58:00 +01:00
parent 70ea975e1e
commit 9fcb590cca
1 changed files with 8 additions and 4 deletions

View File

@ -1,15 +1,19 @@
# Template file for 'flake8'
pkgname=flake8
version=2.3.0
version=2.4.0
revision=1
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools"
depends="pep8 pyflakes mccabe"
depends="${hostmakedepends} pep8 pyflakes mccabe"
pycompile_module="flake8"
short_desc="Python tool that glues together pep8, pyflakes, mccabe"
short_desc="The modular source code checker: pep8, pyflakes, mccabe"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://gitlab.com/pycqa/flake8"
license="MIT"
distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz"
checksum=5ee1a43ccd0716d6061521eec6937c983efa027793013e572712c4da55c7c83e
checksum=d26a9d0252da9f831b8277b824961bb10b1f9d79f4752d32e4814b7bcd1e089b
post_install() {
vlicense LICENSE
}