mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'autopep8'
|
||||||
pkgname=autopep8
|
pkgname=autopep8
|
||||||
version=1.7.0
|
version=2.0.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
# fails in CI due to readonly check
|
||||||
|
make_check_args="-k not(io_error)"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pycodestyle python3-toml"
|
depends="python3-pycodestyle"
|
||||||
checkdepends="python3-pytest $depends"
|
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"
|
changelog="https://github.com/hhatto/autopep8/releases"
|
||||||
checksum=ca9b1a83e53a7fad65d731dc7a2a2d50aa48f43850407c59f6a1a306c4201142
|
distfiles="${PYPI_SITE}/a/autopep8/autopep8-${version}.tar.gz"
|
||||||
make_check=no # https://github.com/hhatto/autopep8/issues/645
|
checksum=f9849cdd62108cb739dbcdbfb7fdcc9a30d1b63c4cc3e1c1f893b5360941b61c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue