mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
autopep8: update to 1.5.3.
This commit is contained in:
parent
72ca7346b7
commit
76d4abf4b6
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'autopep8'
|
# Template file for 'autopep8'
|
||||||
pkgname=autopep8
|
pkgname=autopep8
|
||||||
version=1.5.2
|
version=1.5.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-pycodestyle"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pycodestyle"
|
depends="python3-pycodestyle python3-toml"
|
||||||
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=152fd8fe47d02082be86e05001ec23d6f420086db56b17fc883f3f965fb34954
|
checksum=60fd8c4341bab59963dafd5d2a566e94f547e660b9b396f772afe67d8481dbf0
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue