public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dirkjan Ochtman (djc)" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.2.1.ebuild
Date: Thu,  1 Mar 2012 10:29:43 +0000 (UTC)	[thread overview]
Message-ID: <20120301102943.1E1892004B@flycatcher.gentoo.org> (raw)

djc         12/03/01 10:29:43

  Modified:             ChangeLog argparse-1.2.1.ebuild
  Log:
  Make argparse tests pass (bug 397345).
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	1 Mar 2012 10:26:45 -0000	1.29
+++ ChangeLog	1 Mar 2012 10:29:43 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argparse
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.29 2012/03/01 10:26:45 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.30 2012/03/01 10:29:43 djc Exp $
+
+  01 Mar 2012; Dirkjan Ochtman <djc@gentoo.org> argparse-1.2.1.ebuild:
+  Set COLUMNS to make tests pass (bug 397345, thanks Dustin Polke).
 
   01 Mar 2012; Dirkjan Ochtman <djc@gentoo.org> metadata.xml:
   Remove myself as a maintainer.



1.13                 dev-python/argparse/argparse-1.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1.ebuild?r1=1.12&r2=1.13

Index: argparse-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- argparse-1.2.1.ebuild	27 Aug 2011 21:14:31 -0000	1.12
+++ argparse-1.2.1.ebuild	1 Mar 2012 10:29:43 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1.ebuild,v 1.12 2011/08/27 21:14:31 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1.ebuild,v 1.13 2012/03/01 10:29:43 djc Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -23,7 +23,7 @@
 
 src_test() {
 	testing() {
-		PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/test_argparse.py
+		COLUMNS=80 PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/test_argparse.py
 	}
 	python_execute_function testing
 }






             reply	other threads:[~2012-03-01 10:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-01 10:29 Dirkjan Ochtman (djc) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-04-26 22:17 [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.2.1.ebuild Alexis Ballier (aballier)
2011-08-27 21:14 Jesus Rivero (neurogeek)
2011-06-26  8:39 Naohiro Aota (naota)
2011-06-24 16:54 Raul Porcel (armin76)
2011-06-23 15:25 Brent Baude (ranger)
2011-05-29 16:54 Raul Porcel (armin76)
2011-05-23  6:52 Thomas Kahle (tomka)
2011-05-17 10:05 Jeroen Roovers (jer)
2011-05-15 21:14 Markus Meier (maekke)
2011-04-29 19:00 Samuli Suominen (ssuominen)
2011-04-28 16:14 Markos Chandras (hwoarang)
2011-04-04 12:33 Maxim Koltsov (maksbotan)
2011-04-03 12:02 Arfrever Frehtes Taifersar Arahesis (arfrever)

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=20120301102943.1E1892004B@flycatcher.gentoo.org \
    --to=djc@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