Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 565856 - dev-python/spyder-2.3.7 version bump
Summary: dev-python/spyder-2.3.7 version bump
Status: RESOLVED DUPLICATE of bug 602242
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Andrey Grozin
URL: https://pypi.python.org/pypi/spyder/2...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-15 20:39 UTC by Roberto Castagnola
Modified: 2016-12-11 13:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roberto Castagnola 2015-11-15 20:39:48 UTC
spyder 2.3.7 is available

Reproducible: Always
Comment 1 Roberto Castagnola 2015-11-15 20:45:39 UTC
spyder can use jedi instead of rope for code completion: usefull since rope doesn't work with python3

Following my proposed patch to add this dependency:


--- /usr/portage/dev-python/spyder/spyder-2.3.5.2.ebuild        2015-08-24 14:01:02.000000000 +0200
+++ spyder-2.3.7.ebuild 2015-11-15 21:20:28.393787326 +0100
@@ -9,19 +9,20 @@
 inherit distutils-r1
 
 DESCRIPTION="Python IDE with matlab-like features"
-HOMEPAGE="https://code.google.com/p/spyderlib/ https://bitbucket.org/spyder-ide/spyderlib"
+HOMEPAGE="https://github.com/spyder-ide/spyder"
 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"
+IUSE="doc ipython jedi 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}] )
+       jedi? ( <dev-python/jedi-0.9.0[${PYTHON_USEDEP}] )
        matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
        numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
        pep8? ( dev-python/pep8[${PYTHON_USEDEP}] )



I have found version bordering from file spyder-2.3.7/spyderlib/utils/introspection/jedi_plugin.py
JEDI_REQVER = '>=0.8.1;<0.9.0'

Homepage has changed as well.
Comment 2 edes 2016-12-08 02:59:33 UTC
this ebuild hasn't been updated in a while, current version is 3.0.2. 
it would be nice to have an up-to-date ebuild.

sources are now in:

https://github.com/spyder-ide/spyder/archive/v3.0.2.zip
Comment 3 Andrey Grozin gentoo-dev 2016-12-11 13:46:07 UTC

*** This bug has been marked as a duplicate of bug 602242 ***