prometheanfire 14/11/18 23:09:17 Modified: ChangeLog Added: cliff-1.8.0.ebuild Log: bup for barbicanclient (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path 1.12 dev-python/cliff/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 1 Aug 2014 05:38:48 -0000 1.11 +++ ChangeLog 18 Nov 2014 23:09:17 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/cliff # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.11 2014/08/01 05:38:48 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.12 2014/11/18 23:09:17 prometheanfire Exp $ + +*cliff-1.8.0 (18 Nov 2014) + + 18 Nov 2014; Matthew Thode <[email protected]> +cliff-1.8.0.ebuild: + bup for barbicanclient *cliff-1.6.1 (01 Aug 2014) 1.1 dev-python/cliff/cliff-1.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/cliff-1.8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/cliff-1.8.0.ebuild?rev=1.1&content-type=text/plain Index: cliff-1.8.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.8.0.ebuild,v 1.1 2014/11/18 23:09:17 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) 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 ~amd64-linux ~x86-linux" IUSE="test" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/pbr-0.8[${PYTHON_USEDEP}] <dev-python/pbr-1.0[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] >=dev-python/mock-1.0[${PYTHON_USEDEP}] >=dev-python/coverage-3.6[${PYTHON_USEDEP}] >=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}] )" RDEPEND=" >=dev-python/cmd2-0.6.7[${PYTHON_USEDEP}] >=dev-python/prettytable-0.7[${PYTHON_USEDEP}] <dev-python/prettytable-0.8[${PYTHON_USEDEP}] >=dev-python/pyparsing-2.0.1[${PYTHON_USEDEP}] >=dev-python/six-1.7.0[${PYTHON_USEDEP}] >=dev-python/stevedore-0.14[${PYTHON_USEDEP}]" python_test() { nosetests tests || die "Tests fail with ${EPYTHON}" }
