autopep8: update to 1.6.0.
This commit is contained in:
parent
73f4a79f44
commit
fa51e58396
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'autopep8'
|
# Template file for 'autopep8'
|
||||||
pkgname=autopep8
|
pkgname=autopep8
|
||||||
version=1.5.4
|
version=1.6.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pycodestyle python3-toml"
|
depends="python3-pycodestyle python3-toml"
|
||||||
|
checkdepends="python3-pytest $depends"
|
||||||
short_desc="Automatically formats Python code to conform to the PEP 8 style guide"
|
short_desc="Automatically formats Python code to conform to the PEP 8 style guide"
|
||||||
maintainer="k4leg <d0xi@inbox.ru>"
|
maintainer="k4leg <d0xi@inbox.ru>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/hhatto/autopep8"
|
homepage="https://github.com/hhatto/autopep8"
|
||||||
distfiles="${PYPI_SITE}/a/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=d21d3901cb0da6ebd1e83fc9b0dfbde8b46afc2ede4fe32fbda0c7c6118ca094
|
checksum=44f0932855039d2c15c4510d6df665e4730f2b8582704fa48f9c55bd3e17d979
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue