diff options
author | Elena Grandi <elena.valhalla@gmail.com> | 2009-08-05 09:24:49 +0200 |
---|---|---|
committer | Elena Grandi <elena.valhalla@gmail.com> | 2009-08-05 15:51:12 +0200 |
commit | 7de8c2a6cd1b732e64903a19aa8be14c13c666cd (patch) | |
tree | ca1575c0f6a4cb00bc2ab112ef2be89d7590eeea | |
parent | 2880b3877d38bfaa4056af6df7f122a64e955292 (diff) |
ipython: new recipe for version 0.10
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | 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 12f0c99f4c..1b049c81d8 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 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} = "/" |