20 lines
579 B
Bash
20 lines
579 B
Bash
# Template file for 'python3-pyflakes'
|
|
pkgname=python3-pyflakes
|
|
version=2.2.0
|
|
revision=3
|
|
wrksrc="pyflakes-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools"
|
|
short_desc="Passive checker of Python programs (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/PyCQA/pyflakes"
|
|
distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz"
|
|
checksum=35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8
|
|
conflicts="python-pyflakes>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|