prometheanfire 15/01/29 05:56:35 Modified: ChangeLog Added: pychef-0.2.3.ebuild Log: fixing up the description to be consistant with upstream, bug 538024 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.3 dev-python/pychef/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pychef/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 6 Jul 2014 12:45:33 -0000 1.2 +++ ChangeLog 29 Jan 2015 05:56:35 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pychef -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/ChangeLog,v 1.2 2014/07/06 12:45:33 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/ChangeLog,v 1.3 2015/01/29 05:56:35 prometheanfire Exp $ + +*pychef-0.2.3 (29 Jan 2015) + + 29 Jan 2015; Matthew Thode <[email protected]> +pychef-0.2.3.ebuild: + fixing up the description to be consistant with upstream, bug 538024 06 Jul 2014; Michał Górny <[email protected]> pychef-0.2.1.ebuild: Clean up obsolete dependencies on virtual/python-argparse and virtual/python- 1.1 dev-python/pychef/pychef-0.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/pychef-0.2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/pychef-0.2.3.ebuild?rev=1.1&content-type=text/plain Index: pychef-0.2.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/pychef-0.2.3.ebuild,v 1.1 2015/01/29 05:56:35 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="A Python API for interacting with a Chef server" HOMEPAGE="https://github.com/coderanger/pychef" SRC_URI="mirror://pypi/P/PyChef/PyChef-${PV}.tar.gz" S="${WORKDIR}/PyChef-${PV}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/versiontools[${PYTHON_USEDEP}] test? ( dev-python/mock[${PYTHON_USEDEP}] )" RDEPEND="" python_test() { nosetests || die }
