2014-10-12 20:01:12 +02:00
|
|
|
# Template file for 'pyflakes'
|
|
|
|
pkgname=pyflakes
|
2015-06-18 20:29:20 +02:00
|
|
|
version=0.9.2
|
2015-06-10 20:22:00 +02:00
|
|
|
revision=1
|
2014-10-12 20:01:12 +02:00
|
|
|
noarch=yes
|
|
|
|
build_style=python-module
|
|
|
|
hostmakedepends="python-setuptools"
|
2015-06-04 22:19:00 +02:00
|
|
|
depends="${hostmakedepends}"
|
2014-10-12 20:01:12 +02:00
|
|
|
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"
|
2015-06-18 20:29:20 +02:00
|
|
|
checksum=02691c23ce699f252874b7c27f14cf26e3d4e82b58e5d584f000b7ab5be36a5f
|
2015-06-04 12:56:46 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|