|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- solves https://bugs.alpinelinux.org/issues/10137
- dependencies match upstream [1]
- upgrade to 3.7.7
- remove string indexing which is a bashism [2]
- pure python package so development files are not required
- setuptools is a runtime dependency because scripts in /usr/bin/ use
'from pkg_resources import load_entry_point' [3]
[1] https://gitlab.com/pycqa/flake8/blob/master/setup.cfg#L10
[2] https://wiki.ubuntu.com/DashAsBinSh#A.24.7Bfoo:3.5B:1.5D.7D
[3] https://www.python.org/dev/peps/pep-0453/#automatic-installation-of-setuptools
|