aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-flake8-todo/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-20 12:46:52 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-20 14:50:56 -0300
commit41b30216cae0f443647952e6c95e67dbd585a9fc (patch)
treeecf1fdf5c020255837e141cbf68b38f044685c72 /testing/py3-flake8-todo/APKBUILD
parent641e1da642b4a8bbf682a67a6eea6f284204e828 (diff)
downloadaports-41b30216cae0f443647952e6c95e67dbd585a9fc.tar.bz2
aports-41b30216cae0f443647952e6c95e67dbd585a9fc.tar.xz
testing/py3-flake8-todo: upgrade to 0.7
Diffstat (limited to 'testing/py3-flake8-todo/APKBUILD')
-rw-r--r--testing/py3-flake8-todo/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-flake8-todo/APKBUILD b/testing/py3-flake8-todo/APKBUILD
index aee1a74000..2279b776e7 100644
--- a/testing/py3-flake8-todo/APKBUILD
+++ b/testing/py3-flake8-todo/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-flake8-todo
_pkgname=flake8-todo
-pkgver=0.6
-pkgrel=3
+pkgver=0.7
+pkgrel=0
pkgdesc="TODO notes checker plugin for flake8"
url="https://github.com/schlamar/flake8-todo"
arch="noarch"
license="MIT"
-depends="flake8"
+depends="py3-flake8"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
@@ -24,4 +24,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="6988a41f5fc05d0cbd14617681c1002d466c33b3e3e5ce5bc8500f66457015e6538c083163cd4f6c1b4d5954e123e4de1c0caaec539053df6fc9be58d358bfa0 flake8-todo-0.6.tar.gz"
+sha512sums="d7a2259b531627c8866f1d7c29664f61dcd01a523f55efc851052f8ed5e1bc13108d7011093a1aedda2c343e1b127999aa91f65a5f29b218efc2bfc7064fdd96 flake8-todo-0.7.tar.gz"