blob: a8a553a25f067460b3ba59537ac3408076b5278d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.2.1.ebuild,v 1.2 2006/04/01 15:20:51 agriffis Exp $
inherit distutils
DESCRIPTION="passive checker for python programs"
HOMEPAGE="http://divmod.org/projects/pyflakes"
SRC_URI="http://divmod.org/static/projects/pyflakes/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~ia64 ~x86"
IUSE=""
DEPEND=">=virtual/python-2.3"
|