Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/ansible-lint: move from testing | Keith Maxwell | 2019-04-12 | 2 | -42/+0 |
| | |||||
* | testing/ansible-lint: bump to 4.1.0 | Keith Maxwell | 2019-04-12 | 2 | -7/+18 |
| | | | | | | | | | | | - 4.1 was the first release to have a dependency upon ruamel.yaml - List all dependencies explicitly to match setup.cfg [1] - Stop using a parameter expansion that is not in POSIX: ${:0:1} - Switch to running the full test suite - setuptools is a runtime dependency because /usr/bin/ansible-lint uses 'from pkg_resources import load_entry_point' [1]: https://github.com/ansible/ansible-lint/blob/v4.1.0/setup.cfg#L82 | ||||
* | testing/ansible-lint: move | Keith Maxwell | 2019-01-12 | 1 | -0/+31 |
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 |