blob: 7ab8d724e30ffd51a9cf23d1d26e9c88c8be40f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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} = "/"
|