diff options
author | 2012-11-29 08:43:32 +0000 | |
---|---|---|
committer | 2012-11-29 08:43:32 +0000 | |
commit | f940756683028e6e55d0d6a1b982c1863e9dfbd1 (patch) | |
tree | 9487e3101e1eec26b1427f5b7f01b742ae44b1d0 /dev-python/argh | |
parent | Bump (diff) | |
download | gentoo-2-f940756683028e6e55d0d6a1b982c1863e9dfbd1.tar.gz gentoo-2-f940756683028e6e55d0d6a1b982c1863e9dfbd1.tar.bz2 gentoo-2-f940756683028e6e55d0d6a1b982c1863e9dfbd1.zip |
Bump
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/argh')
-rw-r--r-- | dev-python/argh/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/argh/argh-0.17.2.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-python/argh/ChangeLog b/dev-python/argh/ChangeLog index b8d44efabed6..db32f873de06 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.2 2012/10/29 08:46:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/ChangeLog,v 1.3 2012/11/29 08:43:32 patrick Exp $ + +*argh-0.17.2 (29 Nov 2012) + + 29 Nov 2012; Patrick Lauer <patrick@gentoo.org> +argh-0.17.2.ebuild: + Bump *argh-0.16.0 (29 Oct 2012) diff --git a/dev-python/argh/argh-0.17.2.ebuild b/dev-python/argh/argh-0.17.2.ebuild new file mode 100644 index 000000000000..74b470c9e0cb --- /dev/null +++ b/dev-python/argh/argh-0.17.2.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.17.2.ebuild,v 1.1 2012/11/29 08:43:32 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="" |