[pyzo] 02/04: Handle transitional update from IEP to Pyzo.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon May 30 22:07:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository pyzo.

commit f138489302145ad8e897ef6877a6a6dd7622dd34
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri May 13 20:50:26 2016 +0100

    Handle transitional update from IEP to Pyzo.
---
 debian/NEWS    |  8 ++++++++
 debian/control | 23 +++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..856413c
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,8 @@
+pyzo (4.1-3) unstable; urgency=medium
+
+    The IEP editor is no longer actively developed upstream and has been
+    replaced by the Pyzo IDE. The graphical interface and features remain
+    identical. Custom IEP settings saved to ~/.iep/config.ssdf can be
+    migrated to Pyzo by moving the said file to ~/.pyzo/config.ssdf.
+
+ -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Fri, 13 May 2016 20:52:07 +0100
diff --git a/debian/control b/debian/control
index 39a1355..34cbabb 100644
--- a/debian/control
+++ b/debian/control
@@ -59,3 +59,26 @@ Description: documentation for Pyzo
  3.x, including Pypy).
  .
  This package provides the documentation for the Pyzo IDE.
+
+Package: iep
+Architecture: all
+Section: oldlibs
+Priority: extra
+Depends: pyzo,
+         ${misc:Depends}
+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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyzo.git



More information about the debian-science-commits mailing list