public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/formencode: formencode-1.3.0.ebuild ChangeLog
@ 2015-03-11  4:28 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2015-03-11  4:28 UTC (permalink / raw
  To: gentoo-commits

idella4     15/03/11 04:28:40

  Modified:             formencode-1.3.0.ebuild ChangeLog
  Log:
  Re-restrict test phase on discovery that package need be system installed to run testsuite
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/formencode/formencode-1.3.0.ebuild

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

Index: formencode-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- formencode-1.3.0.ebuild	10 Mar 2015 14:16:46 -0000	1.1
+++ formencode-1.3.0.ebuild	11 Mar 2015 04:28:40 -0000	1.2
@@ -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/formencode/formencode-1.3.0.ebuild,v 1.1 2015/03/10 14:16:46 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.3.0.ebuild,v 1.2 2015/03/11 04:28:40 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -25,15 +25,16 @@
 		>=dev-python/dnspython-1.12.0-r1[${PYTHON_USEDEP}] )"
 RDEPEND=""
 
+RESTRICT="test"
 DOCS=( docs/{index.txt,modules.txt} )
 
 S="${WORKDIR}/${MY_P}"
+DISTUTILS_IN_SOURCE_BUILD=1
 
 python_test() {
 	# https://github.com/formencode/formencode/issues/78
-	# 5 failures under pu2.7. Although the package claims to cater to py3, the suite fails horribly
-	# Requires switching cwd to ${BUILD_DIR}/lib for py3 but leave commented out for now since it can't be used
-	#pushd "${BUILD_DIR}"/lib > /dev/null
-	nosetests ${PN}/tests || die "tests failed under ${EPYTHON}"
-	#popd > /dev/null
+	# 5 failures under py2.7. Although the package claims to cater to py3, the suite fails horribly
+	# Main problem is that it is written requiring to be system installed, then run.
+	# Suite found to pass on extended testing using tox.
+	nosetests || die "tests failed under ${EPYTHON}"
 }



1.35                 dev-python/formencode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	10 Mar 2015 14:16:46 -0000	1.34
+++ ChangeLog	11 Mar 2015 04:28:40 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/formencode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.34 2015/03/10 14:16:46 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.35 2015/03/11 04:28:40 idella4 Exp $
+
+  11 Mar 2015; Ian Delaney <idella4@gentoo.org> formencode-1.3.0.ebuild:
+  Re-restrict test phase on discovery that package need be system installed to
+  run testsuite
 
 *formencode-1.3.0 (10 Mar 2015)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-11  4:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-11  4:28 [gentoo-commits] gentoo-x86 commit in dev-python/formencode: formencode-1.3.0.ebuild ChangeLog Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox