[Python-modules-commits] r2415 - in /packages/python-networkx/trunk/debian: README.Debian changelog control

kibi-guest at users.alioth.debian.org kibi-guest at users.alioth.debian.org
Tue May 15 12:04:49 UTC 2007


Author: kibi-guest
Date: Tue May 15 12:04:49 2007
New Revision: 2415

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2415
Log:
Adjust things for python-yaml, add instructions for the testsuite

Modified:
    packages/python-networkx/trunk/debian/README.Debian
    packages/python-networkx/trunk/debian/changelog
    packages/python-networkx/trunk/debian/control

Modified: packages/python-networkx/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/python-modules/packages/python-networkx/trunk/debian/README.Debian?rev=2415&op=diff
==============================================================================
--- packages/python-networkx/trunk/debian/README.Debian (original)
+++ packages/python-networkx/trunk/debian/README.Debian Tue May 15 12:04:49 2007
@@ -2,18 +2,17 @@
 --------------------------
 
 As stated in the changelog, I put in Recommends: all the packages needed
-to get the networkx/tests/test.py script run almost OK. We are still
-missing a pyyaml package (providing a way to allow ``import yaml'' from
-networkx code) to get the whole testsuite pass. Any hint appreciated.
+to get the networkx/tests/test.py script run OK.
 
-To run the test:
+To run the testsuite:
   cd /usr/share/python-support/python-networkx/networkx/tests
   python test.py
+
+Another way is to use a python interpreter and execute:
+  import networkx.tests
+  networkx.tests.run()
 
 To list the recommended packages:
   LANG=C apt-cache show python-networkx | grep ^Recommends:
 
-After all these packages have been installed, you should have only one
-test failing, because of the above-mentioned missing yaml module.
-
- -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>, Fri, 27 Oct 2006 23:12:26 +0200
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Tue, 15 May 2007 10:59:02 +0200

Modified: packages/python-networkx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-networkx/trunk/debian/changelog?rev=2415&op=diff
==============================================================================
--- packages/python-networkx/trunk/debian/changelog (original)
+++ packages/python-networkx/trunk/debian/changelog Tue May 15 12:04:49 2007
@@ -10,6 +10,8 @@
   * Added a TODO file so as not to forget TODO items for next uploads.
   * Added a find/rm to remove some .cvsignore files, now installed after
     the switch to setup_egg.py.
+  * Adjusted README.Debian and Recommends:, since python-yaml is now packaged,
+    and added instructions to run the testsuite from a python interpreter.
 
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Tue, 15 May 2007 10:59:02 +0200
 

Modified: packages/python-networkx/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-networkx/trunk/debian/control?rev=2415&op=diff
==============================================================================
--- packages/python-networkx/trunk/debian/control (original)
+++ packages/python-networkx/trunk/debian/control Tue May 15 12:04:49 2007
@@ -10,7 +10,7 @@
 Package: python-networkx
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Recommends: python-numpy, python-scipy, python-pygraphviz | python-pydot, python-setuptools, python-matplotlib
+Recommends: python-numpy, python-scipy, python-pygraphviz | python-pydot, python-setuptools, python-matplotlib, python-yaml
 Description: tool to manipulate and study more than complex networks
  NetworkX is a Python-based package for the creation, manipulation, and
  study of the structure, dynamics, and functions of complex networks.




More information about the Python-modules-commits mailing list