ipython 0.9.1: new recipe
authorElena ``of Valhalla'' Grandi <elena.valhalla@gmail.com>
Wed, 12 Nov 2008 10:02:16 +0000 (11:02 +0100)
committerElena ``of Valhalla'' Grandi <elena.valhalla@gmail.com>
Wed, 12 Nov 2008 10:02:16 +0000 (11:02 +0100)
packages/ipython/ipython_0.9.1.bb [new file with mode: 0644]

diff --git a/packages/ipython/ipython_0.9.1.bb b/packages/ipython/ipython_0.9.1.bb
new file mode 100644 (file)
index 0000000..7ab8d72
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "Enhanced Python Shell"
+HOMEPAGE = "http://ipython.scipy.org/moin/"
+SECTION = "devel/python"
+LICENSE = "BSD"
+DEPENDS = "less"
+RDEPENDS = "python-pprint python-io python-shell python-misc python-lang \
+            python-stringold python-codecs python-crypt python-threading \
+            python-pydoc python-debugger python-textutils python-pickle \
+            python-subprocess"
+
+SRC_URI = "http://ipython.scipy.org/dist/ipython-${PV}.tar.gz"
+
+inherit distutils
+
+FILES_${PN} = "/"