17 lines
525 B
Bash
17 lines
525 B
Bash
# Template file for 'autopep8'
|
|
pkgname=autopep8
|
|
version=1.5.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-pycodestyle"
|
|
depends="python3-pycodestyle"
|
|
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=cc6be1dfd46f2c7fa00e84a357f1a269683985b09eaffb47654ed551194399eb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|