parent
70ea975e1e
commit
9fcb590cca
|
@ -1,15 +1,19 @@
|
||||||
# Template file for 'flake8'
|
# Template file for 'flake8'
|
||||||
pkgname=flake8
|
pkgname=flake8
|
||||||
version=2.3.0
|
version=2.4.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="pep8 pyflakes mccabe"
|
depends="${hostmakedepends} pep8 pyflakes mccabe"
|
||||||
pycompile_module="flake8"
|
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>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://gitlab.com/pycqa/flake8"
|
homepage="https://gitlab.com/pycqa/flake8"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz"
|
||||||
checksum=5ee1a43ccd0716d6061521eec6937c983efa027793013e572712c4da55c7c83e
|
checksum=d26a9d0252da9f831b8277b824961bb10b1f9d79f4752d32e4814b7bcd1e089b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue