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