aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ansible-lint
Commit message (Collapse)AuthorAgeFilesLines
* community/ansible-lint: move from testingKeith Maxwell2019-04-122-42/+0
|
* testing/ansible-lint: bump to 4.1.0Keith Maxwell2019-04-122-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: moveKeith Maxwell2019-01-121-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