{{ misnamed_badge() }}
This package does not conform to Fedora's Python naming guidelines.
See individual RPMs below.
{% endif %}
{% if pkg.unversioned_requires %}
{{ unversioned_requires_badge(blocked=False) }}
This package has Ambiguous Requires (or BuildRequires):
it uses unversioned python, rather than
python2 or python3,
to refer to other packages.
The Python version should always be given explicitly.
{% if pkg.blocked_requires %}
{{ unversioned_requires_badge(pkg.blocked_requires) }}
Note that some required packages may not provide the
necessary versioned Provides yet.
{% endif %}
{% endif %}
{%- if 'orphan' in pkg['maintainers'] -%}
This package is
orphaned.
It will be removed from Fedora if no one steps up to
maintain it.
{% if 'last_repo_metadata_change' in pkg %}
{{ orphan_clock_badge(pkg) }}
It is orphaned (at least) since
.
Check the
orphan report
for details.
{% endif %}
{%- endif -%}
{% if pkg.ftbfs_age %}
{{ ftbfs_badge(pkg) }}
From the RPM names, it looks like this package was last
built for Fedora {{ pkg.last_build_releasever }},
and it FTBFS (fails to build from source) since then.
{% endif %}
{%- for grp in pkg['groups'].values() -%}
{%- if 'exception' in grp and not grp['hidden'] and pkg['name'] in grp['seed_packages'] -%}