aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-09-19 22:46:24 +0200
committerOlivier Tilloy <olivier@tilloy.net>2007-09-19 22:46:24 +0200
commit9096f80b4fd5fca506cca77dfe8ab3a2900daa52 (patch)
treebdba0986e7358d6043b6ddfa5d269c0ca7771542 /todo
parent14b12d3a0c3dc26c35eae7b4a0d9726790262954 (diff)
downloadpyexiv2-9096f80b4fd5fca506cca77dfe8ab3a2900daa52.tar.gz
Updated the TODO list: using pkg-config does not make really sense as it adds a lot of complexity to the SConsctruct script and a dependency (on pkg-config itself), and boost_python does not seem to have a *.pc file anyway.
Diffstat (limited to 'todo')
-rw-r--r--todo2
1 files changed, 0 insertions, 2 deletions
diff --git a/todo b/todo
index 496e37e..04559d6 100644
--- a/todo
+++ b/todo
@@ -6,5 +6,3 @@ todo list
- Rewrite the exiv2 command-line tool and the test binaries in Python and (Python) scripts to run the same tests that are run to test exiv2
- Write a complete documentation for the binding and it uses
- Write unit tests (http://docs.python.org/lib/module-unittest.html)
-- Use pkgconfig with scons in order to check the dependencies before compiling (http://www.scons.org/wiki/UsingPkgConfig)
-