aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-05-31 19:09:41 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-31 18:08:51 +0000
commite9bed0e2c0c4f9906f12f4f8f85f9308ab580240 (patch)
treeffe3cf5ea3b839c1b035e49ddda521ee2204fd87
parentc729baba43a06afbac9c859a9864f8e471c59d63 (diff)
downloadalpine_aports-e9bed0e2c0c4f9906f12f4f8f85f9308ab580240.tar.bz2
alpine_aports-e9bed0e2c0c4f9906f12f4f8f85f9308ab580240.tar.xz
alpine_aports-e9bed0e2c0c4f9906f12f4f8f85f9308ab580240.zip
testing/py3-flake8-quotes: upgrade to 3.2.0
-rw-r--r--testing/py3-flake8-quotes/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/py3-flake8-quotes/APKBUILD b/testing/py3-flake8-quotes/APKBUILD
index 27a49449da..68a6b089ca 100644
--- a/testing/py3-flake8-quotes/APKBUILD
+++ b/testing/py3-flake8-quotes/APKBUILD
@@ -1,8 +1,7 @@
1# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> 1# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> 2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
3pkgname=py3-flake8-quotes 3pkgname=py3-flake8-quotes
4_pkgname=flake8-quotes 4pkgver=3.2.0
5pkgver=3.0.0
6pkgrel=0 5pkgrel=0
7pkgdesc="Extension for flake8 which lint for double quotes" 6pkgdesc="Extension for flake8 which lint for double quotes"
8url="http://github.com/zheller/flake8-quotes/" 7url="http://github.com/zheller/flake8-quotes/"
@@ -10,8 +9,8 @@ arch="noarch"
10license="MIT" 9license="MIT"
11depends="py3-flake8" 10depends="py3-flake8"
12makedepends="py3-setuptools" 11makedepends="py3-setuptools"
13source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" 12source="https://files.pythonhosted.org/packages/source/f/flake8-quotes/flake8-quotes-$pkgver.tar.gz"
14builddir="$srcdir"/$_pkgname-$pkgver 13builddir="$srcdir"/flake8-quotes-$pkgver
15 14
16replaces="py-flake8-quotes" # Backwards compatiblity 15replaces="py-flake8-quotes" # Backwards compatiblity
17provides="py-flake8-quotes=$pkgver-r$pkgrel" # Backwards compatiblity 16provides="py-flake8-quotes=$pkgver-r$pkgrel" # Backwards compatiblity
@@ -28,4 +27,4 @@ package() {
28 python3 setup.py install --prefix=/usr --root="$pkgdir" 27 python3 setup.py install --prefix=/usr --root="$pkgdir"
29} 28}
30 29
31sha512sums="49959d47e7d3dceef9e91c9c28e7ec1d53ab409bab99e1df100cee8876d1172e9f23c6e7917633079efe8d7f017065a63cecfff223537c612ffe388cbf15248c flake8-quotes-3.0.0.tar.gz" 30sha512sums="29e3d73ab8710ae39c5dd610cef60dabcc72312b23a6ae44ff2969426fde8cf3f35b0b5d1445688374fc1236c9eef73a394cf987b7738835a877e6a78d86fdb8 flake8-quotes-3.2.0.tar.gz"