2012-02-10 11:10:17 +04:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2012-02-10 11:10:17 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/pep8-0.6.1.ebuild,v 1.2 2012/02/10 04:09:50 patrick Exp $
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
EAPI=3
|
|
|
|
|
2012-02-10 11:10:17 +04:00
|
|
|
PYTHON_DEPEND="2:2.5 3:3.1"
|
2012-02-06 16:39:49 +04:00
|
|
|
SUPPORT_PYTHON_ABIS="1"
|
|
|
|
|
|
|
|
inherit distutils
|
|
|
|
|
|
|
|
DESCRIPTION="Python style guide checker"
|
|
|
|
HOMEPAGE="http://github.com/jcrocholl/pep8 http://pypi.python.org/pypi/pep8"
|
|
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND="dev-python/setuptools"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
PYTHON_MODNAME="${PN}.py"
|
|
|
|
|
|
|
|
# tests aren't part of the official distfile yet. see:
|
|
|
|
# https://github.com/jcrocholl/pep8/pull/25
|