void-packages/srcpkgs/python3-pyflakes/template

21 lines
646 B
Bash

# Template file for 'python3-pyflakes'
pkgname=python3-pyflakes
version=3.2.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Passive checker of Python programs (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
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=1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f
conflicts="python-pyflakes>=0"
post_install() {
vlicense LICENSE
}