mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
autopep8: update to 2.0.2.
This commit is contained in:
parent
382e2cffa8
commit
a211339c82
1 changed files with 8 additions and 6 deletions
|
@ -1,18 +1,20 @@
|
|||
# Template file for 'autopep8'
|
||||
pkgname=autopep8
|
||||
version=1.7.0
|
||||
revision=2
|
||||
version=2.0.2
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
# fails in CI due to readonly check
|
||||
make_check_args="-k not(io_error)"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-pycodestyle python3-toml"
|
||||
depends="python3-pycodestyle"
|
||||
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=ca9b1a83e53a7fad65d731dc7a2a2d50aa48f43850407c59f6a1a306c4201142
|
||||
make_check=no # https://github.com/hhatto/autopep8/issues/645
|
||||
changelog="https://github.com/hhatto/autopep8/releases"
|
||||
distfiles="${PYPI_SITE}/a/autopep8/autopep8-${version}.tar.gz"
|
||||
checksum=f9849cdd62108cb739dbcdbfb7fdcc9a30d1b63c4cc3e1c1f893b5360941b61c
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue