Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/py-pycodestyle: rebuild against python 3.7 | Natanael Copa | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | community/py-pycodestyle: replaces main/py-pep8 | Keith Maxwell | 2019-04-16 | 1 | -1/+3 |
| | | | | | For details of the rename see: https://pep8.readthedocs.io/en/release-1.7.x/ | ||||
* | community/py-pycodestyle: enable check and adopt | Keith Maxwell | 2019-04-16 | 1 | -11/+18 |
| | | | | | | | | | | | | - add check() to use test suite - setuptools is a runtime dependency as the files in bin use: `from pkg_resources import load_entry_point` - pure python package so doesn't depend upon -dev header files - avoid string indexing to comply with POSIX - don't use '--quiet' to more closely match draft policy [1] - install scripts with version suffix so they don't clash [1] https://wiki.alpinelinux.org/wiki/Python_package_policies | ||||
* | community/py-pycodestyle: move from testing | Keith Maxwell | 2019-04-16 | 1 | -0/+49 |
Dependency for py-flake8 |