radhermit 14/12/24 04:21:09 Modified: ChangeLog Added: pyqtgraph-0.9.9.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.2 dev-python/pyqtgraph/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyqtgraph/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyqtgraph/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyqtgraph/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyqtgraph/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 20 Nov 2014 17:23:02 -0000 1.1 +++ ChangeLog 24 Dec 2014 04:21:09 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyqtgraph # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqtgraph/ChangeLog,v 1.1 2014/11/20 17:23:02 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqtgraph/ChangeLog,v 1.2 2014/12/24 04:21:09 radhermit Exp $ + +*pyqtgraph-0.9.9 (24 Dec 2014) + + 24 Dec 2014; Tim Harder <[email protected]> +pyqtgraph-0.9.9.ebuild: + Version bump. *pyqtgraph-0.9.8 (20 Nov 2014) 1.1 dev-python/pyqtgraph/pyqtgraph-0.9.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyqtgraph/pyqtgraph-0.9.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyqtgraph/pyqtgraph-0.9.9.ebuild?rev=1.1&content-type=text/plain Index: pyqtgraph-0.9.9.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyqtgraph/pyqtgraph-0.9.9.ebuild,v 1.1 2014/12/24 04:21:09 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="a pure-python scientific graphics and GUI library built on PyQt4/PySide and numpy" HOMEPAGE="http://www.pyqtgraph.org/ https://github.com/pyqtgraph/pyqtgraph" SRC_URI="http://www.pyqtgraph.org/downloads/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc opengl" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] || ( dev-python/PyQt4[${PYTHON_USEDEP}] dev-python/pyside[${PYTHON_USEDEP}] ) opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) " python_prepare_all() { distutils-r1_python_prepare_all # fix distutils warning sed -i 's/install_requires/requires/' setup.py || die if ! use opengl; then rm -r pyqtgraph/opengl || die fi } python_compile_all() { use doc && emake -C doc html } python_install_all() { use doc && local HTML_DOCS=( doc/build/html/. ) distutils-r1_python_install_all }
