idella4     14/07/08 00:51:32

  Modified:             ChangeLog
  Added:                nose-exclude-0.2.0.ebuild
  Log:
  bump; add test phase but phase restricted for now due to failures
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.6                  dev-python/nose-exclude/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   7 Jul 2014 15:08:49 -0000       1.5
+++ ChangeLog   8 Jul 2014 00:51:32 -0000       1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/nose-exclude
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.5 
2014/07/07 15:08:49 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.6 
2014/07/08 00:51:32 idella4 Exp $
+
+*nose-exclude-0.2.0 (08 Jul 2014)
+
+  08 Jul 2014; Ian Delaney <[email protected]> +nose-exclude-0.2.0.ebuild:
+  bump; add test phase but phase restricted for now due to failures
 
   07 Jul 2014; Ian Delaney <[email protected]> nose-exclude-0.1.9.ebuild:
   add py3.4



1.1                  dev-python/nose-exclude/nose-exclude-0.2.0.ebuild

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

Index: nose-exclude-0.2.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild,v 1.1 
2014/07/08 00:51:32 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION="Exclude specific directories from nosetests runs."
HOMEPAGE="http://bitbucket.org/kgrandis/nose-exclude";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
RESTRICT="test"

python_test() {
        # 
https://bitbucket.org/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
        esetup.py test
}




Reply via email to