summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2009-06-07 10:57:44 +0000
committerAndrey Grozin <grozin@gentoo.org>2009-06-07 10:57:44 +0000
commitdcb7f9079445848571da8fed917d6250c8308641 (patch)
treed0387cbc876a98428a38a300345ac38d69e93a9e /dev-python
parentVersion bump (bug #272917). Added a patch: now you can set light to True in .... (diff)
downloadgentoo-2-dcb7f9079445848571da8fed917d6250c8308641.tar.gz
gentoo-2-dcb7f9079445848571da8fed917d6250c8308641.tar.bz2
gentoo-2-dcb7f9079445848571da8fed917d6250c8308641.zip
Sorry, a dependencies fix
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/bpython/ChangeLog5
-rw-r--r--dev-python/bpython/bpython-0.9.2.ebuild14
2 files changed, 12 insertions, 7 deletions
diff --git a/dev-python/bpython/ChangeLog b/dev-python/bpython/ChangeLog
index 93b2efdb6a29..2837e2c52e7c 100644
--- a/dev-python/bpython/ChangeLog
+++ b/dev-python/bpython/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/bpython
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.2 2009/06/07 10:46:56 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.3 2009/06/07 10:57:44 grozin Exp $
+
+ 07 Jun 2009; Andrey Grozin <grozin@gentoo.org> bpython-0.9.2.ebuild:
+ Sorry, a dependencies fix
*bpython-0.9.2 (07 Jun 2009)
diff --git a/dev-python/bpython/bpython-0.9.2.ebuild b/dev-python/bpython/bpython-0.9.2.ebuild
index 9d4a8b595ceb..c70586089fce 100644
--- a/dev-python/bpython/bpython-0.9.2.ebuild
+++ b/dev-python/bpython/bpython-0.9.2.ebuild
@@ -1,19 +1,21 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.9.2.ebuild,v 1.1 2009/06/07 10:46:56 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.9.2.ebuild,v 1.2 2009/06/07 10:57:44 grozin Exp $
EAPI=2
inherit distutils
-DESCRIPTION="Curses interface to python"
-HOMEPAGE="http://www.bpython-interpreter.org/"
-SRC_URI="http://www.bpython-interpreter.org/releases/${P}.tar.gz"
+DESCRIPTION="Syntax highlighting and autocompletion for the python interpreter"
+HOMEPAGE="http://www.${PN}-interpreter.org/"
+SRC_URI="${HOMEPAGE}/releases/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="dev-python/pygments
+DEPEND="dev-python/setuptools"
+# setuptools is needed at runtime for the wrapper script
+RDEPEND="${DEPEND}
+ dev-python/pygments
dev-python/pyparsing"
-RDEPEND="${DEPEND}"
DOCS="sample.ini"
src_prepare() {