diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-02 01:51:18 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-02 01:51:18 +0000 |
commit | 5fe30744593be8179877f759b1e0dfd918bf5561 (patch) | |
tree | 493095ea89e0b22dc401fdfcb14faaa8436e991d /dev-python | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-5fe30744593be8179877f759b1e0dfd918bf5561.tar.gz gentoo-2-5fe30744593be8179877f759b1e0dfd918bf5561.tar.bz2 gentoo-2-5fe30744593be8179877f759b1e0dfd918bf5561.zip |
Version bump. Set SUPPORT_PYTHON_ABIS.
(Portage version: 14471-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/bpython/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.9.5.2.ebuild (renamed from dev-python/bpython/bpython-0.9.4.ebuild) | 18 |
2 files changed, 19 insertions, 7 deletions
diff --git a/dev-python/bpython/ChangeLog b/dev-python/bpython/ChangeLog index 76591704b72e..34f4d3fcb3bb 100644 --- a/dev-python/bpython/ChangeLog +++ b/dev-python/bpython/ChangeLog @@ -1,6 +1,12 @@ # 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.10 2009/09/24 15:51:43 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.11 2009/10/02 01:51:18 arfrever Exp $ + +*bpython-0.9.5.2 (02 Oct 2009) + + 02 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -bpython-0.9.4.ebuild, +bpython-0.9.5.2.ebuild: + Version bump. Set SUPPORT_PYTHON_ABIS. *bpython-0.9.5.1 (24 Sep 2009) diff --git a/dev-python/bpython/bpython-0.9.4.ebuild b/dev-python/bpython/bpython-0.9.5.2.ebuild index cd3f2c4e4510..9fe3744e2efc 100644 --- a/dev-python/bpython/bpython-0.9.4.ebuild +++ b/dev-python/bpython/bpython-0.9.5.2.ebuild @@ -1,19 +1,25 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.9.5.2.ebuild,v 1.1 2009/10/02 01:51:18 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" +PYTHON_USE_WITH="ncurses" -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" + +DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter" +HOMEPAGE="http://www.bpython-interpreter.org/" +SRC_URI="http://www.bpython-interpreter.org/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" |