#Maintainer: Matthew Sloan matthew@sloan.cc pkgname=python-pep8-naming pkgver=0.2.2 pkgrel=1 pkgdesc="This module provides a name plugin for flake8, the Python code checker." depends=('python') makedepends=('python-distribute') source=(https://pypi.python.org/packages/source/p/pep8-naming/pep8-naming-${pkgver}.tar.gz) url="https://github.com/flintwork/pep8-naming" license=('Expat') arch=('any') package() { cd "${srcdir}/pep8-naming-${pkgver}" python setup.py install --root="${pkgdir}" --optimize=1 } md5sums=('feb6f2e48889cc18499ec263b2bee468')