public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@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: Sun,  3 Apr 2011 12:02:37 +0000 (UTC)	[thread overview]
Message-ID: <20110403120237.5BB9420054@flycatcher.gentoo.org> (raw)

arfrever    11/04/03 12:02:37

  Modified:             ChangeLog
  Added:                argparse-1.2.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha29_p5/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	13 Feb 2011 20:42:26 -0000	1.15
+++ ChangeLog	3 Apr 2011 12:02:36 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/argparse
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.15 2011/02/13 20:42:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.16 2011/04/03 12:02:36 arfrever Exp $
+
+*argparse-1.2.1 (03 Apr 2011)
+
+  03 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +argparse-1.2.1.ebuild:
+  Version bump.
 
   13 Feb 2011; Fabian Groffen <grobian@gentoo.org> argparse-1.1.ebuild:
   Marked ~sparc64-solaris



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1.ebuild?rev=1.1&content-type=text/plain

Index: argparse-1.2.1.ebuild
===================================================================
# Copyright 1999-2011 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.1 2011/04/03 12:02:36 arfrever Exp $

EAPI="3"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="Provides an easy, declarative interface for creating command line tools."
HOMEPAGE="http://code.google.com/p/argparse/ http://pypi.python.org/pypi/argparse"
SRC_URI="http://argparse.googlecode.com/files/${P}.tar.gz"

LICENSE="PSF-2.2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""

DEPEND=""
RDEPEND=""

PYTHON_MODNAME="argparse.py"

src_test() {
	testing() {
		PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/test_argparse.py
	}
	python_execute_function testing
}






             reply	other threads:[~2011-04-03 12:02 UTC|newest]

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

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=20110403120237.5BB9420054@flycatcher.gentoo.org \
    --to=arfrever@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