jer         15/05/09 07:46:21

  Modified:             ChangeLog
  Added:                pyparted-3.10.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.101                dev-python/pyparted/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   14 Apr 2015 12:13:35 -0000      1.100
+++ ChangeLog   9 May 2015 07:46:21 -0000       1.101
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyparted
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.100 
2015/04/14 12:13:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.101 
2015/05/09 07:46:21 jer Exp $
+
+*pyparted-3.10.4 (09 May 2015)
+
+  09 May 2015; Jeroen Roovers <[email protected]> +pyparted-3.10.4.ebuild:
+  Version bump.
 
   14 Apr 2015; Agostino Sarubbo <[email protected]> pyparted-3.10.3-r1.ebuild:
   Stable for ia64, wrt bug #543038



1.1                  dev-python/pyparted/pyparted-3.10.4.ebuild

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

Index: pyparted-3.10.4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.4.ebuild,v 
1.1 2015/05/09 07:46:21 jer Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_{3,4}} )
inherit distutils-r1

DESCRIPTION="Python bindings for sys-block/parted"
HOMEPAGE="https://github.com/dcantrell/pyparted/";
SRC_URI="${HOMEPAGE}archive/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
REQUIRED_USE="
        test? ( python_targets_python2_7 )
"

RDEPEND="
        >=sys-block/parted-3.1
        dev-python/decorator[${PYTHON_USEDEP}]
"
DEPEND="
        ${RDEPEND}
        test? ( dev-python/pychecker )
        virtual/pkgconfig
"

S=${WORKDIR}/${PN}-${P}

PATCHES=(
        "${FILESDIR}"/${PN}-3.10.3-greater.patch
        "${FILESDIR}"/${PN}-3.10.3-sbin-parted.patch
)

python_test() {
        if [[ ${EPYTHON} = python2* ]]; then
                emake test
        else
                einfo "Skipping ${EPYTHON}"
        fi
}




Reply via email to