void-packages/srcpkgs/python3-pyflakes/template
2021-07-14 11:39:24 -03:00

20 lines
571 B
Bash

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