# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py3-flake8-quotes _pkgname=flake8-quotes 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="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 } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="e86b2915463a25ac5b8ce4dbbae4a8dcef597891ba1439943dd224ab91583927f2a79b15ef303bb774c8f7a12c1d348fda9379e2b782ce9ee49ab16efe0b2f20 flake8-quotes-2.0.1.tar.gz"