summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-01-24 00:17:50 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-01-24 00:17:50 +0000
commit2f21716ca704e93f0aea290f9cad7c16d7ecf0f8 (patch)
tree1fb66af2b8d1eac0688a808a6dcc694c3248c351 /dev-python/pylint/pylint-0.6.0.ebuild
parenttypo (diff)
downloadhistorical-2f21716ca704e93f0aea290f9cad7c16d7ecf0f8.tar.gz
historical-2f21716ca704e93f0aea290f9cad7c16d7ecf0f8.tar.bz2
historical-2f21716ca704e93f0aea290f9cad7c16d7ecf0f8.zip
Version bump.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-python/pylint/pylint-0.6.0.ebuild')
-rw-r--r--dev-python/pylint/pylint-0.6.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/pylint/pylint-0.6.0.ebuild b/dev-python/pylint/pylint-0.6.0.ebuild
new file mode 100644
index 000000000000..ab5e5268422a
--- /dev/null
+++ b/dev-python/pylint/pylint-0.6.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.6.0.ebuild,v 1.1 2005/01/24 00:17:50 kloeri 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 ~amd64"
+LICENSE="GPL-2"
+DEPEND="|| ( >=dev-python/optik-1.4 >=dev-lang/python-2.3 )
+ >=dev-python/logilab-common-0.5.0"