ipython: new recipe for version 0.10
authorElena Grandi <elena.valhalla@gmail.com>
Wed, 5 Aug 2009 07:24:49 +0000 (09:24 +0200)
committerElena Grandi <elena.valhalla@gmail.com>
Wed, 5 Aug 2009 13:51:12 +0000 (15:51 +0200)
conf/checksums.ini
recipes/ipython/ipython_0.10.bb [new file with mode: 0644]

index 12f0c99..1b049c8 100644 (file)
@@ -11470,6 +11470,10 @@ sha256=25d45acf19e3acd09745df47581ac7a13e3694ee51fe4e642108f9f228cacca9
 md5=a1d0aca33da380d6045c5c0e5002c09d
 sha256=9e4ab143828fefb3b67ce2bc3ad63a91cacc45d97161822915778683fb80343b
 
+[http://ipython.scipy.org/dist/ipython-0.10.tar.gz]
+md5=dd10cd1b622c16c1afca2239fcc0dfdf
+sha256=60d602637dc5f078b083a4ca5ab64364ba816bd72439844012ed11a30f88228c
+
 [http://ipython.scipy.org/dist/ipython-0.9.1.tar.gz]
 md5=8a1bd1a9be272f4ddf4de99e5c1ad0dc
 sha256=5540bc1a01f11ca66c3d7c31a43af670fd0f0044b8e38d142614872956548006
diff --git a/recipes/ipython/ipython_0.10.bb b/recipes/ipython/ipython_0.10.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} = "/"