Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : pycodestyle | name : pycodestyle | ||||
| version : 2.3.1 | version : 2.4.0 | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - https://github.com/PyCQA/pycodestyle/archive/2.3.1.tar.gz : e9fc1ca3fd85648f45c0d2e33591b608a17d8b9b78e22c5f898e831351bacb03 | - https://github.com/PyCQA/pycodestyle/archive/2.4.0.tar.gz : b8656dc08ab4af23d001a42b3f68510d15790df28d7d666d3f91e3fe9bf8e938 | ||||
| license : MIT | license : MIT | ||||
| component : programming.python | component : programming.python | ||||
| summary : Python style guide checker | summary : Python style guide checker | ||||
| description: | | description: | | ||||
| pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8. | pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| - python-setuptools | - python-setuptools | ||||
| 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 | ||||
| check : | | |||||
| %python_test | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.