diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-30 20:31:40 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-30 20:31:40 +0000 |
commit | 7c8db43ca8580b6c0cfb24c26b27969628e51ad9 (patch) | |
tree | 63a0b31374ea102aaf5a513249e5a910a87996e0 /dev-python/pudb/pudb-0.92.13.ebuild | |
parent | moved to eapi=2 (diff) | |
download | historical-7c8db43ca8580b6c0cfb24c26b27969628e51ad9.tar.gz historical-7c8db43ca8580b6c0cfb24c26b27969628e51ad9.tar.bz2 historical-7c8db43ca8580b6c0cfb24c26b27969628e51ad9.zip |
Version bump.
Package-Manager: portage-14746-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pudb/pudb-0.92.13.ebuild')
-rw-r--r-- | dev-python/pudb/pudb-0.92.13.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/pudb/pudb-0.92.13.ebuild b/dev-python/pudb/pudb-0.92.13.ebuild new file mode 100644 index 000000000000..41ab4bb955a7 --- /dev/null +++ b/dev-python/pudb/pudb-0.92.13.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pudb/pudb-0.92.13.ebuild,v 1.1 2009/10/30 20:31:40 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="A full-screen, console-based Python debugger" +HOMEPAGE="http://pypi.python.org/pypi/pudb" +SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-interix ~x86-linux" +IUSE="" + +RDEPEND="dev-python/urwid + dev-python/pygments" +DEPEND="${RDEPEND} + dev-python/setuptools" +RESTRICT_PYTHON_ABIS="3.*" |