18 lines
576 B
Bash
18 lines
576 B
Bash
# Template file for 'autopep8'
|
|
pkgname=autopep8
|
|
version=1.6.0
|
|
revision=1
|
|
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=44f0932855039d2c15c4510d6df665e4730f2b8582704fa48f9c55bd3e17d979
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|