blob: 64b9020d8b79dabf3557457aac29a6d2063319ae [file] [log] [blame]
David Rochbergb41a1942010-03-09 13:48:11 -08001# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2# Distributed under the terms of the GNU General Public License v2
David Rochbergea300fc2010-03-18 11:12:55 -04003inherit distutils
David Rochbergb41a1942010-03-09 13:48:11 -08004EAPI="2"
5
David Rochbergea300fc2010-03-18 11:12:55 -04006tarname="mox-${PV}"
David Rochbergb41a1942010-03-09 13:48:11 -08007DESCRIPTION="Mock object generator for python testing"
8HOMEPAGE="http://code.google.com/p/pymox"
9SRC_URI="http://pymox.googlecode.com/files/${tarname}.tar.gz"
10LICENSE="Apache-2.0"
11SLOT="0"
12KEYWORDS="amd64 x86 arm"
13
David Rochbergea300fc2010-03-18 11:12:55 -040014PYTHON_MODNAME="mox"
15
David Rochbergb41a1942010-03-09 13:48:11 -080016S=${WORKDIR}/${tarname}