pyflakes: update to 0.9.0

This commit is contained in:
Alessio Sergi 2015-06-04 12:56:46 +02:00
parent 81e78c1691
commit 1f543981fa
1 changed files with 7 additions and 3 deletions

View File

@ -1,15 +1,19 @@
# Template file for 'pyflakes'
pkgname=pyflakes
version=0.8.1
version=0.9.0
revision=1
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools"
depends="python"
depends="${hostmakedependso}"
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=3fa80a10b36d51686bf7744f5dc99622cd5c98ce8ed64022e629868aafc17769
checksum=4c4d73085ce5de9d8147011c060d129659baa1111d1a5a3035f2bd03f2976538
post_install() {
vlicense LICENSE
}