chutzpah    14/04/02 21:30:33

  Modified:             ChangeLog
  Added:                pyparted-3.10-r1.ebuild
  Log:
  Revision bump, add python3_4 support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  Changes    Path
1.86                 dev-python/pyparted/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.86&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.86&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   18 Jan 2014 20:02:06 -0000      1.85
+++ ChangeLog   2 Apr 2014 21:30:33 -0000       1.86
@@ -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.85 
2014/01/18 20:02:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.86 
2014/04/02 21:30:33 chutzpah Exp $
+
+*pyparted-3.10-r1 (02 Apr 2014)
+
+  02 Apr 2014; Patrick McLean <[email protected]> +pyparted-3.10-r1.ebuild:
+  Revision bump, add python3_4 support.
 
   18 Jan 2014; Agostino Sarubbo <[email protected]> pyparted-3.10.ebuild:
   Stable for alpha, wrt bug #493130



1.1                  dev-python/pyparted/pyparted-3.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10-r1.ebuild?rev=1.1&content-type=text/plain

Index: pyparted-3.10-r1.ebuild
===================================================================
# 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-r1.ebuild,v 1.1 
2014/04/02 21:30:33 chutzpah 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}.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="
        ${RDEPEND}
"
# test? ( dev-python/pychecker )

src_test() {
        ewarn "Test suite disabled until dev-python/pychecker"
        ewarn "is migrated to -r1.eclass"
}




Reply via email to