aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/manage_info.py')
-rwxr-xr-xcontrib/manage_info.py8
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.