[python-debian/master] more fine grained and updated todo list

Stefano Zacchiroli zack at upsilon.cc
Thu Jun 19 14:44:58 UTC 2008


---
 TODO |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/TODO b/TODO
index 4f77f7b..aac68ba 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,13 @@
 - Revamp the README files. In particular, note that debian_support.py
   comes from the secure-testing repository (also in copyright!!), and
   that for reading Packages files Deb822 should be used instead.
-- add tests for package relationship parsing
-- add examples for package relationship parsing
+- parsed dependencies support:
+  - add tests
+  - add examples
+  - change key name to access package name from "name" to "package", that way
+    it is more consistent with legacy package names
+  - instead of adding top-level methods, add a single top-level property
+    returning a dictionary of all possible package relationships
+  - put in the above dictionary all the possible dependencies, no matter if
+    they appear or not in the actual package (at worst they will be empty
+    lists), this will simplify using deb822
-- 
1.5.4.2





More information about the pkg-python-debian-commits mailing list