diff options
author | 2014-03-13 18:10:59 +0000 | |
---|---|---|
committer | 2014-03-13 18:10:59 +0000 | |
commit | 5ab86c34decc81c2638394a75e3c93dd7e652751 (patch) | |
tree | a0ca9b86cfccc585258bad710deff839b11e6aed /dev-python/pudb | |
parent | Revision bump fixes symlink generation in src_install, bug #502190. (diff) | |
download | gentoo-2-5ab86c34decc81c2638394a75e3c93dd7e652751.tar.gz gentoo-2-5ab86c34decc81c2638394a75e3c93dd7e652751.tar.bz2 gentoo-2-5ab86c34decc81c2638394a75e3c93dd7e652751.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/pudb')
-rw-r--r-- | dev-python/pudb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pudb/pudb-2014.1.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/pudb/ChangeLog b/dev-python/pudb/ChangeLog index 566b5aecbf86..ec800b81ec84 100644 --- a/dev-python/pudb/ChangeLog +++ b/dev-python/pudb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pudb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pudb/ChangeLog,v 1.21 2014/01/25 10:02:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pudb/ChangeLog,v 1.22 2014/03/13 18:10:59 radhermit Exp $ + +*pudb-2014.1 (13 Mar 2014) + + 13 Mar 2014; Tim Harder <radhermit@gentoo.org> +pudb-2014.1.ebuild: + Version bump. 25 Jan 2014; Tim Harder <radhermit@gentoo.org> -pudb-2012.3-r1.ebuild, -pudb-2013.1.ebuild, -pudb-2013.2.ebuild, -pudb-2013.3.2.ebuild, diff --git a/dev-python/pudb/pudb-2014.1.ebuild b/dev-python/pudb/pudb-2014.1.ebuild new file mode 100644 index 000000000000..a2dfc1a3b54b --- /dev/null +++ b/dev-python/pudb/pudb-2014.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pudb/pudb-2014.1.ebuild,v 1.1 2014/03/13 18:10:59 radhermit Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="A full-screen, console-based Python debugger" +HOMEPAGE="http://pypi.python.org/pypi/pudb" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-interix ~x86-linux" + +RDEPEND="dev-python/urwid[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" |