# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Author: Maciej BliziƄski inherit distutils MY_N="mocker" MY_V="0.10.1" MY_P="${MY_N}-${MY_V}" DESCRIPTION="Python Mocker" HOMEPAGE="http://labix.org/mocker" SRC_URI="https://launchpad.net/mocker/trunk/${MY_V}/+download/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" S="${WORKDIR}/${MY_P}" DEPEND="python" src_install() { distutils_src_install # dodoc CHANGES # dohtml docs/* }