Import spyder-2.0.5 as wip/spyder.
The spyderlib module provides powerful console and editor related widgets to your PyQt4 application. It also includes a Scientific Python development environment named 'Spyder', an alternative to IDLE with powerful interactive features such as variable explorer (with GUI-based editors for dictionaries, lists, NumPy arrays, etc.), object inspector, online help, and a lot more
This commit is contained in:
parent
2fd78ff853
commit
3a1eaedd20
5 changed files with 590 additions and 0 deletions
6
spyder/DESCR
Normal file
6
spyder/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
The spyderlib module provides powerful console and
|
||||
editor related widgets to your PyQt4 application. It also includes a
|
||||
Scientific Python development environment named 'Spyder', an alternative to
|
||||
IDLE with powerful interactive features such as variable explorer (with
|
||||
GUI-based editors for dictionaries, lists, NumPy arrays, etc.), object
|
||||
inspector, online help, and a lot more
|
41
spyder/Makefile
Normal file
41
spyder/Makefile
Normal file
|
@ -0,0 +1,41 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/01/17 22:27:02 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= spyder-2.0.5
|
||||
EGG_NAME= ${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://spyderlib.googlecode.com/files/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= jihbed.research@gmail.com
|
||||
HOMEPAGE= http://code.google.com/p/spyderlib/
|
||||
COMMENT= Scientific Python Development Environment
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.0.4:../../textproc/py-sphinx
|
||||
DEPENDS+= ${PYPKGPREFIX}-flakes>=0.4.0:../../wip/py-flakes
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
PYTHON_VERSIONS_ACCEPTED= 26 25
|
||||
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
INSTALLATION_DIRS= share/applications
|
||||
|
||||
post-extract:
|
||||
${CP} ${FILESDIR}/spyder.desktop ${WRKSRC}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/spyder.desktop ${DESTDIR}${PREFIX}/share/applications
|
||||
|
||||
|
||||
.include "../../devel/py-ctypes/buildlink3.mk"
|
||||
.include "../../devel/py-rope/buildlink3.mk"
|
||||
.include "../../graphics/py-imaging/buildlink3.mk"
|
||||
.include "../../graphics/py-matplotlib/buildlink3.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../math/py-numpy/buildlink3.mk"
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
531
spyder/PLIST
Normal file
531
spyder/PLIST
Normal file
|
@ -0,0 +1,531 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/17 22:27:02 jihbed Exp $
|
||||
bin/spyder
|
||||
${PYSITELIB}/spyderlib/__init__.py
|
||||
${PYSITELIB}/spyderlib/__init__.pyc
|
||||
${PYSITELIB}/spyderlib/__init__.pyo
|
||||
${PYSITELIB}/spyderlib/config.py
|
||||
${PYSITELIB}/spyderlib/config.pyc
|
||||
${PYSITELIB}/spyderlib/config.pyo
|
||||
${PYSITELIB}/spyderlib/doc/.buildinfo
|
||||
${PYSITELIB}/spyderlib/doc/_images/arrayeditor.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/console.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/dicteditor.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/editor1.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/editor2.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/editor3.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/explorer.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/explorer_menu1.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/explorer_menu2.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/findinfiles.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/historylog.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/inspector_plain.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/inspector_rich.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/inspector_source.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/internalconsole.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/lightmode.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/listeditor.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/onlinehelp.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/projectexplorer.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/projectexplorer2.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/pylint.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/texteditor.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/variableexplorer-imshow.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/variableexplorer-plot.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/variableexplorer1.png
|
||||
${PYSITELIB}/spyderlib/doc/_images/variableexplorer2.png
|
||||
${PYSITELIB}/spyderlib/doc/_sources/console.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/editor.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/explorer.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/findinfiles.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/historylog.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/index.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/inspector.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/installation.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/internalconsole.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/lightmode.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/onlinehelp.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/options.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/overview.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/projectexplorer.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/pylint.txt
|
||||
${PYSITELIB}/spyderlib/doc/_sources/variableexplorer.txt
|
||||
${PYSITELIB}/spyderlib/doc/_static/basic.css
|
||||
${PYSITELIB}/spyderlib/doc/_static/contents.png
|
||||
${PYSITELIB}/spyderlib/doc/_static/doctools.js
|
||||
${PYSITELIB}/spyderlib/doc/_static/favicon.ico
|
||||
${PYSITELIB}/spyderlib/doc/_static/file.png
|
||||
${PYSITELIB}/spyderlib/doc/_static/jquery.js
|
||||
${PYSITELIB}/spyderlib/doc/_static/minus.png
|
||||
${PYSITELIB}/spyderlib/doc/_static/navigation.png
|
||||
${PYSITELIB}/spyderlib/doc/_static/plus.png
|
||||
${PYSITELIB}/spyderlib/doc/_static/pygments.css
|
||||
${PYSITELIB}/spyderlib/doc/_static/searchtools.js
|
||||
${PYSITELIB}/spyderlib/doc/_static/sphinxdoc.css
|
||||
${PYSITELIB}/spyderlib/doc/_static/spyder_bbg.png
|
||||
${PYSITELIB}/spyderlib/doc/_static/underscore.js
|
||||
${PYSITELIB}/spyderlib/doc/console.html
|
||||
${PYSITELIB}/spyderlib/doc/editor.html
|
||||
${PYSITELIB}/spyderlib/doc/explorer.html
|
||||
${PYSITELIB}/spyderlib/doc/findinfiles.html
|
||||
${PYSITELIB}/spyderlib/doc/genindex.html
|
||||
${PYSITELIB}/spyderlib/doc/historylog.html
|
||||
${PYSITELIB}/spyderlib/doc/index.html
|
||||
${PYSITELIB}/spyderlib/doc/inspector.html
|
||||
${PYSITELIB}/spyderlib/doc/installation.html
|
||||
${PYSITELIB}/spyderlib/doc/internalconsole.html
|
||||
${PYSITELIB}/spyderlib/doc/lightmode.html
|
||||
${PYSITELIB}/spyderlib/doc/objects.inv
|
||||
${PYSITELIB}/spyderlib/doc/onlinehelp.html
|
||||
${PYSITELIB}/spyderlib/doc/options.html
|
||||
${PYSITELIB}/spyderlib/doc/overview.html
|
||||
${PYSITELIB}/spyderlib/doc/projectexplorer.html
|
||||
${PYSITELIB}/spyderlib/doc/pylint.html
|
||||
${PYSITELIB}/spyderlib/doc/search.html
|
||||
${PYSITELIB}/spyderlib/doc/searchindex.js
|
||||
${PYSITELIB}/spyderlib/doc/variableexplorer.html
|
||||
${PYSITELIB}/spyderlib/images/actions/1downarrow.png
|
||||
${PYSITELIB}/spyderlib/images/actions/1uparrow.png
|
||||
${PYSITELIB}/spyderlib/images/actions/2downarrow.png
|
||||
${PYSITELIB}/spyderlib/images/actions/2uparrow.png
|
||||
${PYSITELIB}/spyderlib/images/actions/auto_reload.png
|
||||
${PYSITELIB}/spyderlib/images/actions/browse_tab.png
|
||||
${PYSITELIB}/spyderlib/images/actions/check.png
|
||||
${PYSITELIB}/spyderlib/images/actions/cmdprompt.png
|
||||
${PYSITELIB}/spyderlib/images/actions/collapse.png
|
||||
${PYSITELIB}/spyderlib/images/actions/collapse_selection.png
|
||||
${PYSITELIB}/spyderlib/images/actions/configure.png
|
||||
${PYSITELIB}/spyderlib/images/actions/copywop.png
|
||||
${PYSITELIB}/spyderlib/images/actions/delete.png
|
||||
${PYSITELIB}/spyderlib/images/actions/edit.png
|
||||
${PYSITELIB}/spyderlib/images/actions/edit_add.png
|
||||
${PYSITELIB}/spyderlib/images/actions/edit_remove.png
|
||||
${PYSITELIB}/spyderlib/images/actions/editcopy.png
|
||||
${PYSITELIB}/spyderlib/images/actions/editcut.png
|
||||
${PYSITELIB}/spyderlib/images/actions/editdelete.png
|
||||
${PYSITELIB}/spyderlib/images/actions/editpaste.png
|
||||
${PYSITELIB}/spyderlib/images/actions/eraser.png
|
||||
${PYSITELIB}/spyderlib/images/actions/exit.png
|
||||
${PYSITELIB}/spyderlib/images/actions/expand.png
|
||||
${PYSITELIB}/spyderlib/images/actions/expand_selection.png
|
||||
${PYSITELIB}/spyderlib/images/actions/filter.png
|
||||
${PYSITELIB}/spyderlib/images/actions/find.png
|
||||
${PYSITELIB}/spyderlib/images/actions/findf.png
|
||||
${PYSITELIB}/spyderlib/images/actions/findnext.png
|
||||
${PYSITELIB}/spyderlib/images/actions/findprevious.png
|
||||
${PYSITELIB}/spyderlib/images/actions/folder_new.png
|
||||
${PYSITELIB}/spyderlib/images/actions/hide.png
|
||||
${PYSITELIB}/spyderlib/images/actions/home.png
|
||||
${PYSITELIB}/spyderlib/images/actions/imshow.png
|
||||
${PYSITELIB}/spyderlib/images/actions/insert.png
|
||||
${PYSITELIB}/spyderlib/images/actions/lock.png
|
||||
${PYSITELIB}/spyderlib/images/actions/lock_open.png
|
||||
${PYSITELIB}/spyderlib/images/actions/magnifier.png
|
||||
${PYSITELIB}/spyderlib/images/actions/maximize.png
|
||||
${PYSITELIB}/spyderlib/images/actions/next.png
|
||||
${PYSITELIB}/spyderlib/images/actions/options_less.png
|
||||
${PYSITELIB}/spyderlib/images/actions/options_more.png
|
||||
${PYSITELIB}/spyderlib/images/actions/plot.png
|
||||
${PYSITELIB}/spyderlib/images/actions/previous.png
|
||||
${PYSITELIB}/spyderlib/images/actions/redo.png
|
||||
${PYSITELIB}/spyderlib/images/actions/reload.png
|
||||
${PYSITELIB}/spyderlib/images/actions/rename.png
|
||||
${PYSITELIB}/spyderlib/images/actions/replace.png
|
||||
${PYSITELIB}/spyderlib/images/actions/restore.png
|
||||
${PYSITELIB}/spyderlib/images/actions/show.png
|
||||
${PYSITELIB}/spyderlib/images/actions/special_paste.png
|
||||
${PYSITELIB}/spyderlib/images/actions/stop.png
|
||||
${PYSITELIB}/spyderlib/images/actions/synchronize.png
|
||||
${PYSITELIB}/spyderlib/images/actions/tooloptions.png
|
||||
${PYSITELIB}/spyderlib/images/actions/undo.png
|
||||
${PYSITELIB}/spyderlib/images/actions/unmaximize.png
|
||||
${PYSITELIB}/spyderlib/images/actions/up.png
|
||||
${PYSITELIB}/spyderlib/images/actions/window_fullscreen.png
|
||||
${PYSITELIB}/spyderlib/images/actions/window_nofullscreen.png
|
||||
${PYSITELIB}/spyderlib/images/actions/zoom_in.png
|
||||
${PYSITELIB}/spyderlib/images/actions/zoom_out.png
|
||||
${PYSITELIB}/spyderlib/images/advanced.png
|
||||
${PYSITELIB}/spyderlib/images/arredit.png
|
||||
${PYSITELIB}/spyderlib/images/arrow.png
|
||||
${PYSITELIB}/spyderlib/images/bold.png
|
||||
${PYSITELIB}/spyderlib/images/browser.png
|
||||
${PYSITELIB}/spyderlib/images/console/clear.png
|
||||
${PYSITELIB}/spyderlib/images/console/cmdprompt_t.png
|
||||
${PYSITELIB}/spyderlib/images/console/console.png
|
||||
${PYSITELIB}/spyderlib/images/console/environ.png
|
||||
${PYSITELIB}/spyderlib/images/console/history.png
|
||||
${PYSITELIB}/spyderlib/images/console/ipython.png
|
||||
${PYSITELIB}/spyderlib/images/console/ipython_t.png
|
||||
${PYSITELIB}/spyderlib/images/console/kill.png
|
||||
${PYSITELIB}/spyderlib/images/console/prompt.png
|
||||
${PYSITELIB}/spyderlib/images/console/python.png
|
||||
${PYSITELIB}/spyderlib/images/console/python_t.png
|
||||
${PYSITELIB}/spyderlib/images/console/restart.png
|
||||
${PYSITELIB}/spyderlib/images/console/run_small.png
|
||||
${PYSITELIB}/spyderlib/images/console/syspath.png
|
||||
${PYSITELIB}/spyderlib/images/console/terminate.png
|
||||
${PYSITELIB}/spyderlib/images/console/terminated.png
|
||||
${PYSITELIB}/spyderlib/images/dictedit.png
|
||||
${PYSITELIB}/spyderlib/images/editor/breakpoint.png
|
||||
${PYSITELIB}/spyderlib/images/editor/breakpoint_cond.png
|
||||
${PYSITELIB}/spyderlib/images/editor/bug.png
|
||||
${PYSITELIB}/spyderlib/images/editor/class.png
|
||||
${PYSITELIB}/spyderlib/images/editor/close_panel.png
|
||||
${PYSITELIB}/spyderlib/images/editor/comment.png
|
||||
${PYSITELIB}/spyderlib/images/editor/convention.png
|
||||
${PYSITELIB}/spyderlib/images/editor/decorator.png
|
||||
${PYSITELIB}/spyderlib/images/editor/error.png
|
||||
${PYSITELIB}/spyderlib/images/editor/file.png
|
||||
${PYSITELIB}/spyderlib/images/editor/filelist.png
|
||||
${PYSITELIB}/spyderlib/images/editor/fromcursor.png
|
||||
${PYSITELIB}/spyderlib/images/editor/function.png
|
||||
${PYSITELIB}/spyderlib/images/editor/gotoline.png
|
||||
${PYSITELIB}/spyderlib/images/editor/horsplit.png
|
||||
${PYSITELIB}/spyderlib/images/editor/indent.png
|
||||
${PYSITELIB}/spyderlib/images/editor/last_edit_location.png
|
||||
${PYSITELIB}/spyderlib/images/editor/method.png
|
||||
${PYSITELIB}/spyderlib/images/editor/newwindow.png
|
||||
${PYSITELIB}/spyderlib/images/editor/next_cursor.png
|
||||
${PYSITELIB}/spyderlib/images/editor/next_wng.png
|
||||
${PYSITELIB}/spyderlib/images/editor/outline_explorer.png
|
||||
${PYSITELIB}/spyderlib/images/editor/outline_explorer_vis.png
|
||||
${PYSITELIB}/spyderlib/images/editor/prev_cursor.png
|
||||
${PYSITELIB}/spyderlib/images/editor/prev_wng.png
|
||||
${PYSITELIB}/spyderlib/images/editor/private1.png
|
||||
${PYSITELIB}/spyderlib/images/editor/private2.png
|
||||
${PYSITELIB}/spyderlib/images/editor/refactor.png
|
||||
${PYSITELIB}/spyderlib/images/editor/run.png
|
||||
${PYSITELIB}/spyderlib/images/editor/run_again.png
|
||||
${PYSITELIB}/spyderlib/images/editor/run_args.png
|
||||
${PYSITELIB}/spyderlib/images/editor/run_interact.png
|
||||
${PYSITELIB}/spyderlib/images/editor/run_new.png
|
||||
${PYSITELIB}/spyderlib/images/editor/run_selection.png
|
||||
${PYSITELIB}/spyderlib/images/editor/select.png
|
||||
${PYSITELIB}/spyderlib/images/editor/selectall.png
|
||||
${PYSITELIB}/spyderlib/images/editor/todo.png
|
||||
${PYSITELIB}/spyderlib/images/editor/todo_list.png
|
||||
${PYSITELIB}/spyderlib/images/editor/uncomment.png
|
||||
${PYSITELIB}/spyderlib/images/editor/unindent.png
|
||||
${PYSITELIB}/spyderlib/images/editor/versplit.png
|
||||
${PYSITELIB}/spyderlib/images/editor/warning.png
|
||||
${PYSITELIB}/spyderlib/images/editor/wng_list.png
|
||||
${PYSITELIB}/spyderlib/images/ext_tools.png
|
||||
${PYSITELIB}/spyderlib/images/file/fileclose.png
|
||||
${PYSITELIB}/spyderlib/images/file/filecloseall.png
|
||||
${PYSITELIB}/spyderlib/images/file/fileimport.png
|
||||
${PYSITELIB}/spyderlib/images/file/filenew.png
|
||||
${PYSITELIB}/spyderlib/images/file/fileopen.png
|
||||
${PYSITELIB}/spyderlib/images/file/filesave.png
|
||||
${PYSITELIB}/spyderlib/images/file/filesaveas.png
|
||||
${PYSITELIB}/spyderlib/images/file/print.png
|
||||
${PYSITELIB}/spyderlib/images/file/save_all.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/bat.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/bmp.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/c.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/cfg.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/chm.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/cmd.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/cpp.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/diff.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/doc.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/exe.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/f.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/f77.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/f90.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/gif.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/h.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/htm.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/html.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/inf.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/ini.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/jpeg.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/jpg.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/log.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/nt.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/patch.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/pdf.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/png.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/pps.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/properties.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/ps.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/pxd.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/pxi.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/py.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/pyc.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/pyw.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/pyx.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/rar.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/readme.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/reg.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/rej.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/session.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/tar.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/tex.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/tgz.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/tif.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/tiff.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/ts.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/txt.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/ui.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/xls.png
|
||||
${PYSITELIB}/spyderlib/images/filetypes/zip.png
|
||||
${PYSITELIB}/spyderlib/images/font.png
|
||||
${PYSITELIB}/spyderlib/images/genprefs.png
|
||||
${PYSITELIB}/spyderlib/images/inspector.png
|
||||
${PYSITELIB}/spyderlib/images/italic.png
|
||||
${PYSITELIB}/spyderlib/images/matplotlib.png
|
||||
${PYSITELIB}/spyderlib/images/none.png
|
||||
${PYSITELIB}/spyderlib/images/not_found.png
|
||||
${PYSITELIB}/spyderlib/images/options.svg
|
||||
${PYSITELIB}/spyderlib/images/projects/add_to_path.png
|
||||
${PYSITELIB}/spyderlib/images/projects/folder_collapsed.png
|
||||
${PYSITELIB}/spyderlib/images/projects/folder_expanded.png
|
||||
${PYSITELIB}/spyderlib/images/projects/package_collapsed.png
|
||||
${PYSITELIB}/spyderlib/images/projects/package_expanded.png
|
||||
${PYSITELIB}/spyderlib/images/projects/pp_folder_collapsed.png
|
||||
${PYSITELIB}/spyderlib/images/projects/pp_folder_expanded.png
|
||||
${PYSITELIB}/spyderlib/images/projects/pp_package_collapsed.png
|
||||
${PYSITELIB}/spyderlib/images/projects/pp_package_expanded.png
|
||||
${PYSITELIB}/spyderlib/images/projects/pp_project_collapsed.png
|
||||
${PYSITELIB}/spyderlib/images/projects/pp_project_expanded.png
|
||||
${PYSITELIB}/spyderlib/images/projects/project_closed.png
|
||||
${PYSITELIB}/spyderlib/images/projects/project_collapsed.png
|
||||
${PYSITELIB}/spyderlib/images/projects/project_expanded.png
|
||||
${PYSITELIB}/spyderlib/images/projects/pydev.png
|
||||
${PYSITELIB}/spyderlib/images/projects/pythonpath.png
|
||||
${PYSITELIB}/spyderlib/images/projects/remove_from_path.png
|
||||
${PYSITELIB}/spyderlib/images/projects/show_all.png
|
||||
${PYSITELIB}/spyderlib/images/pythonpath_mgr.png
|
||||
${PYSITELIB}/spyderlib/images/pythonxy.png
|
||||
${PYSITELIB}/spyderlib/images/qt.png
|
||||
${PYSITELIB}/spyderlib/images/qtassistant.png
|
||||
${PYSITELIB}/spyderlib/images/qtdesigner.png
|
||||
${PYSITELIB}/spyderlib/images/qtlinguist.png
|
||||
${PYSITELIB}/spyderlib/images/scipy.png
|
||||
${PYSITELIB}/spyderlib/images/set_workdir.png
|
||||
${PYSITELIB}/spyderlib/images/splash.png
|
||||
${PYSITELIB}/spyderlib/images/spyder.svg
|
||||
${PYSITELIB}/spyderlib/images/vitables.png
|
||||
${PYSITELIB}/spyderlib/images/win_env.png
|
||||
${PYSITELIB}/spyderlib/interpreter.py
|
||||
${PYSITELIB}/spyderlib/interpreter.pyc
|
||||
${PYSITELIB}/spyderlib/interpreter.pyo
|
||||
${PYSITELIB}/spyderlib/mpl_patch.py
|
||||
${PYSITELIB}/spyderlib/mpl_patch.pyc
|
||||
${PYSITELIB}/spyderlib/mpl_patch.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/__init__.py
|
||||
${PYSITELIB}/spyderlib/plugins/__init__.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/__init__.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/configdialog.py
|
||||
${PYSITELIB}/spyderlib/plugins/configdialog.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/configdialog.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/console.py
|
||||
${PYSITELIB}/spyderlib/plugins/console.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/console.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/editor.py
|
||||
${PYSITELIB}/spyderlib/plugins/editor.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/editor.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/explorer.py
|
||||
${PYSITELIB}/spyderlib/plugins/explorer.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/explorer.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/externalconsole.py
|
||||
${PYSITELIB}/spyderlib/plugins/externalconsole.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/externalconsole.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/findinfiles.py
|
||||
${PYSITELIB}/spyderlib/plugins/findinfiles.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/findinfiles.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/history.py
|
||||
${PYSITELIB}/spyderlib/plugins/history.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/history.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/inspector.py
|
||||
${PYSITELIB}/spyderlib/plugins/inspector.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/inspector.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/onlinehelp.py
|
||||
${PYSITELIB}/spyderlib/plugins/onlinehelp.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/onlinehelp.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/projectexplorer.py
|
||||
${PYSITELIB}/spyderlib/plugins/projectexplorer.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/projectexplorer.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/runconfig.py
|
||||
${PYSITELIB}/spyderlib/plugins/runconfig.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/runconfig.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/shortcuts.py
|
||||
${PYSITELIB}/spyderlib/plugins/shortcuts.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/shortcuts.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/variableexplorer.py
|
||||
${PYSITELIB}/spyderlib/plugins/variableexplorer.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/variableexplorer.pyo
|
||||
${PYSITELIB}/spyderlib/plugins/workingdirectory.py
|
||||
${PYSITELIB}/spyderlib/plugins/workingdirectory.pyc
|
||||
${PYSITELIB}/spyderlib/plugins/workingdirectory.pyo
|
||||
${PYSITELIB}/spyderlib/pyplot.py
|
||||
${PYSITELIB}/spyderlib/pyplot.pyc
|
||||
${PYSITELIB}/spyderlib/pyplot.pyo
|
||||
${PYSITELIB}/spyderlib/requirements.py
|
||||
${PYSITELIB}/spyderlib/requirements.pyc
|
||||
${PYSITELIB}/spyderlib/requirements.pyo
|
||||
${PYSITELIB}/spyderlib/spyder.py
|
||||
${PYSITELIB}/spyderlib/spyder.pyc
|
||||
${PYSITELIB}/spyderlib/spyder.pyo
|
||||
${PYSITELIB}/spyderlib/spyder_fr.qm
|
||||
${PYSITELIB}/spyderlib/userconfig.py
|
||||
${PYSITELIB}/spyderlib/userconfig.pyc
|
||||
${PYSITELIB}/spyderlib/userconfig.pyo
|
||||
${PYSITELIB}/spyderlib/utils/__init__.py
|
||||
${PYSITELIB}/spyderlib/utils/__init__.pyc
|
||||
${PYSITELIB}/spyderlib/utils/__init__.pyo
|
||||
${PYSITELIB}/spyderlib/utils/classparser.py
|
||||
${PYSITELIB}/spyderlib/utils/classparser.pyc
|
||||
${PYSITELIB}/spyderlib/utils/classparser.pyo
|
||||
${PYSITELIB}/spyderlib/utils/css/default.css
|
||||
${PYSITELIB}/spyderlib/utils/css/pygments.css
|
||||
${PYSITELIB}/spyderlib/utils/dochelpers.py
|
||||
${PYSITELIB}/spyderlib/utils/dochelpers.pyc
|
||||
${PYSITELIB}/spyderlib/utils/dochelpers.pyo
|
||||
${PYSITELIB}/spyderlib/utils/encoding.py
|
||||
${PYSITELIB}/spyderlib/utils/encoding.pyc
|
||||
${PYSITELIB}/spyderlib/utils/encoding.pyo
|
||||
${PYSITELIB}/spyderlib/utils/environ.py
|
||||
${PYSITELIB}/spyderlib/utils/environ.pyc
|
||||
${PYSITELIB}/spyderlib/utils/environ.pyo
|
||||
${PYSITELIB}/spyderlib/utils/iofuncs.py
|
||||
${PYSITELIB}/spyderlib/utils/iofuncs.pyc
|
||||
${PYSITELIB}/spyderlib/utils/iofuncs.pyo
|
||||
${PYSITELIB}/spyderlib/utils/programs.py
|
||||
${PYSITELIB}/spyderlib/utils/programs.pyc
|
||||
${PYSITELIB}/spyderlib/utils/programs.pyo
|
||||
${PYSITELIB}/spyderlib/utils/qthelpers.py
|
||||
${PYSITELIB}/spyderlib/utils/qthelpers.pyc
|
||||
${PYSITELIB}/spyderlib/utils/qthelpers.pyo
|
||||
${PYSITELIB}/spyderlib/utils/sourcecode.py
|
||||
${PYSITELIB}/spyderlib/utils/sourcecode.pyc
|
||||
${PYSITELIB}/spyderlib/utils/sourcecode.pyo
|
||||
${PYSITELIB}/spyderlib/utils/sphinxify.py
|
||||
${PYSITELIB}/spyderlib/utils/sphinxify.pyc
|
||||
${PYSITELIB}/spyderlib/utils/sphinxify.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/__init__.py
|
||||
${PYSITELIB}/spyderlib/widgets/__init__.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/__init__.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/arrayeditor.py
|
||||
${PYSITELIB}/spyderlib/widgets/arrayeditor.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/arrayeditor.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/browser.py
|
||||
${PYSITELIB}/spyderlib/widgets/browser.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/browser.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/codeeditor/__init__.py
|
||||
${PYSITELIB}/spyderlib/widgets/codeeditor/__init__.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/codeeditor/__init__.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/codeeditor/base.py
|
||||
${PYSITELIB}/spyderlib/widgets/codeeditor/base.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/codeeditor/base.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/codeeditor/codeeditor.py
|
||||
${PYSITELIB}/spyderlib/widgets/codeeditor/codeeditor.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/codeeditor/codeeditor.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/codeeditor/syntaxhighlighters.py
|
||||
${PYSITELIB}/spyderlib/widgets/codeeditor/syntaxhighlighters.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/codeeditor/syntaxhighlighters.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/colors.py
|
||||
${PYSITELIB}/spyderlib/widgets/colors.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/colors.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/comboboxes.py
|
||||
${PYSITELIB}/spyderlib/widgets/comboboxes.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/comboboxes.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/dicteditor.py
|
||||
${PYSITELIB}/spyderlib/widgets/dicteditor.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/dicteditor.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/editor.py
|
||||
${PYSITELIB}/spyderlib/widgets/editor.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/editor.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/editortools.py
|
||||
${PYSITELIB}/spyderlib/widgets/editortools.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/editortools.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/explorer.py
|
||||
${PYSITELIB}/spyderlib/widgets/explorer.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/explorer.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/__init__.py
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/__init__.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/__init__.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/baseshell.py
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/baseshell.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/baseshell.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/monitor.py
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/monitor.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/monitor.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/namespacebrowser.py
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/namespacebrowser.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/namespacebrowser.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/pythonshell.py
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/pythonshell.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/pythonshell.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/sitecustomize.py
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/sitecustomize.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/sitecustomize.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/startup.py
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/startup.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/startup.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/systemshell.py
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/systemshell.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/externalshell/systemshell.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/figureoptions.py
|
||||
${PYSITELIB}/spyderlib/widgets/figureoptions.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/figureoptions.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/findinfiles.py
|
||||
${PYSITELIB}/spyderlib/widgets/findinfiles.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/findinfiles.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/findreplace.py
|
||||
${PYSITELIB}/spyderlib/widgets/findreplace.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/findreplace.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/formlayout.py
|
||||
${PYSITELIB}/spyderlib/widgets/formlayout.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/formlayout.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/importwizard.py
|
||||
${PYSITELIB}/spyderlib/widgets/importwizard.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/importwizard.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/internalshell.py
|
||||
${PYSITELIB}/spyderlib/widgets/internalshell.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/internalshell.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/objecteditor.py
|
||||
${PYSITELIB}/spyderlib/widgets/objecteditor.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/objecteditor.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/onecolumntree.py
|
||||
${PYSITELIB}/spyderlib/widgets/onecolumntree.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/onecolumntree.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/outlineexplorer.py
|
||||
${PYSITELIB}/spyderlib/widgets/outlineexplorer.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/outlineexplorer.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/pathmanager.py
|
||||
${PYSITELIB}/spyderlib/widgets/pathmanager.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/pathmanager.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/projectexplorer.py
|
||||
${PYSITELIB}/spyderlib/widgets/projectexplorer.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/projectexplorer.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/pydocgui.py
|
||||
${PYSITELIB}/spyderlib/widgets/pydocgui.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/pydocgui.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/shell.py
|
||||
${PYSITELIB}/spyderlib/widgets/shell.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/shell.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/shellhelpers.py
|
||||
${PYSITELIB}/spyderlib/widgets/shellhelpers.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/shellhelpers.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/tabs.py
|
||||
${PYSITELIB}/spyderlib/widgets/tabs.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/tabs.pyo
|
||||
${PYSITELIB}/spyderlib/widgets/texteditor.py
|
||||
${PYSITELIB}/spyderlib/widgets/texteditor.pyc
|
||||
${PYSITELIB}/spyderlib/widgets/texteditor.pyo
|
||||
${PYSITELIB}/spyderplugins/__init__.py
|
||||
${PYSITELIB}/spyderplugins/__init__.pyc
|
||||
${PYSITELIB}/spyderplugins/__init__.pyo
|
||||
${PYSITELIB}/spyderplugins/io_dicom.py
|
||||
${PYSITELIB}/spyderplugins/io_dicom.pyc
|
||||
${PYSITELIB}/spyderplugins/io_dicom.pyo
|
||||
${PYSITELIB}/spyderplugins/p_pylint.py
|
||||
${PYSITELIB}/spyderplugins/p_pylint.pyc
|
||||
${PYSITELIB}/spyderplugins/p_pylint.pyo
|
||||
${PYSITELIB}/spyderplugins/widgets/__init__.py
|
||||
${PYSITELIB}/spyderplugins/widgets/__init__.pyc
|
||||
${PYSITELIB}/spyderplugins/widgets/__init__.pyo
|
||||
${PYSITELIB}/spyderplugins/widgets/pylintgui.py
|
||||
${PYSITELIB}/spyderplugins/widgets/pylintgui.pyc
|
||||
${PYSITELIB}/spyderplugins/widgets/pylintgui.pyo
|
||||
share/applications/spyder.desktop
|
5
spyder/distinfo
Normal file
5
spyder/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/01/17 22:27:02 jihbed Exp $
|
||||
|
||||
SHA1 (spyder-2.0.5.zip) = 88d3d848ab0386b19ba62e5922e7080b1a1967cf
|
||||
RMD160 (spyder-2.0.5.zip) = 4b06c0321f547b28d67c8a4ea55d2c47623dab48
|
||||
Size (spyder-2.0.5.zip) = 2494818 bytes
|
7
spyder/files/spyder.desktop
Normal file
7
spyder/files/spyder.desktop
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Name=Spyder
|
||||
Exec=spyder
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Development;
|
||||
StartupNotify=true
|
Loading…
Reference in a new issue