idella4     15/03/13 13:09:34

  Modified:             logilab-common-0.62.1.ebuild
                        logilab-common-0.61.0.ebuild
                        logilab-common-0.63.2.ebuild ChangeLog
  Log:
  clean py3.2 from ebuilds along with refs to dev-python/psycopg, their 
irrelevance noted by Arfrever who prompted for their removal
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.4                  dev-python/logilab-common/logilab-common-0.62.1.ebuild

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

Index: logilab-common-0.62.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.62.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- logilab-common-0.62.1.ebuild        26 Dec 2014 18:06:40 -0000      1.3
+++ logilab-common-0.62.1.ebuild        13 Mar 2015 13:09:34 -0000      1.4
@@ -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/logilab-common/logilab-common-0.62.1.ebuild,v
 1.3 2014/12/26 18:06:40 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.62.1.ebuild,v
 1.4 2015/03/13 13:09:34 idella4 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
 
@@ -19,13 +19,9 @@
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
-# Tests using dev-python/psycopg are skipped when dev-python/psycopg isn't 
installed.
 # egenix-mx-base tests are optional and supports python2 only.
 DEPEND="${RDEPEND}
-       test? (
-               $(python_gen_cond_dep 
'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7)
-               !dev-python/psycopg[-mxdatetime]
-       )
+       test? ( $(python_gen_cond_dep 
'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7) )
        doc? ( $(python_gen_cond_dep 'dev-python/epydoc[${PYTHON_USEDEP}]' 
python2_7) )"
 
 PATCHES=(



1.11                 dev-python/logilab-common/logilab-common-0.61.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.61.0.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.61.0.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.61.0.ebuild?r1=1.10&r2=1.11

Index: logilab-common-0.61.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.61.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- logilab-common-0.61.0.ebuild        11 Dec 2014 12:01:19 -0000      1.10
+++ logilab-common-0.61.0.ebuild        13 Mar 2015 13:09:34 -0000      1.11
@@ -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/logilab-common/logilab-common-0.61.0.ebuild,v
 1.10 2014/12/11 12:01:19 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.61.0.ebuild,v
 1.11 2015/03/13 13:09:34 idella4 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
 
@@ -19,13 +19,9 @@
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
-# Tests using dev-python/psycopg are skipped when dev-python/psycopg isn't 
installed.
 # egenix-mx-base tests are optional and supports python2 only.
 DEPEND="${RDEPEND}
-       test? (
-               $(python_gen_cond_dep 
'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7)
-               !dev-python/psycopg[-mxdatetime]
-       )
+       test? ( $(python_gen_cond_dep 
'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7) )
        doc? ( $(python_gen_cond_dep 'dev-python/epydoc[${PYTHON_USEDEP}]' 
python2_7) )"
 
 PATCHES=(



1.6                  dev-python/logilab-common/logilab-common-0.63.2.ebuild

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

Index: logilab-common-0.63.2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.63.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- logilab-common-0.63.2.ebuild        8 Mar 2015 23:52:58 -0000       1.5
+++ logilab-common-0.63.2.ebuild        13 Mar 2015 13:09:34 -0000      1.6
@@ -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/logilab-common/logilab-common-0.63.2.ebuild,v
 1.5 2015/03/08 23:52:58 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.63.2.ebuild,v
 1.6 2015/03/13 13:09:34 idella4 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
 
@@ -19,14 +19,9 @@
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
-# Tests using dev-python/psycopg are skipped when dev-python/psycopg isn't 
installed.
 # egenix-mx-base tests are optional and supports python2 only.
 DEPEND="${RDEPEND}
-       test? (
-               $(python_gen_cond_dep 
'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7)
-               dev-python/pytz[${PYTHON_USEDEP}]
-               !dev-python/psycopg[-mxdatetime]
-       )
+       test? ( $(python_gen_cond_dep 
'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7) )
        doc? ( $(python_gen_cond_dep 'dev-python/epydoc[${PYTHON_USEDEP}]' 
python2_7) )"
 
 PATCHES=(



1.153                dev-python/logilab-common/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog   8 Mar 2015 23:52:58 -0000       1.152
+++ ChangeLog   13 Mar 2015 13:09:34 -0000      1.153
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/logilab-common
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.152 
2015/03/08 23:52:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.153 
2015/03/13 13:09:34 idella4 Exp $
+
+  13 Mar 2015; Ian Delaney <[email protected]> logilab-common-0.61.0.ebuild,
+  logilab-common-0.62.1.ebuild, logilab-common-0.63.2.ebuild:
+  clean py3.2 from ebuilds along with refs to dev-python/psycopg, their
+  irrelevance noted by Arfrever who prompted for their removal
 
   08 Mar 2015; Pacho Ramos <[email protected]> logilab-common-0.63.2.ebuild:
   x86 stable, bug 540290




Reply via email to