aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-pycodestyle
Commit message (Collapse)AuthorAgeFilesLines
* community/py-pycodestyle: rebuild against python 3.7Natanael Copa2019-04-171-1/+1
|
* community/py-pycodestyle: replaces main/py-pep8Keith Maxwell2019-04-161-1/+3
| | | | | For details of the rename see: https://pep8.readthedocs.io/en/release-1.7.x/
* community/py-pycodestyle: enable check and adoptKeith Maxwell2019-04-161-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 testingKeith Maxwell2019-04-161-0/+49
Dependency for py-flake8