Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : pylint | name : pylint | ||||
| version : 1.8.3 | version : 1.8.4 | ||||
| release : 7 | release : 8 | ||||
| source : | source : | ||||
| - https://github.com/PyCQA/pylint/archive/pylint-1.8.3.tar.gz : d1ff1a47e8518c9c4827a7e003115870e8c524c7ed761063b325c3c60e172990 | - https://github.com/PyCQA/pylint/archive/pylint-1.8.4.tar.gz : bbcd08682ea3d64cfc5e5b7aaa085dd007562f7a652d23c9bf48f5a9b2719be8 | ||||
| license : GPL-2.0 | license : GPL-2.0-only | ||||
kyrios123: **General comment**, when you update a package, please make sure to adapt the license code to… | |||||
| 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(python3) | - pkgconfig(python3) | ||||
| - mccabe | - mccabe | ||||
| - pytest-runner | - pytest-runner | ||||
| Show All 12 Lines | 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 | ||||
| check : | | check : | | ||||
| pushd $PKG_BUILD_DIR/py2build | pushd $PKG_BUILD_DIR/py2build | ||||
| python setup.py pytest | python setup.py pytest | ||||
| popd | popd | ||||
| pushd $PKG_BUILD_DIR/py3build | pushd $PKG_BUILD_DIR/py3build | ||||
| python3 setup.py pytest | python3 setup.py pytest | ||||
| popd | popd | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
General comment, when you update a package, please make sure to adapt the license code to SPDX 3.x.
The impacted licenses are mainly the AGPL, GPL, GDFL, LGPL that must be suffixed with -only or -or-later.