public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/argh: argh-0.23.3.ebuild ChangeLog
@ 2013-09-02  3:53 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2013-09-02  3:53 UTC (permalink / raw
  To: gentoo-commits

patrick     13/09/02 03:53:55

  Modified:             ChangeLog
  Added:                argh-0.23.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.13                 dev-python/argh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argh/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	13 Jun 2013 04:12:13 -0000	1.12
+++ ChangeLog	2 Sep 2013 03:53:55 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/argh
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/ChangeLog,v 1.12 2013/06/13 04:12:13 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/ChangeLog,v 1.13 2013/09/02 03:53:55 patrick Exp $
+
+*argh-0.23.3 (02 Sep 2013)
+
+  02 Sep 2013; Patrick Lauer <patrick@gentoo.org> +argh-0.23.3.ebuild:
+  Bump
 
 *argh-0.23.2 (13 Jun 2013)
 



1.1                  dev-python/argh/argh-0.23.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argh/argh-0.23.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argh/argh-0.23.3.ebuild?rev=1.1&content-type=text/plain

Index: argh-0.23.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.23.3.ebuild,v 1.1 2013/09/02 03:53:55 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )

inherit distutils-r1

DESCRIPTION="A simple argparse wrapper"
HOMEPAGE="http://packages.python.org/argh/"
SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz"

SLOT="0"
KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-3"
IUSE="test"

RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
	test? (
		dev-python/pytest[${PYTHON_USEDEP}]
		dev-python/mock[${PYTHON_USEDEP}]
		${RDEPEND}
	)"

python_test() {
	# setup.py tries to install argparse for some reason...
	py.test || die "Tests fail with ${EPYTHON}"
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-02  3:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-02  3:53 [gentoo-commits] gentoo-x86 commit in dev-python/argh: argh-0.23.3.ebuild ChangeLog Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox