1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: pyzo
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
dh-linktree,
dh-python,
famfamfam-silk,
fonts-dejavu,
python3,
python3-setuptools,
python3-sphinx
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pyzo.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pyzo.git
Homepage: http://www.pyzo.org/
X-Python3-Version: >= 3.2
Package: pyzo
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-qtpy,
python3-pkg-resources
Suggests: pyzo-doc
Description: interactive editor for scientific Python
Pyzo is a cross-platform Python IDE focused on interactivity and introspection,
which makes it very suitable for scientific computing. Its practical design is
aimed at simplicity and efficiency.
.
It consists of two main components, the editor and the shell, and uses a set of
pluggable tools to help the programmer in various ways. Some example tools are
source structure, project manager, interactive help, workspace...
.
Pyzo is written in (pure) Python 3 and uses the Qt GUI toolkit. Binaries are
provided for all major operating system. After installing Pyzo, it can be used
to execute code on any Python version available on your system (Python 2.4 -
3.x, including Pypy).
.
This package provides the Pyzo IDE.
Package: pyzo-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: documentation for Pyzo
Pyzo is a cross-platform Python IDE focused on interactivity and introspection,
which makes it very suitable for scientific computing. Its practical design is
aimed at simplicity and efficiency.
.
It consists of two main components, the editor and the shell, and uses a set of
pluggable tools to help the programmer in various ways. Some example tools are
source structure, project manager, interactive help, workspace...
.
Pyzo is written in (pure) Python 3 and uses the Qt GUI toolkit. Binaries are
provided for all major operating system. After installing Pyzo, it can be used
to execute code on any Python version available on your system (Python 2.4 -
3.x, including Pypy).
.
This package provides the documentation for the Pyzo IDE.
Package: iep
Architecture: all
Section: oldlibs
Depends: ${misc:Depends},
pyzo
Description: transitional dummy package for IEP
Pyzo is a cross-platform Python IDE focused on interactivity and introspection,
which makes it very suitable for scientific computing. Its practical design is
aimed at simplicity and efficiency.
.
It consists of two main components, the editor and the shell, and uses a set of
pluggable tools to help the programmer in various ways. Some example tools are
source structure, project manager, interactive help, workspace...
.
Pyzo is written in (pure) Python 3 and uses the Qt GUI toolkit. Binaries are
provided for all major operating system. After installing Pyzo, it can be used
to execute code on any Python version available on your system (Python 2.4 -
3.x, including Pypy).
.
This is a transitional dummy package enabling the upgrade from IEP to Pyzo.
It can safely be removed.
|