aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ipython
diff options
context:
space:
mode:
authorElena Grandi <elena.valhalla@gmail.com>2009-08-05 09:24:49 +0200
committerElena Grandi <elena.valhalla@gmail.com>2009-08-05 15:51:12 +0200
commit7de8c2a6cd1b732e64903a19aa8be14c13c666cd (patch)
treeca1575c0f6a4cb00bc2ab112ef2be89d7590eeea /recipes/ipython
parent2880b3877d38bfaa4056af6df7f122a64e955292 (diff)
downloadopenembedded-7de8c2a6cd1b732e64903a19aa8be14c13c666cd.tar.gz
ipython: new recipe for version 0.10
Diffstat (limited to 'recipes/ipython')
-rw-r--r--recipes/ipython/ipython_0.10.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/ipython/ipython_0.10.bb b/recipes/ipython/ipython_0.10.bb
new file mode 100644
index 0000000000..7ab8d724e3
--- /dev/null
+++ b/recipes/ipython/ipython_0.10.bb
@@ -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} = "/"