vp-build/srcpkgs/python3-pyflakes/template

22 lines
678 B
Bash

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