void-packages/srcpkgs/autopep8/template

20 lines
638 B
Bash

# Template file for 'autopep8'
pkgname=autopep8
version=1.7.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pycodestyle python3-toml"
checkdepends="python3-pytest $depends"
short_desc="Automatically formats Python code to conform to the PEP 8 style guide"
maintainer="k4leg <d0xi@inbox.ru>"
license="MIT"
homepage="https://github.com/hhatto/autopep8"
distfiles="${PYPI_SITE}/a/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ca9b1a83e53a7fad65d731dc7a2a2d50aa48f43850407c59f6a1a306c4201142
make_check=no # https://github.com/hhatto/autopep8/issues/645
post_install() {
vlicense LICENSE
}