Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : flake8 | name : flake8 | ||||
| version : 3.3.0 | version : 3.5.0 | ||||
| release : 1 | release : 2 | ||||
| source : | source : | ||||
| - https://pypi.python.org/packages/47/64/382631de5fd8dab367bedeff6b5b55fd9a7c883daa44f4032636e2d203ca/flake8-3.3.0.tar.gz : b907a26dcf5580753d8f80f1be0ec1d5c45b719f7bac441120793d1a70b03f12 | - https://files.pythonhosted.org/packages/source/f/flake8/flake8-3.5.0.tar.gz : 7253265f7abd8b313e3892944044a365e3f4ac3fcdcfb4298f55ee9ddf188ba0 | ||||
| license : MIT | license : MIT | ||||
| component : programming.python | component : programming.python | ||||
| summary : Python Code Format Checking | summary : Python Code Format Checking | ||||
| description: | | description: | | ||||
| Python Code Format Checking | 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(python-2.7) | - mccabe | ||||
| - python-mock | - pycodestyle | ||||
| - python-setuptools | - pyflakes | ||||
| - python-pytest | |||||
| - pytest-runner | - pytest-runner | ||||
| - python-configparser | - python-configparser | ||||
| - pyflakes | |||||
| - pycodestyle | |||||
| - python-enum34 | - python-enum34 | ||||
| - mccabe | - python-mock | ||||
| - python-setuptools | |||||
| rundeps : | rundeps : | ||||
| - python-configparser | - mccabe | ||||
| - pyflakes | |||||
| - pycodestyle | - pycodestyle | ||||
| - pyflakes | |||||
| - python-configparser | |||||
| - python-enum34 | - python-enum34 | ||||
| - mccabe | |||||
| setup : | | setup : | | ||||
| %python_setup | %python_setup | ||||
| install : | | install : | | ||||
| %python_install | %python_install | ||||
| check: | check : | | ||||
| pushd $PKG_BUILD_DIR/py2build | |||||
| python setup.py test | python setup.py test | ||||
| popd | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.