# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="determines a dependency graph between Python modules primarily by bytecode analysis for import statements." HOMEPAGE="http://undefined.org/python/#modulegraph" SRC_URI="http://cheeseshop.python.org/packages/source/m/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.4.4 >=dev-python/altgraph-0.6.7" RDEPEND="${DEPEND}"