20 lines
561 B
Bash
20 lines
561 B
Bash
# Template file for 'flake8'
|
|
pkgname=flake8
|
|
version=2.4.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="${hostmakedepends} pep8 pyflakes mccabe"
|
|
pycompile_module="flake8"
|
|
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=d26a9d0252da9f831b8277b824961bb10b1f9d79f4752d32e4814b7bcd1e089b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|