summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-12 12:25:12 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-12 12:25:12 +0100
commit606593319557ce421bc9f9309dd3707f8272dfac (patch)
tree286df5415118c584d538db2b079fd4fc53a700dc
parent6a5adf6d9e42d9df88957a517403de224effa67d (diff)
parent590c0be276f66ed712ef3c2ec8e4ac14da0e28f6 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
-rw-r--r--conf/checksums.ini8
-rw-r--r--packages/ipython/ipython_0.9.1.bb15
2 files changed, 23 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index c34e6ce706..7b4ae23979 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -5142,6 +5142,10 @@ sha256=77cb4bd39a4cec2aa3d61b0519134f9e4a65613960b3b3ee34dd2452d5e12ba7
md5=c42dfaebc37fe81eab0b5676b124ab63
sha256=417922d35e66ee90cf93cf3e93fdf281ec6b92de4f7436c9c1a97c0cc35b94a8
+[ftp://ftp.gnu.org/gnu/chess/gnuchess-5.05.tar.gz]
+md5=008820142c414517512ab0ad3e036c8b
+sha256=d97ee0f1c45e1bfa880305a33e7e0ef695927094adce100cc76a76a0f57ef789
+
[http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.6/gnumeric-1.6.3.tar.bz2]
md5=78ffd75ae6abc3bb20dd04407a082a26
sha256=badaa6899f71ef112515ce81aee02e559e18b5fa87c7f2262390764aaf9b1dc0
@@ -7274,6 +7278,10 @@ sha256=c5c8a091ed9a1fa2dab86b4d87719064b50c202e8503046f50f299a361e6211c
md5=b5493f7a2997130a4f86c486c9993b86
sha256=25d45acf19e3acd09745df47581ac7a13e3694ee51fe4e642108f9f228cacca9
+[http://ipython.scipy.org/dist/ipython-0.9.1.tar.gz]
+md5=8a1bd1a9be272f4ddf4de99e5c1ad0dc
+sha256=5540bc1a01f11ca66c3d7c31a43af670fd0f0044b8e38d142614872956548006
+
[http://www.vanille.de/mirror/iqnotes-2.0.2-src.tar.bz2]
md5=9d9504055b37247ece87b31895eb2e5b
sha256=27badd5d9f3167443099c6b6cf66b05b9e32cc71f03d692cff474c2279c4f4cd
diff --git a/packages/ipython/ipython_0.9.1.bb b/packages/ipython/ipython_0.9.1.bb
new file mode 100644
index 0000000000..7ab8d724e3
--- /dev/null
+++ b/packages/ipython/ipython_0.9.1.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} = "/"