idella4     14/08/12 14:06:27

  Modified:             dugong-3.2.ebuild ChangeLog
  Log:
  add patches to fix testsuite
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/dugong/dugong-3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dugong/dugong-3.2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dugong/dugong-3.2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dugong/dugong-3.2.ebuild?r1=1.2&r2=1.3

Index: dugong-3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dugong/dugong-3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dugong-3.2.ebuild   11 Aug 2014 04:58:29 -0000      1.2
+++ dugong-3.2.ebuild   12 Aug 2014 14:06:27 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/dugong-3.2.ebuild,v 1.2 
2014/08/11 04:58:29 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/dugong-3.2.ebuild,v 1.3 
2014/08/12 14:06:27 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python3_{3,4} )
@@ -19,10 +19,13 @@
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
+PATCHES=( "${FILESDIR}"/${PV}-extract_links.patch
+               "${FILESDIR}"/${PV}-timeout.patch
+               "${FILESDIR}"/${PV}-aborted_write.patch )
+
 python_test() {
        # https://bitbucket.org/nikratio/python-dugong/issue/12
        einfo "Test suite can take several minutes to complete"
-       # https://bitbucket.org/nikratio/python-dugong/issue/13 14 15
        py.test -v || die "Tests failed under ${EPYTHON}"
 }
 



1.6                  dev-python/dugong/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dugong/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   11 Aug 2014 04:58:29 -0000      1.5
+++ ChangeLog   12 Aug 2014 14:06:27 -0000      1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/dugong
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/ChangeLog,v 1.5 
2014/08/11 04:58:29 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/ChangeLog,v 1.6 
2014/08/12 14:06:27 idella4 Exp $
+
+  12 Aug 2014; Ian Delaney <idel...@gentoo.org> +files/3.2-aborted_write.patch,
+  +files/3.2-extract_links.patch, +files/3.2-timeout.patch, dugong-3.2.ebuild:
+  add patches to fix testsuite
 
   11 Aug 2014; Ian Delaney <idel...@gentoo.org> dugong-3.2.ebuild:
   update test phase




Reply via email to