[oe-commits] Elena Grandi : ipython: new recipe for version 0.10

git version control git at git.openembedded.org
Wed Aug 5 13:53:43 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7de8c2a6cd1b732e64903a19aa8be14c13c666cd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7de8c2a6cd1b732e64903a19aa8be14c13c666cd

Author: Elena Grandi <elena.valhalla at gmail.com>
Date:   Wed Aug  5 09:24:49 2009 +0200

ipython: new recipe for version 0.10

---

 conf/checksums.ini              |    4 ++++
 recipes/ipython/ipython_0.10.bb |   15 +++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 12f0c99..1b049c8 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -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
index 0000000..7ab8d72
--- /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} = "/"





More information about the Openembedded-commits mailing list