summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2009-07-27 06:06:28 +0000
committerAndrey Grozin <grozin@gentoo.org>2009-07-27 06:06:28 +0000
commit3f0eee41188f5da074668930e9990c5b920ed40b (patch)
treebe213b22bbdcf85ed889530af763f0a141109e55 /dev-python/bpython
parentBump to latest. Use no-extensions version because the extensions rely on a bu... (diff)
downloadgentoo-2-3f0eee41188f5da074668930e9990c5b920ed40b.tar.gz
gentoo-2-3f0eee41188f5da074668930e9990c5b920ed40b.tar.bz2
gentoo-2-3f0eee41188f5da074668930e9990c5b920ed40b.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-python/bpython')
-rw-r--r--dev-python/bpython/ChangeLog7
-rw-r--r--dev-python/bpython/bpython-0.9.4.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-python/bpython/ChangeLog b/dev-python/bpython/ChangeLog
index a6f5e37f9786..bc5c7eb76fd4 100644
--- a/dev-python/bpython/ChangeLog
+++ b/dev-python/bpython/ChangeLog
@@ -1,6 +1,11 @@
# 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.7 2009/06/18 20:02:13 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.8 2009/07/27 06:06:28 grozin Exp $
+
+*bpython-0.9.4 (27 Jul 2009)
+
+ 27 Jul 2009; Andrey Grozin <grozin@gentoo.org> +bpython-0.9.4.ebuild:
+ Version bump
*bpython-0.9.3 (18 Jun 2009)
diff --git a/dev-python/bpython/bpython-0.9.4.ebuild b/dev-python/bpython/bpython-0.9.4.ebuild
new file mode 100644
index 000000000000..cd3f2c4e4510
--- /dev/null
+++ b/dev-python/bpython/bpython-0.9.4.ebuild
@@ -0,0 +1,19 @@
+# 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.4.ebuild,v 1.1 2009/07/27 06:06:28 grozin Exp $
+
+EAPI=2
+PYTHON_USE_WITH=ncurses
+inherit distutils
+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="~amd64 ~x86"
+IUSE=""
+DEPEND="dev-python/setuptools"
+# setuptools is needed at runtime for the wrapper script
+RDEPEND="${DEPEND}
+ dev-python/pygments"
+DOCS="sample-config sample.theme light.theme"