diff options
Diffstat (limited to 'dev-python/pychecker/pychecker-0.8.13.ebuild')
-rw-r--r-- | dev-python/pychecker/pychecker-0.8.13.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/pychecker/pychecker-0.8.13.ebuild b/dev-python/pychecker/pychecker-0.8.13.ebuild new file mode 100644 index 000000000000..3ed6c6218139 --- /dev/null +++ b/dev-python/pychecker/pychecker-0.8.13.ebuild @@ -0,0 +1,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" |