Hi, ebuild is attached.
Created attachment 159855 [details] pmock-0.3.ebuild
Comment on attachment 159855 [details] pmock-0.3.ebuild ><HTML><HEAD/><BODY><PRE># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit distutils > >DESCRIPTION="A Python module for testing using mock objects." >HOMEPAGE="http://pmock.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="PSF-2.2" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc examples" > >DEPEND=">=dev-lang/python-2.3" >RDEPEND="${DEPEND}" > >src_test() { > ${python} src/unit_tests.py > ${python} src/acceptance_tests.py >} > >src_install() { > distutils_src_install > > if use doc; then > dohtml -r doc/* > fi > > if use examples; then > insinto "/usr/share/doc/${PF}/examples" > doins examples/* > fi >} ></PRE></BODY></HTML>
Created attachment 159858 [details] pmock-0.3.ebuild (fixed)
Sorry about that, just a couple of superficial changes.
From the website: "" pMock has not been under active development since mid 2004. For other suitable mocking frameworks see the Cheescake info on python mock testing tools "" I don't see a reason to include this at the moment.