[Python-modules-commits] r26041 - in packages/matplotlib/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Oct 5 08:32:24 UTC 2013


    Date: Saturday, October 5, 2013 @ 08:32:20
  Author: morph
Revision: 26041

* debian/{control, README.debian}
  - added nose and tornado to Suggests, needed to require matplotlib with
    pkg_resources; thanks to Javi Merino for the report; Closes: #725048

Modified:
  packages/matplotlib/trunk/debian/README.debian
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/control

Modified: packages/matplotlib/trunk/debian/README.debian
===================================================================
--- packages/matplotlib/trunk/debian/README.debian	2013-10-04 23:29:02 UTC (rev 26040)
+++ packages/matplotlib/trunk/debian/README.debian	2013-10-05 08:32:20 UTC (rev 26041)
@@ -42,3 +42,15 @@
   QT   -> python-qt4, python-sip
   WX   -> python-wxgtk2.6 or python-wxgtk2.8
   GTK3 -> gir1.2-gtk-3.0, python-gi, python-gobject
+
+
+Use MatplotLib with pkg_resources.require()
+-------------------------------------------
+
+If you want to use MatplotLib like this:
+
+  python -c 'import pkg_resources; pkg_resources.require("matplotlib")'
+
+(also in the Python3 flavour), you'll have to instal python-nose and
+python-tornado (as specified in the Suggest field) or python3-nose and
+python3-tornado if you're aiming at py3k.

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2013-10-04 23:29:02 UTC (rev 26040)
+++ packages/matplotlib/trunk/debian/changelog	2013-10-05 08:32:20 UTC (rev 26041)
@@ -4,8 +4,11 @@
   * Acknowledge NMU, thanks Anton Gladky; Closes: #719065, #719384
   * debian/patches/70_fix_UnicodeDecodeError.patch
     - removed, merged upstream
+  * debian/{control, README.debian}
+    - added nose and tornado to Suggests, needed to require matplotlib with
+      pkg_resources; thanks to Javi Merino for the report; Closes: #725048
 
- -- Sandro Tosi <morph at debian.org>  Sat, 05 Oct 2013 00:25:32 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 05 Oct 2013 10:31:02 +0200
 
 matplotlib (1.3.0-1.1) unstable; urgency=low
 

Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control	2013-10-04 23:29:02 UTC (rev 26040)
+++ packages/matplotlib/trunk/debian/control	2013-10-05 08:32:20 UTC (rev 26041)
@@ -83,9 +83,11 @@
           python-gobject,
           python-gtk2,
           python-matplotlib-doc,
+          python-nose,
           python-qt4,
           python-scipy,
           python-sip,
+          python-tornado,
           python-traits (>= 2.0),
           python-wxgtk2.8,
           texlive-extra-utils,
@@ -117,9 +119,11 @@
           python3-cairo,
           python3-gi,
           python3-gobject,
+          python3-nose,
           python3-pyqt4,
           python3-scipy,
           python3-sip,
+          python3-tornado,
           texlive-extra-utils,
           texlive-latex-extra
 Description: Python based plotting system in a style similar to Matlab (Python 3)




More information about the Python-modules-commits mailing list