diff options
author | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2008-11-12 11:02:16 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2008-11-12 11:02:16 +0100 |
commit | 003d23b18cad8c51f6f5bff894fcc28934200237 (patch) | |
tree | 587629eee1fd26503936370989881def570396d8 | |
parent | 61506008421d2e4557d79deca3fc97b84fd1c0b5 (diff) |
ipython 0.9.1: new recipe
-rw-r--r-- | packages/ipython/ipython_0.9.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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} = "/" |