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

View file

@ -1,15 +1,19 @@
# Template file for 'pyflakes' # Template file for 'pyflakes'
pkgname=pyflakes pkgname=pyflakes
version=0.8.1 version=0.9.0
revision=1 revision=1
noarch=yes noarch=yes
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools" hostmakedepends="python-setuptools"
depends="python" depends="${hostmakedependso}"
pycompile_module="pyflakes" pycompile_module="pyflakes"
short_desc="Passive checker of Python programs" short_desc="Passive checker of Python programs"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/pyflakes/pyflakes" homepage="https://github.com/pyflakes/pyflakes"
license="MIT" license="MIT"
distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz"
checksum=3fa80a10b36d51686bf7744f5dc99622cd5c98ce8ed64022e629868aafc17769 checksum=4c4d73085ce5de9d8147011c060d129659baa1111d1a5a3035f2bd03f2976538
post_install() {
vlicense LICENSE
}