David Rochberg | b41a194 | 2010-03-09 13:48:11 -0800 | [diff] [blame] | 1 | # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
David Rochberg | ea300fc | 2010-03-18 11:12:55 -0400 | [diff] [blame] | 3 | inherit distutils |
David Rochberg | b41a194 | 2010-03-09 13:48:11 -0800 | [diff] [blame] | 4 | EAPI="2" |
| 5 | |
David Rochberg | ea300fc | 2010-03-18 11:12:55 -0400 | [diff] [blame] | 6 | tarname="mox-${PV}" |
David Rochberg | b41a194 | 2010-03-09 13:48:11 -0800 | [diff] [blame] | 7 | DESCRIPTION="Mock object generator for python testing" |
| 8 | HOMEPAGE="http://code.google.com/p/pymox" |
| 9 | SRC_URI="http://pymox.googlecode.com/files/${tarname}.tar.gz" |
| 10 | LICENSE="Apache-2.0" |
| 11 | SLOT="0" |
| 12 | KEYWORDS="amd64 x86 arm" |
| 13 | |
David Rochberg | ea300fc | 2010-03-18 11:12:55 -0400 | [diff] [blame] | 14 | PYTHON_MODNAME="mox" |
| 15 | |
David Rochberg | b41a194 | 2010-03-09 13:48:11 -0800 | [diff] [blame] | 16 | S=${WORKDIR}/${tarname} |