void-packages/srcpkgs/pyflakes/template
2016-05-07 12:57:35 +02:00

19 lines
534 B
Bash

# Template file for 'pyflakes'
pkgname=pyflakes
version=1.2.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=58741f9d3bffeba8f88452c1eddcf1b3eee464560e4589e4b81de8b3c9e42e4d
post_install() {
vlicense LICENSE
}