blob: 780c7a4d38f1b349e8135fddaa2bff2fd09a3161 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.4.0.ebuild,v 1.3 2004/06/25 01:40:19 agriffis Exp $
inherit distutils
DESCRIPTION="PyLint is a python tool that checks if a module satisfy a coding standard"
SRC_URI="ftp://ftp.logilab.org/pub/pylint/${P}.tar.gz"
HOMEPAGE="http://www.logilab.org/projects/pylint/"
IUSE=""
SLOT="0"
KEYWORDS="~x86 ~ppc"
LICENSE="GPL-2"
DEPEND=">=dev-python/optik-1.4
>=dev-python/logilab-common-0.5.0"
|