summaryrefslogtreecommitdiff
path: root/dev-python/bpython/bpython-9999.ebuild
blob: 19d09064aeb5be8f495b359edfa166b4f0a5e233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils git

EGIT_REPO_URI="git://github.com/bobf/bpython.git"

DESCRIPTION="A fancy interface to the Python interpreter for Unix-like operating systems."
HOMEPAGE="http://www.noiseforfree.com/bpython/"
SRC_URI=""

LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=""
RDEPEND="dev-python/pygments
		>=dev-python/pyparsing-1.4.11"

DOCS="sample-rc"

pkg_setup()
{
	if ! built_with_use dev-lang/python ncurses; then
		echo
		eerror "dev-lang/python needs to be built with ncurses support."
		eerror "Please re-emerge python with the ncurses use flag set."
		die "Missing ncurses flag for dev-lang/python"
	fi
}