# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A mock object package for Python, allowing to imitate the behavior of methods in limited situations without relying on their implementation" HOMEPAGE="http://theblobshop.com/pymock/" SRC_URI="http://theblobshop.com/downloads/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" inherit distutils