aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-autopep8
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-06 17:37:49 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-06 21:58:50 +0000
commit69888bb45a7ab114513a1c9d957fa67a9d14a6ce (patch)
tree35e73626abb462e97d20f46d7aa05f8a819bd5db /testing/py3-autopep8
parent4fa822684f8fdc87264231f2a1f56543dc87b5e4 (diff)
downloadaports-69888bb45a7ab114513a1c9d957fa67a9d14a6ce.tar.bz2
aports-69888bb45a7ab114513a1c9d957fa67a9d14a6ce.tar.xz
testing/py3-autopep8: upgrade to 1.5.1
Diffstat (limited to 'testing/py3-autopep8')
-rw-r--r--testing/py3-autopep8/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/py3-autopep8/APKBUILD b/testing/py3-autopep8/APKBUILD
index abc00f3f67..d183e934b8 100644
--- a/testing/py3-autopep8/APKBUILD
+++ b/testing/py3-autopep8/APKBUILD
@@ -1,14 +1,13 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname="py3-autopep8"
-pkgver="1.5"
+pkgname=py3-autopep8
+pkgver=1.5.1
pkgrel=0
pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 style guide"
url="https://pypi.python.org/pypi/autopep8/"
arch="noarch"
license="MIT"
depends="python3 py3-setuptools"
-makedepends="py3-setuptools"
source="https://github.com/hhatto/autopep8/archive/v$pkgver/autopep8-$pkgver.tar.gz"
builddir="$srcdir/autopep8-$pkgver"
@@ -24,4 +23,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="d1d9f8f2589ff5c8d65c644abd494d88aa3a2810973a249663cbc2e0ed7abc351be1d98c3de3e45e00bb401b1e5ca0a1a3d1875a05bce39a2afbb5706b683b37 autopep8-1.5.tar.gz"
+sha512sums="eeb7668aa7b470a12b4fa08ecbdc120d7fa01405565f2e43f26d5e419a904317545ee921acadf1f4676ba72811691f86e79f8bcddb10b53976f955430a1fc912 autopep8-1.5.1.tar.gz"