19 lines
534 B
Bash
19 lines
534 B
Bash
# Template file for 'pyflakes'
|
|
pkgname=pyflakes
|
|
version=1.0.0
|
|
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=f39e33a4c03beead8774f005bd3ecf0c3f2f264fa0201de965fce0aff1d34263
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|