mgorny 15/04/08 08:05:12
Modified: pytest-2.6.1.ebuild pytest-2.3.4.ebuild
pytest-2.6.3.ebuild ChangeLog
Log:
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.2 dev-python/pytest/pytest-2.6.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.6.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.6.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.6.1.ebuild?r1=1.1&r2=1.2
Index: pytest-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pytest-2.6.1.ebuild 14 Aug 2014 07:39:48 -0000 1.1
+++ pytest-2.6.1.ebuild 8 Apr 2015 08:05:12 -0000 1.2
@@ -1,10 +1,10 @@
-# 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/pytest/pytest-2.6.1.ebuild,v 1.1
2014/08/14 07:39:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.6.1.ebuild,v 1.2
2015/04/08 08:05:12 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1 eutils
DESCRIPTION="py.test: simple powerful testing with Python"
1.22 dev-python/pytest/pytest-2.3.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.22&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.22&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.21&r2=1.22
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- pytest-2.3.4.ebuild 31 Mar 2014 20:31:59 -0000 1.21
+++ pytest-2.3.4.ebuild 8 Apr 2015 08:05:12 -0000 1.22
@@ -1,10 +1,10 @@
-# 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/pytest/pytest-2.3.4.ebuild,v
1.21 2014/03/31 20:31:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
1.22 2015/04/08 08:05:12 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3} pypy )
inherit distutils-r1 eutils
DESCRIPTION="py.test: simple powerful testing with Python"
1.13 dev-python/pytest/pytest-2.6.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.6.3.ebuild?rev=1.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.6.3.ebuild?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.6.3.ebuild?r1=1.12&r2=1.13
Index: pytest-2.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.6.3.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pytest-2.6.3.ebuild 3 Apr 2015 20:35:13 -0000 1.12
+++ pytest-2.6.3.ebuild 8 Apr 2015 08:05:12 -0000 1.13
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.6.3.ebuild,v
1.12 2015/04/03 20:35:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.6.3.ebuild,v
1.13 2015/04/08 08:05:12 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1 eutils
DESCRIPTION="py.test: simple powerful testing with Python"
1.116 dev-python/pytest/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.116&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.116&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.115&r2=1.116
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog 5 Apr 2015 13:07:43 -0000 1.115
+++ ChangeLog 8 Apr 2015 08:05:12 -0000 1.116
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.115
2015/04/05 13:07:43 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.116
2015/04/08 08:05:12 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <[email protected]> pytest-2.3.4.ebuild,
+ pytest-2.6.1.ebuild, pytest-2.6.3.ebuild:
+ Drop old Python implementations
*pytest-2.7.0-r1 (05 Apr 2015)