idella4     15/03/02 04:35:03

  Modified:             execnet-1.2.0-r2.ebuild ChangeLog
  Added:                execnet-1.3.0.ebuild
  Removed:              execnet-1.1.ebuild execnet-1.2.0-r1.ebuild
                        execnet-1.1-r1.ebuild
  Log:
  update test pahse in -1.2.0-r2 re eclass change, correct test phase to test 
the one intended folder, bump, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/execnet/execnet-1.2.0-r2.ebuild

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

Index: execnet-1.2.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/execnet/execnet-1.2.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- execnet-1.2.0-r2.ebuild     10 Oct 2014 13:34:07 -0000      1.1
+++ execnet-1.2.0-r2.ebuild     2 Mar 2015 04:35:03 -0000       1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/execnet/execnet-1.2.0-r2.ebuild,v 1.1 
2014/10/10 13:34:07 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/execnet/execnet-1.2.0-r2.ebuild,v 1.2 
2015/03/02 04:35:03 idella4 Exp $
 
 EAPI=5
 
@@ -35,18 +35,10 @@
        use doc && emake -C doc html
 }
 
-src_test() {
-       # Tests are a bit fragile to failures in parallel.
-       local DISTUTILS_NO_PARALLEL_BUILD=1
-       distutils-r1_src_test
-}
-
 python_test() {
        # https://bitbucket.org/hpk42/execnet/issue/10
        unset PYTHONDONTWRITEBYTECODE
-
-       # 
https://bitbucket.org/hpk42/execnet/issue/35/test-failures-in-execnet-120
-       py.test || die "Tests fail with ${EPYTHON}"
+       py.test testing || die "Tests fail with ${EPYTHON}"
 }
 
 python_install_all() {



1.22                 dev-python/execnet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/execnet/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   10 Oct 2014 13:34:07 -0000      1.21
+++ ChangeLog   2 Mar 2015 04:35:03 -0000       1.22
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/execnet
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/execnet/ChangeLog,v 1.21 
2014/10/10 13:34:07 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/execnet/ChangeLog,v 1.22 
2015/03/02 04:35:03 idella4 Exp $
+
+*execnet-1.3.0 (02 Mar 2015)
+
+  02 Mar 2015; Ian Delaney <[email protected]> +execnet-1.3.0.ebuild,
+  -execnet-1.1-r1.ebuild, -execnet-1.1.ebuild, -execnet-1.2.0-r1.ebuild,
+  execnet-1.2.0-r2.ebuild:
+  update test pahse in -1.2.0-r2 re eclass change, correct test phase to test
+  the one intended folder, bump, rm old
 
 *execnet-1.2.0-r2 (10 Oct 2014)
 



1.1                  dev-python/execnet/execnet-1.3.0.ebuild

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

Index: execnet-1.3.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/execnet/execnet-1.3.0.ebuild,v 
1.1 2015/03/02 04:35:03 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="Rapid multi-Python deployment"
HOMEPAGE="http://codespeak.net/execnet/ http://pypi.python.org/pypi/execnet/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
RDEPEND=""

#PATCHES=( "${FILESDIR}"/1.2.0-tests.patch )

python_prepare_all() {
        # Remove doctest that access an i'net site
        rm doc/example/test_info.txt || die

        distutils-r1_python_prepare_all
}

python_compile_all() {
        use doc && emake -C doc html
}

python_test() {
        # https://bitbucket.org/hpk42/execnet/issue/10
        unset PYTHONDONTWRITEBYTECODE
        py.test testing || die "Tests fail with ${EPYTHON}"

}

python_install_all() {
        use doc && local HTML_DOCS=( doc/_build/html/. )

        distutils-r1_python_install_all
}




Reply via email to