17 lines
286 B
Bash
17 lines
286 B
Bash
# Copyright 2013 Tom Willemse <tom@ryuslash.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require distutils pypi
|
|
|
|
SUMMARY="Python style guide checker"
|
|
|
|
LICENCES="MIT"
|
|
SLOT="0"
|
|
PLATFORMS="~amd64"
|
|
MYOPTIONS=""
|
|
|
|
DEPENDENCIES="
|
|
build:
|
|
dev-python/setuptools
|
|
"
|
|
|