vp-build/srcpkgs/python3-pyflakes/template

20 lines
571 B
Bash

# Template file for 'python3-pyflakes'
pkgname=python3-pyflakes
version=2.4.0
revision=1
wrksrc="pyflakes-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Passive checker of Python programs (Python3)"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT"
homepage="https://github.com/PyCQA/pyflakes"
distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz"
checksum=05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c
conflicts="python-pyflakes>=0"
post_install() {
vlicense LICENSE
}