# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py3-flake8-quotes _pkgname=flake8-quotes pkgver=3.0.0 pkgrel=0 pkgdesc="Extension for flake8 which lint for double quotes" url="http://github.com/zheller/flake8-quotes/" arch="noarch" license="MIT" 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 replaces="py-flake8-quotes" # Backwards compatiblity provides="py-flake8-quotes=$pkgver-r$pkgrel" # Backwards compatiblity build() { python3 setup.py build } check() { python3 setup.py test } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="49959d47e7d3dceef9e91c9c28e7ec1d53ab409bab99e1df100cee8876d1172e9f23c6e7917633079efe8d7f017065a63cecfff223537c612ffe388cbf15248c flake8-quotes-3.0.0.tar.gz"