mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
autopep8: update to 2.0.4.
Adopt.
This commit is contained in:
parent
1d97cf8581
commit
c65a98ccb9
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'autopep8'
|
# Template file for 'autopep8'
|
||||||
pkgname=autopep8
|
pkgname=autopep8
|
||||||
version=2.0.2
|
version=2.0.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
# fails in CI due to readonly check
|
# fails in CI due to readonly check
|
||||||
make_check_args="-k not(io_error)"
|
make_check_args="-k not(io_error)"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-pycodestyle"
|
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="Orphaned <orphan@voidlinux.org>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/hhatto/autopep8"
|
homepage="https://github.com/hhatto/autopep8"
|
||||||
changelog="https://github.com/hhatto/autopep8/releases"
|
changelog="https://github.com/hhatto/autopep8/releases"
|
||||||
distfiles="${PYPI_SITE}/a/autopep8/autopep8-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/autopep8/autopep8-${version}.tar.gz"
|
||||||
checksum=f9849cdd62108cb739dbcdbfb7fdcc9a30d1b63c4cc3e1c1f893b5360941b61c
|
checksum=2913064abd97b3419d1cc83ea71f042cb821f87e45b9c88cad5ad3c4ea87fe0c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue