summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/mock/mock-0.6.0.ebuild')
-rw-r--r--dev-python/mock/mock-0.6.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/mock/mock-0.6.0.ebuild b/dev-python/mock/mock-0.6.0.ebuild
new file mode 100644
index 000000000000..cad91a9d2314
--- /dev/null
+++ b/dev-python/mock/mock-0.6.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-0.6.0.ebuild,v 1.1 2009/10/05 22:06:00 patrick Exp $
+
+EAPI="2"
+
+inherit distutils
+
+DESCRIPTION="Python mocking library using action -> assertion pattern"
+SRC_URI="http://www.voidspace.org.uk/downloads/${P}.zip"
+HOMEPAGE="http://www.voidspace.org.uk/python/mock/"
+
+IUSE=""
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND=">=virtual/python-2.4"