[Python-modules-commits] r11610 - in packages/scitools/trunk/debian (3 files)

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Sun Feb 7 10:23:13 UTC 2010


    Date: Sunday, February 7, 2010 @ 10:23:07
  Author: johannr-guest
Revision: 11610

Update for new upstream release.

Modified:
  packages/scitools/trunk/debian/changelog
  packages/scitools/trunk/debian/control
Deleted:
  packages/scitools/trunk/debian/patches/scitools_init.patch

Modified: packages/scitools/trunk/debian/changelog
===================================================================
--- packages/scitools/trunk/debian/changelog	2010-02-07 04:16:17 UTC (rev 11609)
+++ packages/scitools/trunk/debian/changelog	2010-02-07 10:23:07 UTC (rev 11610)
@@ -1,3 +1,16 @@
+scitools (0.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: 
+    - Replace python-dev with python-all in Build-Depends.
+    - Bump Standards-Version to 3.8.4 (no changes needed).
+    - Remove python-numeric and python-numarray from Suggests since
+      Numeric and numarray are no longer (in general) supported in
+      SciTools.
+  * Remove debian/patches/scitools_init.patch since it's fixed upstream.
+
+ -- Johannes Ring <johannr at simula.no>  Mon, 01 Feb 2010 20:37:39 +0100
+
 scitools (0.6-1) unstable; urgency=low
 
   * Initial release (Closes: #538853)

Modified: packages/scitools/trunk/debian/control
===================================================================
--- packages/scitools/trunk/debian/control	2010-02-07 04:16:17 UTC (rev 11609)
+++ packages/scitools/trunk/debian/control	2010-02-07 10:23:07 UTC (rev 11610)
@@ -3,8 +3,8 @@
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Johannes Ring <johannr at simula.no>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-dev, python-support
-Standards-Version: 3.8.3
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-all, python-support
+Standards-Version: 3.8.4
 DM-Upload-Allowed: yes
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/scitools/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/scitools/trunk/
@@ -16,8 +16,7 @@
 Depends: python-numpy, python-gnuplot, ${python:Depends}, ${misc:Depends}
 Recommends: python-scipy, python-scientific, imagemagick
 Suggests: python-matplotlib, python-vtk, python-pyx, python-pmw, blt, 
- python-tk, netpbm, ffmpeg, python-numeric, python-numarray, 
- octave3.0 | octave3.2
+ python-tk, netpbm, ffmpeg, octave3.0 | octave3.2
 Description: Python library for scientific computing
  SciTools is a Python package containing lots of useful tools for scientific
  computing in Python. The package is built on top of other widely used 

Deleted: packages/scitools/trunk/debian/patches/scitools_init.patch
===================================================================
--- packages/scitools/trunk/debian/patches/scitools_init.patch	2010-02-07 04:16:17 UTC (rev 11609)
+++ packages/scitools/trunk/debian/patches/scitools_init.patch	2010-02-07 10:23:07 UTC (rev 11610)
@@ -1,40 +0,0 @@
-This removes the dependency on NumPy and Gnuplot.py when running setup.py.
-
-diff -Nru scitools-0.6.orig/lib/scitools/__init__.py scitools-0.6/lib/scitools/__init__.py
---- scitools-0.6.orig/lib/scitools/__init__.py	2009-08-25 11:30:19.000000000 +0200
-+++ scitools-0.6/lib/scitools/__init__.py	2009-08-25 11:31:29.000000000 +0200
-@@ -63,18 +63,21 @@
-                       'Allen B. Downey', 'Imri Goldberg', \
-                       'Fred L. Drake', 'Gael Varoquaux',
- 
--# for backward compatibility:
--import sys, std
--sys.modules['scitools.all'] = std
- try:
--    import TkGUI
--    sys.modules['scitools.CanvasCoords'] = TkGUI
--    sys.modules['scitools.DrawFunction'] = TkGUI
--    sys.modules['scitools.FuncDependenceViz'] = TkGUI
--    sys.modules['scitools.FunctionSelector'] = TkGUI
--    sys.modules['scitools.ParameterInterface'] = TkGUI
--    del TkGUI
--except:
--    pass  # Pmw and other graphics might be missing - this is not crucial
-+    # for backward compatibility:
-+    import sys, std
-+    sys.modules['scitools.all'] = std
-+    try:
-+        import TkGUI
-+        sys.modules['scitools.CanvasCoords'] = TkGUI
-+        sys.modules['scitools.DrawFunction'] = TkGUI
-+        sys.modules['scitools.FuncDependenceViz'] = TkGUI
-+        sys.modules['scitools.FunctionSelector'] = TkGUI
-+        sys.modules['scitools.ParameterInterface'] = TkGUI
-+        del TkGUI
-+    except:
-+        pass  # Pmw and other graphics might be missing - this is not crucial
- 
--del std, sys 
-+    del std, sys 
-+except:
-+    pass




More information about the Python-modules-commits mailing list