20 lines
534 B
Bash
20 lines
534 B
Bash
# Template file for 'pyflakes'
|
|
pkgname=pyflakes
|
|
version=0.9.0
|
|
revision=2
|
|
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=4c4d73085ce5de9d8147011c060d129659baa1111d1a5a3035f2bd03f2976538
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|