{% extends "_base.html" %} {% block titlecontent -%} Naming Policy – {{ super() }} {%- endblock titlecontent %} {% block favicon_url -%} {{ url_for('piechart_namingpolicy') }}?{{ cache_tag }} {%- endblock favicon_url %} {% block bodycontent %}
This is a dashboard to track various naming scheme violations in Python packages.
Specifically, this tracks the use of “unversioned” python
in all package names, Provides, Requires, etc.
It should be replaced by "versioned” variants python2
or python3.
We encourage to follow the new guidelines to avoid a range of issues
when upstream support for Python 2 ends and python
means Python 3 in Fedora.
python.
python2-foo) are available and should be used.
python2-foo) may not be available.
These packages are waiting for some misnamed packages to be renamed.
| Package | Links |
|---|---|
| {{ name }} {% if blocked %} {{ unversioned_requires_badge(blocked=blocked) }} (Blocked!) {% endif %} | {{ nonpython_package_links(name) }} |