Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : flake8 | name : flake8 | ||||
| version : 3.5.0 | version : 3.5.0 | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - https://files.pythonhosted.org/packages/source/f/flake8/flake8-3.5.0.tar.gz : 7253265f7abd8b313e3892944044a365e3f4ac3fcdcfb4298f55ee9ddf188ba0 | - 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: | | ||||
| 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) | |||||
| - mccabe | - mccabe | ||||
| - pycodestyle | - pycodestyle | ||||
| - pyflakes | - pyflakes | ||||
| - pytest-runner | - pytest-runner | ||||
| - python-configparser | - python-configparser | ||||
| - python-enum34 | - python-enum34 | ||||
| - python-mock | - python-mock | ||||
| - python-setuptools | - python-setuptools | ||||
| rundeps : | rundeps : | ||||
| - mccabe | - mccabe | ||||
| - pycodestyle | - pycodestyle | ||||
| - pyflakes | - pyflakes | ||||
| - python-configparser | - python-configparser | ||||
| - python-enum34 | - python-enum34 | ||||
| setup : | | build : | | ||||
| %python3_setup | |||||
| %python_setup | %python_setup | ||||
| install : | | install : | | ||||
| %python3_install | |||||
| for _f in $installdir/usr/bin/*; do | |||||
| mv -v $_f ${_f}3 | |||||
| done | |||||
| %python_install | %python_install | ||||
| check : | | check : | | ||||
| pushd $PKG_BUILD_DIR/py2build | pushd $PKG_BUILD_DIR/py2build | ||||
| python setup.py test | python setup.py test | ||||
| popd | popd | ||||
| pushd $PKG_BUILD_DIR/py3build | |||||
| python3 setup.py test | |||||
| popd | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.