summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-10-29 08:46:30 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-10-29 08:46:30 +0000
commita7eed4a5cb626123702bfacfd06dff97d09b1dc7 (patch)
treefbc4f167dc7d48afc2eb23411a4b127a165c6c19
parentBump (diff)
downloadgentoo-2-a7eed4a5cb626123702bfacfd06dff97d09b1dc7.tar.gz
gentoo-2-a7eed4a5cb626123702bfacfd06dff97d09b1dc7.tar.bz2
gentoo-2-a7eed4a5cb626123702bfacfd06dff97d09b1dc7.zip
Bump
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r--dev-python/argh/ChangeLog7
-rw-r--r--dev-python/argh/argh-0.16.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-python/argh/ChangeLog b/dev-python/argh/ChangeLog
index 0a0276afc18e..b8d44efabed6 100644
--- a/dev-python/argh/ChangeLog
+++ b/dev-python/argh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/argh
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/ChangeLog,v 1.1 2012/08/27 14:30:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/ChangeLog,v 1.2 2012/10/29 08:46:30 patrick Exp $
+
+*argh-0.16.0 (29 Oct 2012)
+
+ 29 Oct 2012; Patrick Lauer <patrick@gentoo.org> +argh-0.16.0.ebuild:
+ Bump
*argh-0.15.1 (27 Aug 2012)
diff --git a/dev-python/argh/argh-0.16.0.ebuild b/dev-python/argh/argh-0.16.0.ebuild
new file mode 100644
index 000000000000..54dcf949137b
--- /dev/null
+++ b/dev-python/argh/argh-0.16.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.16.0.ebuild,v 1.1 2012/10/29 08:46:30 patrick Exp $
+
+EAPI=4
+
+PYTHON_DEPEND="2:2.6"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.5 2.5-jython"
+PYTHON_MODNAME="argh"
+
+inherit distutils
+
+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"
+
+RDEPEND=""
+DEPEND=""