aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-flake8
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-26 18:44:23 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-26 18:51:39 -0300
commit25098346b653c9eecc796b89206e4225ccf93026 (patch)
tree8f0c221d03fd4af2089cb66fe79cf5e0988cb24d /community/py3-flake8
parent0d96a0dcf3258ad16187f5550c1e3ce3b7a469f8 (diff)
downloadaports-25098346b653c9eecc796b89206e4225ccf93026.tar.bz2
aports-25098346b653c9eecc796b89206e4225ccf93026.tar.xz
community/py3-flake8: upgrade to 3.7.8
Diffstat (limited to 'community/py3-flake8')
-rw-r--r--community/py3-flake8/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py3-flake8/APKBUILD b/community/py3-flake8/APKBUILD
index 594e0583ea..fd445b4982 100644
--- a/community/py3-flake8/APKBUILD
+++ b/community/py3-flake8/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-flake8
_pkgname=flake8
-pkgver=3.7.7
-pkgrel=3
+pkgver=3.7.8
+pkgrel=0
pkgdesc="A modular source code checker"
options="!check" # Some tests fail
url="https://gitlab.com/pycqa/flake8"
@@ -22,7 +22,7 @@ build() {
}
check() {
- PYTHONPATH=${PWD}/build/lib py.test-3
+ PYTHONPATH=$PWD/build/lib py.test-3
}
package() {
@@ -32,4 +32,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="45a1d6d0ff84bc79738853930f14c2aa423cb7ac68b1655887ac9f68efdcce3d49d13f01cfa86ac82b759bbfe2b1182006c51b612b9230882aa03932100b5511 flake8-3.7.7.tar.gz"
+sha512sums="a25076bb7f978ca23af0f2016b30bf5fe4680371b4c0939361a6f8c496f3c846cf98ecadee35fc2dedd588116c8cd982529972dd2411ab139621912b69132a1e flake8-3.7.8.tar.gz"