void-packages/srcpkgs/python3-pyflakes/template

21 lines
649 B
Bash

# Template file for 'python3-pyflakes'
pkgname=python3-pyflakes
version=3.0.1
revision=2
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=ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd
conflicts="python-pyflakes>=0"
post_install() {
vlicense LICENSE
}