aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ipython/ipython_0.10.bb
blob: 43891dcae9a7b12f1814178e0d87c9c377999a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Enhanced Python Shell"
HOMEPAGE = "http://ipython.scipy.org/moin/"
SECTION = "devel/python"
LICENSE = "BSD"
DEPENDS = "less"
RDEPENDS_${PN} = "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} = "/"

SRC_URI[md5sum] = "dd10cd1b622c16c1afca2239fcc0dfdf"
SRC_URI[sha256sum] = "60d602637dc5f078b083a4ca5ab64364ba816bd72439844012ed11a30f88228c"