19 lines
534 B
Bash
19 lines
534 B
Bash
# Template file for 'pyflakes'
|
|
pkgname=pyflakes
|
|
version=0.9.2
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="${hostmakedepends}"
|
|
pycompile_module="pyflakes"
|
|
short_desc="Passive checker of Python programs"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/pyflakes/pyflakes"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz"
|
|
checksum=02691c23ce699f252874b7c27f14cf26e3d4e82b58e5d584f000b7ab5be36a5f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|