contrib/pep8/Pkgfile
Mikhail Kolesnik 81af0c1ea6 pep8: new port
2013-01-22 20:28:11 +02:00

15 lines
349 B
Plaintext

# Description: Python style guide checker
# URL: http://pep8.readthedocs.org/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on: distribute
name=pep8
version=1.4.1
release=1
source=(http://pypi.python.org/packages/source/p/$name/$name-$version.tar.gz)
build () {
cd $name-$version
python setup.py install --root=$PKG
}