radhermit    14/04/02 20:25:31

  Modified:             ChangeLog pytest-2.5.2.ebuild
  Log:
  Add python3_4 support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.89                 dev-python/pytest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   31 Mar 2014 20:31:59 -0000      1.88
+++ ChangeLog   2 Apr 2014 20:25:31 -0000       1.89
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.88 
2014/03/31 20:31:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.89 
2014/04/02 20:25:31 radhermit Exp $
+
+  02 Apr 2014; Tim Harder <radher...@gentoo.org> pytest-2.5.2.ebuild:
+  Add python3_4 support.
 
   31 Mar 2014; Michał Górny <mgo...@gentoo.org> pytest-2.3.4.ebuild,
   pytest-2.3.5.ebuild, pytest-2.4.2.ebuild, pytest-2.5.2.ebuild:



1.4                  dev-python/pytest/pytest-2.5.2.ebuild

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

Index: pytest-2.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pytest-2.5.2.ebuild 31 Mar 2014 20:31:59 -0000      1.3
+++ pytest-2.5.2.ebuild 2 Apr 2014 20:25:31 -0000       1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild,v 1.3 
2014/03/31 20:31:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild,v 1.4 
2014/04/02 20:25:31 radhermit Exp $
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
 inherit distutils-r1 eutils
 
 DESCRIPTION="py.test: simple powerful testing with Python"
@@ -25,7 +25,7 @@
        dev-python/setuptools[${PYTHON_USEDEP}]
        virtual/python-argparse[${PYTHON_USEDEP}]
        test? (
-               dev-python/pexpect[$(python_gen_usedep python{2_6,2_7,3_2,3_3})]
+               dev-python/pexpect[$(python_gen_usedep 
python{2_6,2_7,3_2,3_3,3_4})]
                dev-python/pyyaml[${PYTHON_USEDEP}]
        )
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"




Reply via email to