Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : flake8 | name : flake8 | ||||
| version : 3.7.8 | version : 3.8.3 | ||||
| release : 8 | release : 9 | ||||
| source : | source : | ||||
| - https://files.pythonhosted.org/packages/8d/a7/99222c9200af533c1ecb1120d99adbd1c033b57296ac5cb39d121db007a8/flake8-3.7.8.tar.gz : 19241c1cbc971b9962473e4438a2ca19749a7dd002dd1a946eaba171b4114548 | - https://github.com/PyCQA/flake8/archive/3.8.3.tar.gz : 5eb1cec9c6f8e5ea3176ec711a2ea785a13b3e717adb47830cff0809dfc8409e | ||||
| license : MIT | license : MIT | ||||
| component : programming.python | component : programming.python | ||||
| summary : Python Code Format Checking | summary : Python Code Format Checking | ||||
| description: | | description: | | ||||
| flake8 is a python tool that glues together pep8, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. | flake8 is a python tool that glues together pep8, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| - mccabe | - mccabe | ||||
| - pycodestyle | - pycodestyle | ||||
| - pyflakes | - pyflakes | ||||
| - pytest-runner | - pytest-runner | ||||
| - python-configparser | |||||
| - python-entrypoints | |||||
| - python-enum34 | |||||
| - python-functools32 | |||||
| - python-mock | - python-mock | ||||
| - python-setuptools | |||||
| rundeps : | rundeps : | ||||
| - mccabe | - mccabe | ||||
| - pycodestyle | - pycodestyle | ||||
| - pyflakes | - pyflakes | ||||
| - python-entrypoints | - python-importlib-metadata | ||||
| - python-configparser | |||||
| - python-enum34 | |||||
| - python-functools32 | |||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| %python_setup | |||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| for _f in $installdir/usr/bin/*; do | |||||
| mv -v $_f ${_f}3 | |||||
| done | |||||
| %python_install | |||||
| check : | | check : | | ||||
| %python3_test pytest3 | %python3_test pytest3 | ||||
| %python_test pytest | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.