idella4     14/09/30 09:54:58

  Modified:             google-apputils-0.4.0.ebuild ChangeLog
  Log:
  update deps to current python-dateutil, versioning set in source wrong as it 
was set 2.5 years ago at this point in time. Observed by and ack to Arfrever 
for the archival search providing confirmation of the out of date state
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/google-apputils/google-apputils-0.4.0.ebuild

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

Index: google-apputils-0.4.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/google-apputils/google-apputils-0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- google-apputils-0.4.0.ebuild        30 Sep 2014 05:05:00 -0000      1.1
+++ google-apputils-0.4.0.ebuild        30 Sep 2014 09:54:58 -0000      1.2
@@ -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/google-apputils/google-apputils-0.4.0.ebuild,v
 1.1 2014/09/30 05:05:00 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/google-apputils/google-apputils-0.4.0.ebuild,v
 1.2 2014/09/30 09:54:58 idella4 Exp $
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 )    # Doesn't yet support py3
 
 inherit distutils-r1
 
@@ -17,15 +17,23 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-RDEPEND="dev-python/python-dateutil:python-2
+RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
+
                dev-python/python-gflags[${PYTHON_USEDEP}]
                dev-python/pytz[${PYTHON_USEDEP}]"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( ${RDEPEND}
                dev-python/mox[${PYTHON_USEDEP}] )"
-
 # version borders needed are already confluent with versions in the tree
 
+python_prepare_all() {
+       # https://code.google.com/p/google-apputils-python/source/detail?r=12
+       # This version bordering is long out of date and wrong since end of 
March 2012!
+       sed -e 's:>=1.4,<2:>=1.4:' -i setup.py || die
+
+       distutils-r1_python_prepare_all
+}
+
 python_test() {
        # These yield 2 fails which are in fact expected errors run from a 
shell script!
        # They seemingly have no immediate mechanism to exit 0 in an expected 
fail style.



1.3                  dev-python/google-apputils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/google-apputils/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   30 Sep 2014 05:09:15 -0000      1.2
+++ ChangeLog   30 Sep 2014 09:54:58 -0000      1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/google-apputils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/google-apputils/ChangeLog,v 1.2 
2014/09/30 05:09:15 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/google-apputils/ChangeLog,v 1.3 
2014/09/30 09:54:58 idella4 Exp $
+
+  30 Sep 2014; Ian Delaney <[email protected]> google-apputils-0.4.0.ebuild:
+  update deps to current python-dateutil, versioning set in source wrong as it
+  was set 2.5 years ago at this point in time. Observed by and ack to Arfrever
+  for the archival search providing confirmation of the out of date state
 
 *google-apputils-0.4.0 (30 Sep 2014)
 




Reply via email to