aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2009-12-25 04:48:44 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2009-12-25 04:48:44 -0200
commit052a131d8e56c34e80236f74d97d65367c63d038 (patch)
treec7ab0c86093733834e53e6df14f03223d5f805b0 /README.rst
parentremoved "pycolors" dependency. closes bug #1 (diff)
downloadg-octave-052a131d8e56c34e80236f74d97d65367c63d038.tar.gz
g-octave-052a131d8e56c34e80236f74d97d65367c63d038.tar.bz2
g-octave-052a131d8e56c34e80236f74d97d65367c63d038.zip
removed "simplejson" dependency. closes bug #2
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 1ebeac3..3a2b1e6 100644
--- a/README.rst
+++ b/README.rst
@@ -2,8 +2,6 @@
.. _`Octave-Forge`: http://octave.sf.net/
.. _`g-octave`: http://bitbucket.org/rafaelmartins/g-octave/
.. _Python: http://python.org/
-.. _simplejson: http://pypi.python.org/pypi/simplejson/
-.. _pycolors: http://pypi.python.org/pypi/pycolors/
.. _Portage: http://www.gentoo.org/proj/en/portage/
.. _Paludis: http://paludis.pioto.org/
.. _pkgcore: http://www.pkgcore.org/
@@ -57,7 +55,6 @@ Dependencies
* Python_ 2
* Portage_
-* simplejson_
`g-octave`_ also depends on some files, distributed by the maintainer,
like the package database (a tarball with the DESCRIPTION file of all
@@ -128,6 +125,7 @@ To-Do
We have other goals besides implementing the remaining features:
* Remove the unneeded dependency: pycolors **(done)**
+* Remove the unneeded dependency: simplejson **(done)**
* Port to Python_ >= 3.0
* Improve the code comments
* Improve the error handling