idella4     14/12/31 02:12:58

  Modified:             ChangeLog
  Added:                pyqtgraph-0.9.10.ebuild
  Removed:              pyqtgraph-0.9.8.ebuild
  Log:
  bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/pyqtgraph/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyqtgraph/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyqtgraph/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyqtgraph/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyqtgraph/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   24 Dec 2014 04:21:09 -0000      1.2
+++ ChangeLog   31 Dec 2014 02:12:58 -0000      1.3
@@ -1,6 +1,12 @@
 # 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.2 
2014/12/24 04:21:09 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqtgraph/ChangeLog,v 1.3 
2014/12/31 02:12:58 idella4 Exp $
+
+*pyqtgraph-0.9.10 (31 Dec 2014)
+
+  31 Dec 2014; Ian Delaney <[email protected]> +pyqtgraph-0.9.10.ebuild,
+  -pyqtgraph-0.9.8.ebuild:
+  bump
 
 *pyqtgraph-0.9.9 (24 Dec 2014)
 
@@ -13,4 +19,3 @@
   +metadata.xml:
   Initial import needed for newer app-misc/binwalk (bug #501920 by Azamat H.
   Hackimov).
-



1.1                  dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild?rev=1.1&content-type=text/plain

Index: pyqtgraph-0.9.10.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.10.ebuild,v 1.1 
2014/12/31 02:12:58 idella4 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 examples 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/. )
        use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
}




Reply via email to