void-packages/srcpkgs/pyflakes/template
2016-05-13 17:43:23 +02:00

19 lines
534 B
Bash

# Template file for 'pyflakes'
pkgname=pyflakes
version=1.2.3
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=2e4a1b636d8809d8f0a69f341acf15b2e401a3221ede11be439911d23ce2139e
post_install() {
vlicense LICENSE
}