diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-10-04 11:10:54 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-10-04 11:10:54 +0000 |
commit | f521a183771bc90b4d0d70221ff443325e681ffc (patch) | |
tree | 28d5c7451b0ac0245a2722e792d652407272ecff /dev-python/pyparted | |
parent | Version bump. (diff) | |
download | gentoo-2-f521a183771bc90b4d0d70221ff443325e681ffc.tar.gz gentoo-2-f521a183771bc90b4d0d70221ff443325e681ffc.tar.bz2 gentoo-2-f521a183771bc90b4d0d70221ff443325e681ffc.zip |
Version bump.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r-- | dev-python/pyparted/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-3.10_p0.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-python/pyparted/ChangeLog b/dev-python/pyparted/ChangeLog index 4ee5b5b264fa..bcac91102589 100644 --- a/dev-python/pyparted/ChangeLog +++ b/dev-python/pyparted/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyparted # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.88 2014/05/23 18:37:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.89 2014/10/04 11:10:54 jer Exp $ + +*pyparted-3.10_p0 (04 Oct 2014) + + 04 Oct 2014; Jeroen Roovers <jer@gentoo.org> +pyparted-3.10_p0.ebuild: + Version bump. 23 May 2014; Jeroen Roovers <jer@gentoo.org> -pyparted-3.8-r1.ebuild, -pyparted-3.9.ebuild: diff --git a/dev-python/pyparted/pyparted-3.10_p0.ebuild b/dev-python/pyparted/pyparted-3.10_p0.ebuild new file mode 100644 index 000000000000..0569d9ddc47f --- /dev/null +++ b/dev-python/pyparted/pyparted-3.10_p0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10_p0.ebuild,v 1.1 2014/10/04 11:10:54 jer Exp $ + +EAPI=5 + +PYTHON_COMPAT=(python{2_7,3_{3,4}}) +inherit distutils-r1 + +DESCRIPTION="Python bindings for sys-block/parted" +HOMEPAGE="https://fedorahosted.org/pyparted/" +SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P/_p/.}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND=">=sys-block/parted-3.1 + dev-python/decorator[${PYTHON_USEDEP}] + sys-libs/ncurses" +DEPEND="virtual/pkgconfig + ${RDEPEND}" +# test? ( dev-python/pychecker ) + +S="${WORKDIR}/${P/_p/.}" + +src_test() { + ewarn "Test suite disabled until dev-python/pychecker" + ewarn "is migrated to -r1.eclass" +} |