void-packages/srcpkgs/autopep8/template
2020-06-11 14:48:39 +02:00

18 lines
537 B
Bash

# Template file for 'autopep8'
pkgname=autopep8
version=1.5.3
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pycodestyle python3-toml"
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=60fd8c4341bab59963dafd5d2a566e94f547e660b9b396f772afe67d8481dbf0
post_install() {
vlicense LICENSE
}