{% extends "_base.html" %} {% block titlecontent %}{{grp.name }} – {{ super() }} {% endblock titlecontent %} {% block favicon_url -%} {{ url_for('piechart_grp', grp=grp.ident) }}?{{ cache_tag }} {%- endblock favicon_url %} {% block bodycontent %}

{{ grp.name }} Group

{% if grp.packages %}
{{ progress_summary(status_summary, grp.packages|length) }}
{% endif %} {% if 'exception' in grp %} {% if grp.hidden %}
There is a FESCo exception request for these packages.
{% else %}
This groups corresponds to a FESCo exception. (Not all packages below necessarily have the exception.)
{% endif %} {% endif %}
Note that only Python 2 dependencies are tracked, and some BuildRequires are currently ignored.

Needed Packages

{% if grp.packages %} {{ pkglist_table_content(grp.packages.values()) }}
{% else %} No Python packages here. {% endif %} {% if grp.untracked_packages %}

Untracked packages

These packages in the group are not tracked by portingdb: {% if 'exception' in grp and grp.hidden %} (In case of review requests, the packages might not yet exist and the links above might be dead.) {% endif %} {% endif %}
{% if deptree %}

Dependency Tree

{{ print_deptree(deptree) }}
{% endif %}
{% endblock bodycontent %}