summaryrefslogtreecommitdiff
blob: 3ed6c62181394e5c1f9841e7b41b0c89a0b43aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.13.ebuild,v 1.1 2004/02/29 00:45:22 kloeri Exp $

inherit distutils

DESCRIPTION="tool for finding common bugs in python source code"
SRC_URI="mirror://sourceforge/pychecker/${P}.tar.gz"
HOMEPAGE="http://pychecker.sourceforge.net/"

SLOT="0"
KEYWORDS="~x86 ~sparc ~alpha"
LICENSE="BSD"

DEPEND="virtual/python"

mydoc="pycheckrc TODO"