diff options
-rw-r--r-- | testing/py3-flake8-quotes/APKBUILD | 11 |
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" |