idella4     14/10/15 09:57:44

  Modified:             ChangeLog
  Added:                spyder-2.3.1.ebuild
  Removed:              spyder-2.1.13-r1.ebuild spyder-2.1.11.ebuild
  Log:
  bump; patch by Arfever to correct obligatory doc builds and incorrect install 
of data files, add py3 support, update deps, fixes Bug 517228, rm old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.34                 dev-python/spyder/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   3 Mar 2014 20:59:40 -0000       1.33
+++ ChangeLog   15 Oct 2014 09:57:44 -0000      1.34
@@ -1,6 +1,17 @@
 # ChangeLog for dev-python/spyder
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.33 
2014/03/03 20:59:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.34 
2014/10/15 09:57:44 idella4 Exp $
+
+*spyder-2.3.1 (15 Oct 2014)
+
+  15 Oct 2014; Ian Delaney <idel...@gentoo.org> 
+files/spyder-2.3.1-build.patch,
+  +spyder-2.3.1.ebuild, -files/spyder-2.1.11-disable_sphinx_dependency.patch,
+  -files/spyder-2.1.13-disable_sphinx_dependency.patch,
+  -files/spyder-2.1.13-qt_requirements.patch,
+  -files/spyder-2.2.1-disable_sphinx_dependency.patch, -spyder-2.1.11.ebuild,
+  -spyder-2.1.13-r1.ebuild:
+  bump; patch by Arfever to correct obligatory doc builds and incorrect install
+  of data files, add py3 support, update deps, fixes Bug 517228, rm old
 
 *spyder-2.2.5 (03 Mar 2014)
 



1.1                  dev-python/spyder/spyder-2.3.1.ebuild

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

Index: spyder-2.3.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-2.3.1.ebuild,v 1.1 
2014/10/15 09:57:44 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="Python IDE with matlab-like features"
HOMEPAGE="http://code.google.com/p/spyderlib/ 
https://bitbucket.org/spyder-ide/spyderlib";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc ipython matplotlib numpy pep8 +pyflakes pylint +rope scipy sphinx"

# rope requires no version bordering since all are >= miniumum version
RDEPEND="
        || ( dev-python/PyQt4[${PYTHON_USEDEP},svg,webkit]
                 dev-python/pyside[${PYTHON_USEDEP},svg,webkit] )
        ipython? ( dev-python/ipython[qt4,${PYTHON_USEDEP}] )
        matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
        numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
        pep8? ( dev-python/pep8[${PYTHON_USEDEP}] )
        pyflakes? ( >=dev-python/pyflakes-0.5[${PYTHON_USEDEP}] )
        pylint? ( dev-python/pylint[${PYTHON_USEDEP}] )
        rope? ( $(python_gen_cond_dep 'dev-python/rope[${PYTHON_USEDEP}]' 
python2_7) )
        scipy? ( sci-libs/scipy[${PYTHON_USEDEP}] )
        sphinx? ( >=dev-python/sphinx-0.6.0[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}
        app-arch/unzip
        doc? ( >=dev-python/sphinx-0.6.0[${PYTHON_USEDEP}] )"

# Courtesy of Arfrever
PATCHES=( "${FILESDIR}"/${P}-build.patch )

python_compile_all() {
        if use doc; then
                einfo "Generation of documentation"
                PYTHONPATH="{BUILD_DIR}" \
                        sphinx-build doc doc/html || die "Generation of 
documentation failed"
        fi
}

python_install_all() {
        distutils-r1_python_install_all
        doicon spyderlib/images/spyder.svg
        make_desktop_entry spyder Spyder spyder "Development;IDE"
        use doc && dohtml -r doc/html/
}




Reply via email to