diff options
author | 2010-08-02 21:09:58 -0300 | |
---|---|---|
committer | 2010-08-02 21:09:58 -0300 | |
commit | d3e8a614b95dd6603516c8986405df2b4f47ec0e (patch) | |
tree | aa6b1fcf0a601055c097826a5ef6bb422d6100c2 | |
parent | moved scripts/requirements.py to contrib/manage_info.py (diff) | |
download | g-octave-d3e8a614b95dd6603516c8986405df2b4f47ec0e.tar.gz g-octave-d3e8a614b95dd6603516c8986405df2b4f47ec0e.tar.bz2 g-octave-d3e8a614b95dd6603516c8986405df2b4f47ec0e.zip |
updated docstring on contrib/manage_info.py
-rwxr-xr-x | contrib/manage_info.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/manage_info.py b/contrib/manage_info.py index 2f8307e..c02e56b 100755 --- a/contrib/manage_info.py +++ b/contrib/manage_info.py @@ -2,12 +2,12 @@ # -*- coding: utf-8 -*- """ - requirements.py - ~~~~~~~~~~~~~~~ + manage_info.py + ~~~~~~~~~~~~~~ - a simple script that creates a JSON file with the list of dependencies + a simple script that manage a JSON file with the list of dependencies that are not from octave-forge package (SystemRequirements and - BuildRequires). It writes the JSON content to the stdout. + BuildRequires), and the list of license names on the portage tree. :copyright: (c) 2010 by Rafael Goncalves Martins :license: GPL-2, see LICENSE for more details. |