diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-07-20 04:30:36 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-07-20 04:30:36 +0000 |
commit | 62e4628158987b9259712860a2a221afba355568 (patch) | |
tree | 4d5314e408ced81c6dcdb60d8b37b0df16417632 | |
parent | Mark ~ppc64 (bug #555402). (diff) | |
download | gentoo-2-62e4628158987b9259712860a2a221afba355568.tar.gz gentoo-2-62e4628158987b9259712860a2a221afba355568.tar.bz2 gentoo-2-62e4628158987b9259712860a2a221afba355568.zip |
Update to msg via einfo in test phase re fixes to failures
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r-- | dev-python/mantissa/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/mantissa/mantissa-0.8.0.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-python/mantissa/ChangeLog b/dev-python/mantissa/ChangeLog index 9cf583a0fae3..7be7e1c4750e 100644 --- a/dev-python/mantissa/ChangeLog +++ b/dev-python/mantissa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/mantissa # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.25 2015/07/19 10:47:41 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.26 2015/07/20 04:30:36 idella4 Exp $ + + 20 Jul 2015; Ian Delaney <idella4@gentoo.org> mantissa-0.8.0.ebuild: + Update to msg via einfo in test phase re fixes to failures *mantissa-0.8.0 (19 Jul 2015) diff --git a/dev-python/mantissa/mantissa-0.8.0.ebuild b/dev-python/mantissa/mantissa-0.8.0.ebuild index 047fccb0c061..583bacb09145 100644 --- a/dev-python/mantissa/mantissa-0.8.0.ebuild +++ b/dev-python/mantissa/mantissa-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.8.0.ebuild,v 1.1 2015/07/19 10:47:41 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.8.0.ebuild,v 1.2 2015/07/20 04:30:36 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -35,7 +35,11 @@ TWISTED_PLUGINS=( axiom.plugins nevow.plugins xmantissa.plugins ) python_test() { # https://github.com/twisted/mantissa/issues/27 - einfo ""; einfo "suite currently lists a failure and errors, filed upstream"; einfo "" + einfo ""; einfo "suite currently lists 1 failure and 7 errors now known upstream"; + einfo "A folder with required modules are absent form the source" + einfo "All are expected to be fixed in a next release consequent to the bug" + einfo "filed upstream, now expected very soon"; einfo "" + die "dud" trial xmantissa || die "tests failed with ${EPYTHON}" } |