prometheanfire 15/04/02 20:00:20 Modified: ChangeLog Added: cliff-1.10.1.ebuild Log: bup (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.16 dev-python/cliff/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 8 Mar 2015 23:42:00 -0000 1.15 +++ ChangeLog 2 Apr 2015 20:00:20 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/cliff # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.15 2015/03/08 23:42:00 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.16 2015/04/02 20:00:20 prometheanfire Exp $ + +*cliff-1.10.1 (02 Apr 2015) + + 02 Apr 2015; Matthew Thode <[email protected]> +cliff-1.10.1.ebuild: + bup 08 Mar 2015; Pacho Ramos <[email protected]> cliff-1.8.0.ebuild: x86 stable, bug 540290 1.1 dev-python/cliff/cliff-1.10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/cliff-1.10.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/cliff-1.10.1.ebuild?rev=1.1&content-type=text/plain Index: cliff-1.10.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.10.1.ebuild,v 1.1 2015/04/02 20:00:20 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) 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.9.0[${PYTHON_USEDEP}] >=dev-python/stevedore-1.1.0[${PYTHON_USEDEP}]" python_test() { nosetests tests || die "Tests fail with ${EPYTHON}" }
