aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-20 12:46:09 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-20 14:50:55 -0300
commit641e1da642b4a8bbf682a67a6eea6f284204e828 (patch)
tree2b1d41577de27c7ae3f11bc7fa3eefa61b256878
parentd4e5bb8f66ae81cce5f310a153943ab44efc3230 (diff)
downloadaports-641e1da642b4a8bbf682a67a6eea6f284204e828.tar.bz2
aports-641e1da642b4a8bbf682a67a6eea6f284204e828.tar.xz
testing/py3-flake8-quotes: upgrade to 2.0.1
-rw-r--r--testing/py3-flake8-quotes/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/py3-flake8-quotes/APKBUILD b/testing/py3-flake8-quotes/APKBUILD
index 6ccb9ef141..8e9bf30010 100644
--- a/testing/py3-flake8-quotes/APKBUILD
+++ b/testing/py3-flake8-quotes/APKBUILD
@@ -2,13 +2,14 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-flake8-quotes
_pkgname=flake8-quotes
-pkgver=0.8.1
-pkgrel=3
+pkgver=2.0.1
+pkgrel=0
pkgdesc="Extension for flake8 which lint for double quotes"
+options="!check" # Tries to use flake8 from PyPi not system
url="http://github.com/zheller/flake8-quotes/"
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,6 +25,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-md5sums="f04c699da47d41c1bf4cb532072d17b6 flake8-quotes-0.8.1.tar.gz"
-sha256sums="668ec2fb0fbf1574a95f49e393364f8a114c7180e5cedc7377c5f4b5257e00fb flake8-quotes-0.8.1.tar.gz"
-sha512sums="f90182798817b88bbf72d7966498e5d2b37e0b2d6ec1e2cecdee69bae8ce582507cd7e3c82a1a9589dfd0bfa9976781280f6c1d51ebc1232a31d6e9a5c34b5e9 flake8-quotes-0.8.1.tar.gz"
+sha512sums="e86b2915463a25ac5b8ce4dbbae4a8dcef597891ba1439943dd224ab91583927f2a79b15ef303bb774c8f7a12c1d348fda9379e2b782ce9ee49ab16efe0b2f20 flake8-quotes-2.0.1.tar.gz"