The following commit has been merged in the master branch:
commit 2aa6ba639b8d4fba228aa0b21dc111e19dc3b183
Author: Andreas Tille <[email protected]>
Date:   Sun Feb 21 08:55:18 2016 +0100

    Add edam topics to blends log

diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index 3372f9a..18f52f4 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -1716,6 +1716,9 @@ class TaskDependencies:
                 dep.properties['maintainer'] = to_unicode(row['maintainer'])
                 dep.responsible = '<a href="mailto:%s";>%s</a>' % (_url, 
to_unicode(_name))
 
+                if row['edam_topics']:
+                    logger.info("Edam topics found for package %s: %s" % 
(dep.pkg, str(row['edam_topics'])))
+
                 pkgs_in_pool.append(dep.pkg)
                 # DEBUG
                 # print dep
diff --git a/webtools_py3/blendstasktools_udd.py 
b/webtools_py3/blendstasktools_udd.py
index 2804d4a..d6f3abe 100644
--- a/webtools_py3/blendstasktools_udd.py
+++ b/webtools_py3/blendstasktools_udd.py
@@ -1300,6 +1300,9 @@ class TaskDependencies:
             dep.properties['maintainer'] = (row['maintainer'])
             dep.responsible = '<a href="mailto:%s";>%s</a>' % (_url, (_name))
 
+            if row['edam_topics']:
+                logger.info("Edam topics found for package %s: %s" % (dep.pkg, 
str(row['edam_topics'])))
+
             if 'remark' in row and row['remark']:
                 (short, long) = SplitDescription(row['remark'])
                 dep.remark['short'] = MarkupString(short.encode('utf-8'), 
dep.pkg, 'RemarkShort')

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to