diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-07-05 16:46:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-07-05 16:46:43 +0000 |
commit | 568f758120e063a212842fcb3f5a31ca0dcdd7f5 (patch) | |
tree | 8b5fb118fd3d2857db7f20e1917e7083b1719916 /dev-python/pyparted | |
parent | remove tabs that is provided by ncurses, bug #360569 by Yuta SATOH (diff) | |
download | gentoo-2-568f758120e063a212842fcb3f5a31ca0dcdd7f5.tar.gz gentoo-2-568f758120e063a212842fcb3f5a31ca0dcdd7f5.tar.bz2 gentoo-2-568f758120e063a212842fcb3f5a31ca0dcdd7f5.zip |
Version bump.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r-- | dev-python/pyparted/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-3.8.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-python/pyparted/ChangeLog b/dev-python/pyparted/ChangeLog index 1d88af58e392..c847376e4a81 100644 --- a/dev-python/pyparted/ChangeLog +++ b/dev-python/pyparted/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyparted # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.60 2011/04/16 17:10:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.61 2011/07/05 16:46:43 jer Exp $ + +*pyparted-3.8 (05 Jul 2011) + + 05 Jul 2011; Jeroen Roovers <jer@gentoo.org> +pyparted-3.8.ebuild: + Version bump. *pyparted-3.6 (16 Apr 2011) diff --git a/dev-python/pyparted/pyparted-3.8.ebuild b/dev-python/pyparted/pyparted-3.8.ebuild new file mode 100644 index 000000000000..4ae795e5c0ca --- /dev/null +++ b/dev-python/pyparted/pyparted-3.8.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.8.ebuild,v 1.1 2011/07/05 16:46:43 jer Exp $ + +EAPI="3" +PYTHON_DEPEND="2:2.7" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" + +inherit distutils + +DESCRIPTION="Python bindings for sys-block/parted" +HOMEPAGE="https://fedorahosted.org/pyparted/" +SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +CDEPEND=" + dev-python/decorator + >=sys-block/parted-3 + sys-libs/ncurses +" +DEPEND=" + ${CDEPEND} + test? ( dev-python/pychecker ) +" +RDEPEND="${CDEPEND}" |