public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney (idella4)" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/google-apputils: google-apputils-0.4.0.ebuild ChangeLog
Date: Tue, 30 Sep 2014 09:54:58 +0000 (UTC)	[thread overview]
Message-ID: <20140930095458.52F65694A@oystercatcher.gentoo.org> (raw)

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 <idella4@gentoo.org> 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	other threads:[~2014-09-30  9:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-30  9:54 Ian Delaney (idella4) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-10-10 20:16 [gentoo-commits] gentoo-x86 commit in dev-python/google-apputils: google-apputils-0.4.0.ebuild ChangeLog Markus Meier (maekke)
2015-03-06 22:22 Pacho Ramos (pacho)
2015-03-08 23:49 Pacho Ramos (pacho)
2015-03-10 17:37 Mike Frysinger (vapier)
2015-03-13 16:50 Mike Frysinger (vapier)
2015-04-25 11:52 Jeroen Roovers (jer)
2015-06-07  9:30 Markus Meier (maekke)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140930095458.52F65694A@oystercatcher.gentoo.org \
    --to=idella4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox