diff options
author | 2004-02-29 00:45:23 +0000 | |
---|---|---|
committer | 2004-02-29 00:45:23 +0000 | |
commit | 053864a697172bf9cc030bdb46500c22a4c2325d (patch) | |
tree | 78c73fddac54a712ce302117b5a707f11ef1fe8e /dev-python/pychecker/pychecker-0.8.13.ebuild | |
parent | Stable for sparcenstein. (diff) | |
download | historical-053864a697172bf9cc030bdb46500c22a4c2325d.tar.gz historical-053864a697172bf9cc030bdb46500c22a4c2325d.tar.bz2 historical-053864a697172bf9cc030bdb46500c22a4c2325d.zip |
Version bump.
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" |