prometheanfire 14/04/28 02:32:55 Modified: ChangeLog Added: hp3parclient-3.0.0.ebuild Log: more for cinder (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path 1.3 dev-python/hp3parclient/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hp3parclient/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hp3parclient/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hp3parclient/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/hp3parclient/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 18 Dec 2013 10:11:20 -0000 1.2 +++ ChangeLog 28 Apr 2014 02:32:55 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/hp3parclient -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hp3parclient/ChangeLog,v 1.2 2013/12/18 10:11:20 idella4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hp3parclient/ChangeLog,v 1.3 2014/04/28 02:32:55 prometheanfire Exp $ + +*hp3parclient-3.0.0 (28 Apr 2014) + + 28 Apr 2014; Matthew Thode <[email protected]> + +hp3parclient-3.0.0.ebuild: + more for cinder 18 Dec 2013; Ian Delaney <[email protected]> hp3parclient-2.0.0.ebuild: Add missing dep for doc build 1.1 dev-python/hp3parclient/hp3parclient-3.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hp3parclient/hp3parclient-3.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hp3parclient/hp3parclient-3.0.0.ebuild?rev=1.1&content-type=text/plain Index: hp3parclient-3.0.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/hp3parclient/hp3parclient-3.0.0.ebuild,v 1.1 2014/04/28 02:32:55 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="A python interface to sendfile(2) system call" HOMEPAGE="http://packages.python.org/hp3parclient" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" IUSE="doc examples test" LICENSE="Apache-2.0" SLOT="0" RDEPEND=">=dev-python/httplib2-0.6.0" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/paramiko[${PYTHON_USEDEP}] dev-python/eventlet[${PYTHON_USEDEP}] test? ( dev-python/werkzeug[${PYTHON_USEDEP}] dev-python/nose-testconfig[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" # Instructions on running tests are utter nonsense. Tried and gave up python_compile_all() { use doc && emake -C docs html } python_install_all() { use doc && local HTML_DOCS=( docs/_build/html/. ) use examples && local EXAMPLES=( samples/. ) distutils-r1_python_install_all }
