diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-11 02:42:01 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-11 02:42:01 +0000 |
commit | e2c3219526586d4f73bb7fdf10cb7b74531ada72 (patch) | |
tree | 69d528b15298e223c9e5a544d1f1c2aca4837a67 /dev-python/cliff | |
parent | just a bump of python-swiftclient to 1.3.0 (diff) | |
download | gentoo-2-e2c3219526586d4f73bb7fdf10cb7b74531ada72.tar.gz gentoo-2-e2c3219526586d4f73bb7fdf10cb7b74531ada72.tar.bz2 gentoo-2-e2c3219526586d4f73bb7fdf10cb7b74531ada72.zip |
updated dev-python/cliff to 1.3.1
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/cliff')
-rw-r--r-- | dev-python/cliff/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/cliff/cliff-1.3.1.ebuild | 22 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-python/cliff/ChangeLog b/dev-python/cliff/ChangeLog index c3a73b8a9e76..b77436291e3a 100644 --- a/dev-python/cliff/ChangeLog +++ b/dev-python/cliff/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for dev-python/cliff # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.1 2013/01/26 08:05:01 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.2 2013/03/11 02:42:01 prometheanfire Exp $ + +*cliff-1.3.1 (11 Mar 2013) + + 11 Mar 2013; Matthew Thode <prometheanfire@gentoo.org> +cliff-1.3.1.ebuild: + updated dev-python/cliff to 1.3.1 *cliff-1.3 (26 Jan 2013) 26 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> +cliff-1.3.ebuild, +metadata.xml: initial add of cliff for python-quantumclient - diff --git a/dev-python/cliff/cliff-1.3.1.ebuild b/dev-python/cliff/cliff-1.3.1.ebuild new file mode 100644 index 000000000000..9b81a1448a57 --- /dev/null +++ b/dev-python/cliff/cliff-1.3.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.3.1.ebuild,v 1.1 2013/03/11 02:42:01 prometheanfire Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_2 ) + +inherit distutils-r1 + +DESCRIPTION="Command Line Interface Formulation Framework" +HOMEPAGE="https://github.com/dreamhost/cliff" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}] + dev-python/prettytable + dev-python/cmd2" |