Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : pylint | name : pylint | ||||
| version : 1.7.2 | version : 1.7.2 | ||||
| release : 1 | release : 2 | ||||
| source : | source : | ||||
| - https://github.com/PyCQA/pylint/archive/pylint-1.7.2.tar.gz : b7666e93ba77c7dbb89f05ad94101440494d8e58303a1cb9c8af06073f0bf657 | - https://github.com/PyCQA/pylint/archive/pylint-1.7.2.tar.gz : b7666e93ba77c7dbb89f05ad94101440494d8e58303a1cb9c8af06073f0bf657 | ||||
| license : GPL-2.0 | license : GPL-2.0 | ||||
| component : programming.tools | component : programming.tools | ||||
| summary : A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells. | summary : A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells. | ||||
| description: | | description: | | ||||
| A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells. | A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python-3.5) | - pkgconfig(python-3.5) | ||||
| - pytest-runner | - pytest-runner | ||||
| - python-setuptools | - python-setuptools | ||||
| rundeps : | rundeps : | ||||
| - mccabe | - mccabe | ||||
| - python-astroid | - python-astroid | ||||
| - python-configparser | |||||
| - python-isort | - python-isort | ||||
| - python-logilab-common | - python-logilab-common | ||||
| - python-six | - python-six | ||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| %python_setup | %python_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| for _f in $installdir/usr/bin/*; do | for _f in $installdir/usr/bin/*; do | ||||
| mv -v $_f ${_f}3 | mv -v $_f ${_f}3 | ||||
| done | done | ||||
| %python_install | %python_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.