|
Moved from testing/py-ansible-lint.
Naming is difficult IMO. The wiki states [1]:
> There’s no exact rule if the prefix should be used for tools and
> applications written in Python, it varies.
To be logical:
- The upstream ansible-lint project supports both Python 2 and Python 3
- ansible-lint depends upon ansible.
- ansible is only packaged for Python 3 in Alpine Linux.
- ansible is not named with a py3- prefix.
- To be consistent with ansible this package should not have the prefix
[1] https://wiki.alpinelinux.org/wiki/APKBUILD_examples:Python
|